Uses of Class
org.djunits.value.vfloat.vector.base.FloatVector
Package
Description
Interfaces, abstract classes and utilities for FloatMatrix.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of FloatVector in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
FloatMatrix<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>, M extends FloatMatrix<U, S, V, M>> FloatMatrix utility methods, e.g., for creating FloatMatrixs from different types of data.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 FloatVector in org.djunits.value.vfloat.vector
Modifier and TypeClassDescriptionclass
Absolute FloatAbsoluteTemperature Vector.class
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
Absolute FloatDirection Vector.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
Absolute FloatPosition Vector.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
Absolute FloatTime 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 FloatVector in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
FloatVector<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>> The most basic abstract class for the FloatVector.Modifier and TypeClassDescriptionclass
FloatVectorAbs<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.class
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 TypeMethodDescriptionprotected final void
FloatVector.checkSize
(FloatVector<?, ?, ?> other) Centralized size equality check.