public class MutableFloatTemperatureMatrix extends AbstractMutableFloatMatrixRel<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 |
---|
MutableFloatTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureMatrix.
|
MutableFloatTemperatureMatrix(FloatMatrixData data,
TemperatureUnit unit)
Construct a new Relative Mutable FloatTemperatureMatrix.
|
MutableFloatTemperatureMatrix(FloatTemperature[][] values,
StorageType storageType)
Construct a new Relative Mutable 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.
|
MutableFloatTemperatureMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatTemperatureMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public MutableFloatTemperatureMatrix(float[][] values, TemperatureUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Mutable FloatTemperatureMatrixunit
- TemperatureUnit; the unit of the new Relative Mutable FloatTemperatureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatTemperatureMatrix(FloatTemperature[][] values, StorageType storageType) throws ValueException
values
- FloatTemperature[][]; the values of the entries in the new Relative Mutable FloatTemperatureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatTemperatureMatrix(FloatMatrixData data, TemperatureUnit unit)
data
- FloatMatrixData; an internal data objectunit
- TemperatureUnit; the unitprotected final FloatTemperatureMatrix instantiateType(FloatMatrixData fmd, TemperatureUnit unit)
instantiateType
in class AbstractFloatMatrixRel<TemperatureUnit,FloatTemperatureMatrix,MutableFloatTemperatureMatrix,FloatTemperature>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitpublic final MutableFloatTemperatureMatrix toDense()
public final MutableFloatTemperatureMatrix toSparse()
protected 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.