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