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 AbsorbedDoseVectorAbsorbedDoseMatrix. 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 AbsorbedDoseVectorSIVector. asAbsorbedDose()Return the current vector as a absorbeddose vector.AbsorbedDoseVectorSIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current vector as a absorbeddose vector, and provide a display unit.AbsorbedDoseVectorAbsorbedDoseVector. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)Instantiate a new vector of the class of this vector.