Uses of Class
org.djunits.value.vdouble.matrix.PowerMatrix
-
Packages that use PowerMatrix Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of PowerMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return PowerMatrix Modifier and Type Method Description PowerMatrix
SIMatrix. asPower()
Return the current matrix as a power matrix.PowerMatrix
SIMatrix. asPower(PowerUnit displayUnit)
Return the current matrix as a power matrix, and provide a display unit.PowerMatrix
PowerMatrix. instantiateMatrix(DoubleMatrixData dmd, PowerUnit displayUnit)
Instantiate a new matrix of the class of this matrix.
-