Uses of Class
org.djunits.value.vfloat.vector.FloatPowerVector
-
Packages that use FloatPowerVector Package Description org.djunits.value.vfloat.matrix Float Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vfloat.vector Float Vector storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of FloatPowerVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatPowerVector Modifier and Type Method Description FloatPowerVectorFloatPowerMatrix. instantiateVector(FloatVectorData fvd, PowerUnit displayUnit)Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatPowerVector Modifier and Type Method Description Class<FloatPowerVector>FloatPowerMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatPowerVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPowerVector Modifier and Type Method Description FloatPowerVectorFloatSIVector. asPower()Return the current vector as a power vector.FloatPowerVectorFloatSIVector. asPower(PowerUnit displayUnit)Return the current vector as a power vector, and provide a display unit.FloatPowerVectorFloatPowerVector. instantiateVector(FloatVectorData fvd, PowerUnit displayUnit)Instantiate a new vector of the class of this vector.
-