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