| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
protected FloatDurationMatrix |
MutableFloatDurationMatrix.instantiateType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
FloatDurationMatrix.instantiateType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
MutableFloatTimeMatrix.instantiateTypeRel(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
FloatTimeMatrix.instantiateTypeRel(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatDurationMatrix |
FloatTimeMatrix.toRel()
Translate the absolute matrix into a relative matrix (e.g., before or after a multiplication or division).
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.