Uses of Interface
org.djunits.value.base.Vector.RelWithAbs
| Package | Description |
|---|---|
| org.djunits.value.base |
Base value interfaces and classes, e.g.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.vector.base |
Interfaces, abstract classes and utilities for FloatVector.
|
-
Uses of Vector.RelWithAbs in org.djunits.value.base
Classes in org.djunits.value.base with type parameters of type Vector.RelWithAbs Modifier and Type Interface Description static interfaceMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Methods for Absolute Matrix.static interfaceMatrix.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Additional methods for Relative Matrix that has a corresponding Absolute Matrix.static interfaceVector.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Methods for Absolute Vector.static interfaceVector.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Additional methods for Relative Vector that has a corresponding Absolute Vector. -
Uses of Vector.RelWithAbs in org.djunits.value.vdouble.vector
Classes in org.djunits.value.vdouble.vector that implement Vector.RelWithAbs Modifier and Type Class Description classAngleVectorDouble AngleVector, a vector of values with a AngleUnit.classDurationVectorDouble DurationVector, a vector of values with a DurationUnit.classLengthVectorDouble LengthVector, a vector of values with a LengthUnit.classTemperatureVectorDouble TemperatureVector, a vector of values with a TemperatureUnit. -
Uses of Vector.RelWithAbs in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base that implement Vector.RelWithAbs Modifier and Type Class Description classAbstractDoubleVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,AV extends AbstractDoubleVectorAbs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends AbstractDoubleScalarRelWithAbs<AU,A,RU,R>,RV extends AbstractDoubleVectorRelWithAbs<AU,A,AV,RU,R,RV>>AbstractMutableDoubleVectorRelWithAbs.java. -
Uses of Vector.RelWithAbs in org.djunits.value.vfloat.vector
Classes in org.djunits.value.vfloat.vector that implement Vector.RelWithAbs Modifier and Type Class Description classFloatAngleVectorRelative FloatAngle Vector.classFloatDurationVectorRelative FloatDuration Vector.classFloatLengthVectorRelative FloatLength Vector.classFloatTemperatureVectorRelative FloatTemperature Vector. -
Uses of Vector.RelWithAbs in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base that implement Vector.RelWithAbs Modifier and Type Class Description classAbstractFloatVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractFloatScalarAbs<AU,A,RU,R>,AV extends AbstractFloatVectorAbs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends AbstractFloatScalarRelWithAbs<AU,A,RU,R>,RV extends AbstractFloatVectorRelWithAbs<AU,A,AV,RU,R,RV>>AbstractMutableFloatVectorRelWithAbs.java.