public class MutableFloatPressureMatrix extends AbstractMutableFloatMatrixRel<PressureUnit,FloatPressureMatrix,MutableFloatPressureMatrix,FloatPressure>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
data
Constructor and Description |
---|
MutableFloatPressureMatrix(float[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
MutableFloatPressureMatrix(FloatMatrixData data,
PressureUnit unit) |
MutableFloatPressureMatrix(FloatPressure[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatPressureMatrix |
instantiateMutableType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatPressure |
instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressureMatrix |
instantiateType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
MutableFloatPressureMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatPressureMatrix |
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 MutableFloatPressureMatrix(float[][] values, PressureUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatPressureMatrixunit
- PressureUnit; the unit of the new Relative Immutable FloatPressureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatPressureMatrix(FloatPressure[][] values, StorageType storageType) throws ValueException
values
- FloatPressure[][]; the values of the entries in the new Relative Immutable Float FloatPressureMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatPressureMatrix(FloatMatrixData data, PressureUnit unit)
data
- FloatMatrixData; an internal data objectunit
- PressureUnit; the unitpublic final MutableFloatPressureMatrix toDense()
public final MutableFloatPressureMatrix toSparse()
protected final FloatPressureMatrix instantiateType(FloatMatrixData fmd, PressureUnit unit)
instantiateType
in class AbstractFloatMatrixRel<PressureUnit,FloatPressureMatrix,MutableFloatPressureMatrix,FloatPressure>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatPressureMatrix instantiateMutableType(FloatMatrixData fmd, PressureUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<PressureUnit,FloatPressureMatrix,MutableFloatPressureMatrix,FloatPressure>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatPressure instantiateScalar(float value, PressureUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<PressureUnit,FloatPressureMatrix,MutableFloatPressureMatrix,FloatPressure>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.