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 PressureMatrix
SIMatrix. asPressure()
Return the current matrix as a pressure matrix.PressureMatrix
SIMatrix. asPressure(PressureUnit displayUnit)
Return the current matrix as a pressure matrix, and provide a display unit.PressureMatrix
PressureMatrix. instantiateMatrix(DoubleMatrixData dmd, PressureUnit displayUnit)
Instantiate a new matrix of the class of this matrix.
-