Uses of Interface
org.djunits.value.Relative
Package
Description
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleMatrix.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleVector.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatMatrix.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of Relative in org.djunits.value
Modifier and TypeInterfaceDescriptioninterface
Relative values express differences.Modifier and TypeInterfaceDescriptioninterface
RelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends Absolute<AU, A, RU, R>, RU extends Unit<RU>, R extends RelWithAbs<AU, A, RU, R>> Relative values express differences; a RelWithAbs value represents a relative quantity that has a corresponding absolute quantity. -
Uses of Relative in org.djunits.value.vdouble.matrix
Modifier and TypeClassDescriptionclass
Immutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable Angle Matrix.class
Immutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable Double AreaMatrix, a matrix of values with a AreaUnit.class
Immutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable Double DensityMatrix, a matrix of values with a DensityUnit.class
Immutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable Duration Matrix.class
Immutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable Double EnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable Double ForceMatrix, a matrix of values with a ForceUnit.class
Immutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable Length Matrix.class
Immutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable Double MassMatrix, a matrix of values with a MassUnit.class
Immutable Double MomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable Double PowerMatrix, a matrix of values with a PowerUnit.class
Immutable Double PressureMatrix, a matrix of values with a PressureUnit.class
Immutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI DoubleMatrix.class
Immutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable Double SpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable Temperature Matrix.class
Immutable Double TorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vdouble.matrix.base
Modifier and TypeClassDescriptionclass
DoubleMatrixRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java.class
DoubleMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, AM extends DoubleMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends DoubleMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableDoubleMatrixRelWithAbs.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of Relative in org.djunits.value.vdouble.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.class
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Angle DoubleScalar.class
Easy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AngularVelocity DoubleScalar, which is relative by definition.class
Easy access methods for the Area DoubleScalar, which is relative by definition.class
Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.class
Easy access methods for the Density DoubleScalar, which is relative by definition.class
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Duration DoubleScalar.class
Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.class
Easy access methods for the Energy DoubleScalar, which is relative by definition.class
Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.class
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.class
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.class
Easy access methods for the Force DoubleScalar, which is relative by definition.class
Easy access methods for the Frequency DoubleScalar, which is relative by definition.class
Easy access methods for the Illuminance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Length DoubleScalar.class
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.class
Easy access methods for the Mass DoubleScalar, which is relative by definition.class
Easy access methods for the Momentum DoubleScalar, which is relative by definition.class
Easy access methods for the Power DoubleScalar, which is relative by definition.class
Easy access methods for the Pressure DoubleScalar, which is relative by definition.class
Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.class
Easy access methods for the generic Relative SI DoubleScalar.class
Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.class
Easy access methods for the Speed DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Temperature DoubleScalar.class
Easy access methods for the Torque DoubleScalar, which is relative by definition.class
Easy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of Relative in org.djunits.value.vdouble.scalar.base
Modifier and TypeClassDescriptionclass
DoubleScalarRel<U extends Unit<U>,
R extends DoubleScalarRel<U, R>> The typed, abstract DoubleScalarRel class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.class
DoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>> The typed, abstract DoubleScalarRelWithAbs class that forms the basis of the relative DoubleScalars suck as Duration that have an absolute equivalent such as Time. -
Uses of Relative in org.djunits.value.vdouble.vector
Modifier and TypeClassDescriptionclass
Double AbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.class
Double AccelerationVector, a vector of values with a AccelerationUnit.class
Double AmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.class
Double AngleVector, a vector of values with a AngleUnit.class
Double AngularAccelerationVector, a vector of values with a AngularAccelerationUnit.class
Double AngularVelocityVector, a vector of values with a AngularVelocityUnit.class
Double AreaVector, a vector of values with a AreaUnit.class
Double CatalyticActivityVector, a vector of values with a CatalyticActivityUnit.class
Double DensityVector, a vector of values with a DensityUnit.class
Double DimensionlessVector, a vector of values with a DimensionlessUnit.class
Double DurationVector, a vector of values with a DurationUnit.class
Double ElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.class
Double ElectricalChargeVector, a vector of values with a ElectricalChargeUnit.class
Double ElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.class
Double ElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.class
Double ElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.class
Double ElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.class
Double ElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.class
Double EnergyVector, a vector of values with a EnergyUnit.class
Double EquivalentDoseVector, a vector of values with a EquivalentDoseUnit.class
Double FlowMassVector, a vector of values with a FlowMassUnit.class
Double FlowVolumeVector, a vector of values with a FlowVolumeUnit.class
Double ForceVector, a vector of values with a ForceUnit.class
Double FrequencyVector, a vector of values with a FrequencyUnit.class
Double IlluminanceVector, a vector of values with a IlluminanceUnit.class
Double LengthVector, a vector of values with a LengthUnit.class
Double LinearDensityVector, a vector of values with a LinearDensityUnit.class
Double LuminousFluxVector, a vector of values with a LuminousFluxUnit.class
Double LuminousIntensityVector, a vector of values with a LuminousIntensityUnit.class
Double MagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.class
Double MagneticFluxVector, a vector of values with a MagneticFluxUnit.class
Double MassVector, a vector of values with a MassUnit.class
Double MomentumVector, a vector of values with a MomentumUnit.class
Double PowerVector, a vector of values with a PowerUnit.class
Double PressureVector, a vector of values with a PressureUnit.class
Double RadioActivityVector, a vector of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI DoubleVector.class
Double SolidAngleVector, a vector of values with a SolidAngleUnit.class
Double SpeedVector, a vector of values with a SpeedUnit.class
Double TemperatureVector, a vector of values with a TemperatureUnit.class
Double TorqueVector, a vector of values with a TorqueUnit.class
Double VolumeVector, a vector of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vdouble.vector.base
Modifier and TypeClassDescriptionclass
DoubleVectorRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>> AbstractMutableDoubleVectorRel.java.class
DoubleVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableDoubleVectorRelWithAbs.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorDoubleVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix. -
Uses of Relative in org.djunits.value.vfloat.matrix
Modifier and TypeClassDescriptionclass
Immutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable FloatAngle Matrix.class
Immutable FloatFloatAngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable FloatFloatAngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.class
Immutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.class
Immutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable FloatDuration Matrix.class
Immutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.class
Immutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable FloatLength Matrix.class
Immutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable FloatFloatMassMatrix, a matrix of values with a MassUnit.class
Immutable FloatFloatMomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.class
Immutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.class
Immutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI FloatMatrix.class
Immutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable FloatTemperature Matrix.class
Immutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
FloatMatrixRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> FloatMatrixRel.java.class
FloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of Relative in org.djunits.value.vfloat.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngle FloatScalar.class
Easy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.class
Easy access methods for the FloatArea FloatScalar, which is relative by definition.class
Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.class
Easy access methods for the FloatDuration FloatScalar.class
Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.class
Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.class
Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.class
Easy access methods for the FloatForce FloatScalar, which is relative by definition.class
Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.class
Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.class
Easy access methods for the FloatLength FloatScalar.class
Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatMomentum FloatScalar, which is relative by definition.class
Easy access methods for the FloatPower FloatScalar, which is relative by definition.class
Easy access methods for the FloatPressure FloatScalar, which is relative by definition.class
Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.class
Easy access methods for the generic Relative SI FloatScalar.class
Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.class
Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.class
Easy access methods for the FloatTemperature FloatScalar.class
Easy access methods for the FloatTorque FloatScalar, which is relative by definition.class
Easy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of Relative in org.djunits.value.vfloat.scalar.base
Modifier and TypeClassDescriptionclass
FloatScalarRel<U extends Unit<U>,
R extends FloatScalarRel<U, R>> The typed, abstract FloatScalarRel class that forms the basis of all FloatScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.class
FloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> The typed, abstract FloatScalarRelWithAbs class that forms the basis of the relative FloatScalars suck as Duration that have an absolute equivalent such as Time. -
Uses of Relative in org.djunits.value.vfloat.vector
Modifier and TypeClassDescriptionclass
Immutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.class
Immutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.class
Immutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.class
Relative FloatAngle Vector.class
Immutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.class
Immutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.class
Immutable Float FloatAreaVector, a vector of values with a AreaUnit.class
Immutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.class
Immutable Float FloatDensityVector, a vector of values with a DensityUnit.class
Immutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.class
Relative FloatDuration Vector.class
Immutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.class
Immutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.class
Immutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.class
Immutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.class
Immutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.class
Immutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.class
Immutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.class
Immutable Float FloatEnergyVector, a vector of values with a EnergyUnit.class
Immutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.class
Immutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.class
Immutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.class
Immutable Float FloatForceVector, a vector of values with a ForceUnit.class
Immutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.class
Immutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.class
Relative FloatLength Vector.class
Immutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.class
Immutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.class
Immutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.class
Immutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.class
Immutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.class
Immutable Float FloatMassVector, a vector of values with a MassUnit.class
Immutable Float FloatMomentumVector, a vector of values with a MomentumUnit.class
Immutable Float FloatPowerVector, a vector of values with a PowerUnit.class
Immutable Float FloatPressureVector, a vector of values with a PressureUnit.class
Immutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI FloatVector.class
Immutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.class
Immutable Float FloatSpeedVector, a vector of values with a SpeedUnit.class
Relative FloatTemperature Vector.class
Immutable Float FloatTorqueVector, a vector of values with a TorqueUnit.class
Immutable Float FloatVolumeVector, a vector of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
FloatVectorRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>> AbstractMutableFloatVectorRel.java.class
FloatVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableFloatVectorRelWithAbs.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.