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 PowerMatrixSIMatrix. asPower()Return the current matrix as a power matrix.PowerMatrixSIMatrix. asPower(PowerUnit displayUnit)Return the current matrix as a power matrix, and provide a display unit.PowerMatrixPowerMatrix. instantiateMatrix(DoubleMatrixData dmd, PowerUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-