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