Uses of Class
org.djunits.value.vdouble.vector.AbsorbedDoseVector
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AbsorbedDoseVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AbsorbedDoseVector Modifier and Type Method Description AbsorbedDoseVector
AbsorbedDoseMatrix. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AbsorbedDoseVector Modifier and Type Method Description Class<AbsorbedDoseVector>
AbsorbedDoseMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of AbsorbedDoseVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AbsorbedDoseVector Modifier and Type Method Description AbsorbedDoseVector
SIVector. asAbsorbedDose()
Return the current vector as a absorbeddose vector.AbsorbedDoseVector
SIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current vector as a absorbeddose vector, and provide a display unit.AbsorbedDoseVector
AbsorbedDoseVector. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this vector.