Uses of Class
org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
| 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 AbstractFloatVectorRel in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with type parameters of type AbstractFloatVectorRel Modifier and Type Method Description <U extends Unit<U>, S extends AbstractFloatScalarRel<U, S>, V extends AbstractFloatVectorRel<U, S, V>, M extends AbstractFloatMatrixRel<U, S, V, M>>
MFloatSIMatrix. as(U displayUnit)Return the current matrix transformed to a matrix in the given unit. -
Uses of AbstractFloatVectorRel in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base with type parameters of type AbstractFloatVectorRel Modifier and Type Class Description classAbstractFloatMatrixRel<U extends Unit<U>,S extends AbstractFloatScalarRel<U,S>,RV extends AbstractFloatVectorRel<U,S,RV>,RM extends AbstractFloatMatrixRel<U,S,RV,RM>>AbstractFloatMatrixRel.java. -
Uses of AbstractFloatVectorRel in org.djunits.value.vfloat.vector
Subclasses of AbstractFloatVectorRel in org.djunits.value.vfloat.vector Modifier and Type Class Description classFloatAbsorbedDoseVectorImmutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.classFloatAccelerationVectorImmutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.classFloatAmountOfSubstanceVectorImmutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.classFloatAngleVectorRelative FloatAngle Vector.classFloatAngularAccelerationVectorImmutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.classFloatAngularVelocityVectorImmutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.classFloatAreaVectorImmutable Float FloatAreaVector, a vector of values with a AreaUnit.classFloatCatalyticActivityVectorImmutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.classFloatDensityVectorImmutable Float FloatDensityVector, a vector of values with a DensityUnit.classFloatDimensionlessVectorImmutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.classFloatDurationVectorRelative FloatDuration Vector.classFloatElectricalCapacitanceVectorImmutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.classFloatElectricalChargeVectorImmutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.classFloatElectricalConductanceVectorImmutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.classFloatElectricalCurrentVectorImmutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.classFloatElectricalInductanceVectorImmutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.classFloatElectricalPotentialVectorImmutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.classFloatElectricalResistanceVectorImmutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.classFloatEnergyVectorImmutable Float FloatEnergyVector, a vector of values with a EnergyUnit.classFloatEquivalentDoseVectorImmutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.classFloatFlowMassVectorImmutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.classFloatFlowVolumeVectorImmutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.classFloatForceVectorImmutable Float FloatForceVector, a vector of values with a ForceUnit.classFloatFrequencyVectorImmutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.classFloatIlluminanceVectorImmutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.classFloatLengthVectorRelative FloatLength Vector.classFloatLinearDensityVectorImmutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.classFloatLuminousFluxVectorImmutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.classFloatLuminousIntensityVectorImmutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.classFloatMagneticFluxDensityVectorImmutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.classFloatMagneticFluxVectorImmutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.classFloatMassVectorImmutable Float FloatMassVector, a vector of values with a MassUnit.classFloatMomentumVectorImmutable Float FloatMomentumVector, a vector of values with a MomentumUnit.classFloatPowerVectorImmutable Float FloatPowerVector, a vector of values with a PowerUnit.classFloatPressureVectorImmutable Float FloatPressureVector, a vector of values with a PressureUnit.classFloatRadioActivityVectorImmutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.classFloatSIVectorEasy access methods for the generic Relative SI FloatVector.classFloatSolidAngleVectorImmutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.classFloatSpeedVectorImmutable Float FloatSpeedVector, a vector of values with a SpeedUnit.classFloatTemperatureVectorRelative FloatTemperature Vector.classFloatTorqueVectorImmutable Float FloatTorqueVector, a vector of values with a TorqueUnit.classFloatVolumeVectorImmutable Float FloatVolumeVector, a vector of values with a VolumeUnit.Methods in org.djunits.value.vfloat.vector with type parameters of type AbstractFloatVectorRel Modifier and Type Method Description <U extends Unit<U>, S extends AbstractFloatScalarRel<U, S>, V extends AbstractFloatVectorRel<U, S, V>>
VFloatSIVector. as(U displayUnit)Return the current vector transformed to a vector in the given unit. -
Uses of AbstractFloatVectorRel in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base with type parameters of type AbstractFloatVectorRel Modifier and Type Class Description classAbstractFloatVectorRel<U extends Unit<U>,S extends AbstractFloatScalarRel<U,S>,RV extends AbstractFloatVectorRel<U,S,RV>>AbstractMutableFloatVectorRel.java.Subclasses of AbstractFloatVectorRel in org.djunits.value.vfloat.vector.base 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.Methods in org.djunits.value.vfloat.vector.base with type parameters of type AbstractFloatVectorRel Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. divide(VT rel)Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. times(VT rel)Multiply a Relative value with this Relative value for a vector or matrix.