Uses of Class
org.djunits.value.vfloat.matrix.FloatPowerMatrix
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatPowerMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatPowerMatrix Modifier and Type Method Description FloatPowerMatrix
FloatSIMatrix. asPower()
Return the current matrix as a power matrix.FloatPowerMatrix
FloatSIMatrix. asPower(PowerUnit displayUnit)
Return the current matrix as a power matrix, and provide a display unit.FloatPowerMatrix
FloatPowerMatrix. instantiateMatrix(FloatMatrixData fmd, PowerUnit displayUnit)
Instantiate a new matrix of the class of this matrix.