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