public class TemperatureMatrix extends AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
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 |
---|
TemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureMatrix.
|
TemperatureMatrix(DoubleMatrixData data,
TemperatureUnit unit)
Construct a new Relative Immutable Double TemperatureMatrix.
|
TemperatureMatrix(Temperature[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableTemperatureMatrix |
instantiateMutableType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Temperature |
instantiateScalar(double value,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected TemperatureMatrix |
instantiateType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
TemperatureMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
TemperatureMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, plus, times
cardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSum
expressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnit
public TemperatureMatrix(double[][] values, TemperatureUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Immutable Double TemperatureMatrixunit
- TemperatureUnit; the unit of the new Relative Immutable Double TemperatureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic TemperatureMatrix(Temperature[][] values, StorageType storageType) throws ValueException
values
- Temperature[][]; the values of the entries in the new Relative Immutable Double TemperatureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesTemperatureMatrix(DoubleMatrixData data, TemperatureUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- TemperatureUnit; the unitpublic final TemperatureMatrix toDense()
public final TemperatureMatrix toSparse()
protected final TemperatureMatrix instantiateType(DoubleMatrixData dmd, TemperatureUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MutableTemperatureMatrix instantiateMutableType(DoubleMatrixData dmd, TemperatureUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final Temperature instantiateScalar(double value, TemperatureUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
value
- double; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.