public class MutableTemperatureMatrix extends AbstractMutableDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
Copyright (c) 2013-2018 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 |
---|
MutableTemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureMatrix.
|
MutableTemperatureMatrix(DoubleMatrixData data,
TemperatureUnit unit)
Construct a new Relative Mutable Double TemperatureMatrix.
|
MutableTemperatureMatrix(Temperature[][] values,
StorageType storageType)
Construct a new Relative Mutable 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.
|
MutableTemperatureMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableTemperatureMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
DIV, MULT, POW
public MutableTemperatureMatrix(double[][] values, TemperatureUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Mutable Double TemperatureMatrixunit
- U; the unit of the new Relative Mutable Double TemperatureMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableTemperatureMatrix(Temperature[][] values, StorageType storageType) throws ValueException
values
- DoubleScalar.Rel<U>[][]; the values of the entries in the new Relative Mutable Double
TemperatureMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableTemperatureMatrix(DoubleMatrixData data, TemperatureUnit unit)
data
- an internal data objectunit
- the unitpublic final MutableTemperatureMatrix toDense()
public final MutableTemperatureMatrix toSparse()
protected final TemperatureMatrix instantiateType(DoubleMatrixData dmd, TemperatureUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
dmd
- an internal data objectunit
- the unitprotected final MutableTemperatureMatrix instantiateMutableType(DoubleMatrixData dmd, TemperatureUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
dmd
- an internal data objectunit
- the unitprotected final Temperature instantiateScalar(double value, TemperatureUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<TemperatureUnit,TemperatureMatrix,MutableTemperatureMatrix,Temperature>
value
- the valueunit
- the unitCopyright © 2015–2018 Delft University of Technology. All rights reserved.