Uses of Class
org.djunits.value.vdouble.vector.AmountOfSubstanceVector
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 AmountOfSubstanceVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AmountOfSubstanceVector Modifier and Type Method Description AmountOfSubstanceVector
AmountOfSubstanceMatrix. instantiateVector(DoubleVectorData dvd, AmountOfSubstanceUnit 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 AmountOfSubstanceVector Modifier and Type Method Description Class<AmountOfSubstanceVector>
AmountOfSubstanceMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of AmountOfSubstanceVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AmountOfSubstanceVector Modifier and Type Method Description AmountOfSubstanceVector
SIVector. asAmountOfSubstance()
Return the current vector as a amountofsubstance vector.AmountOfSubstanceVector
SIVector. asAmountOfSubstance(AmountOfSubstanceUnit displayUnit)
Return the current vector as a amountofsubstance vector, and provide a display unit.AmountOfSubstanceVector
AmountOfSubstanceVector. instantiateVector(DoubleVectorData dvd, AmountOfSubstanceUnit displayUnit)
Instantiate a new vector of the class of this vector.