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 AbsorbedDoseMatrixSIMatrix. asAbsorbedDose()Return the current matrix as a absorbeddose matrix.AbsorbedDoseMatrixSIMatrix. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current matrix as a absorbeddose matrix, and provide a display unit.AbsorbedDoseMatrixAbsorbedDoseMatrix. instantiateMatrix(DoubleMatrixData dmd, AbsorbedDoseUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-