public class FloatTemperatureMatrix extends AbstractFloatMatrixRel<TemperatureUnit,FloatTemperatureMatrix,MutableFloatTemperatureMatrix,FloatTemperature>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
data| Constructor and Description |
|---|
FloatTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureMatrix.
|
FloatTemperatureMatrix(FloatMatrixData data,
TemperatureUnit unit)
Construct a new Relative Immutable FloatTemperatureMatrix.
|
FloatTemperatureMatrix(FloatTemperature[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatTemperatureMatrix |
instantiateMutableType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatTemperature |
instantiateScalar(float value,
TemperatureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatTemperatureMatrix |
instantiateType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatTemperatureMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatTemperatureMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, plus, timescardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitcardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSumpublic FloatTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
throws ValueException
values - float[][]; the values of the entries in the new Relative Immutable FloatTemperatureMatrixunit - TemperatureUnit; the unit of the new Relative Immutable FloatTemperatureMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic FloatTemperatureMatrix(FloatTemperature[][] values, StorageType storageType) throws ValueException
values - FloatTemperature[][]; the values of the entries in the new Relative Immutable FloatTemperatureMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesFloatTemperatureMatrix(FloatMatrixData data, TemperatureUnit unit)
data - FloatMatrixData; an internal data objectunit - TemperatureUnit; the unitpublic final FloatTemperatureMatrix toDense()
public final FloatTemperatureMatrix toSparse()
protected final FloatTemperatureMatrix instantiateType(FloatMatrixData fmd, TemperatureUnit unit)
instantiateType in class AbstractFloatMatrixRel<TemperatureUnit,FloatTemperatureMatrix,MutableFloatTemperatureMatrix,FloatTemperature>fmd - FloatMatrixData; an internal data objectunit - U; the unitprotected final MutableFloatTemperatureMatrix instantiateMutableType(FloatMatrixData fmd, TemperatureUnit unit)
instantiateMutableType in class AbstractFloatMatrixRel<TemperatureUnit,FloatTemperatureMatrix,MutableFloatTemperatureMatrix,FloatTemperature>fmd - FloatMatrixData; an internal data objectunit - U; the unitprotected final FloatTemperature instantiateScalar(float value, TemperatureUnit unit)
instantiateScalar in class AbstractFloatMatrixRel<TemperatureUnit,FloatTemperatureMatrix,MutableFloatTemperatureMatrix,FloatTemperature>value - float; the valueunit - U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.