public class FloatFlowVolumeMatrix extends AbstractFloatMatrixRel<FlowVolumeUnit,FloatFlowVolumeMatrix,MutableFloatFlowVolumeMatrix,FloatFlowVolume>
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 |
---|
FloatFlowVolumeMatrix(float[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
FloatFlowVolumeMatrix(FloatFlowVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
FloatFlowVolumeMatrix(FloatMatrixData data,
FlowVolumeUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected MutableFloatFlowVolumeMatrix |
instantiateMutableType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatFlowVolume |
instantiateScalar(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowVolumeMatrix |
instantiateType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatFlowVolumeMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatFlowVolumeMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public FloatFlowVolumeMatrix(float[][] values, FlowVolumeUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatFlowVolumeMatrixunit
- FlowVolumeUnit; the unit of the new Relative Immutable FloatFlowVolumeMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic FloatFlowVolumeMatrix(FloatFlowVolume[][] values, StorageType storageType) throws ValueException
values
- FloatFlowVolume[][]; the values of the entries in the new Relative Immutable Float FloatFlowVolumeMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesFloatFlowVolumeMatrix(FloatMatrixData data, FlowVolumeUnit unit)
data
- FloatMatrixData; an internal data objectunit
- FlowVolumeUnit; the unitpublic final FloatFlowVolumeMatrix toDense()
public final FloatFlowVolumeMatrix toSparse()
protected final FloatFlowVolumeMatrix instantiateType(FloatMatrixData fmd, FlowVolumeUnit unit)
instantiateType
in class AbstractFloatMatrixRel<FlowVolumeUnit,FloatFlowVolumeMatrix,MutableFloatFlowVolumeMatrix,FloatFlowVolume>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatFlowVolumeMatrix instantiateMutableType(FloatMatrixData fmd, FlowVolumeUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<FlowVolumeUnit,FloatFlowVolumeMatrix,MutableFloatFlowVolumeMatrix,FloatFlowVolume>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatFlowVolume instantiateScalar(float value, FlowVolumeUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<FlowVolumeUnit,FloatFlowVolumeMatrix,MutableFloatFlowVolumeMatrix,FloatFlowVolume>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.