Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
abampere (GCS EMU).
- ABAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- ABCOULOMB - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
abcoulomb (CGS EMU).
- ABCOULOMB - Static variable in interface org.djunits.unit.util.UNITS
- ABOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
ab-ohm.
- ABOHM - Static variable in interface org.djunits.unit.util.UNITS
- abs() - Method in interface org.djunits.value.Value
-
Return a new Scalar/Vector/Matrix with absolute value(s).
- abs() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- abs() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- abs() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- abs() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- abs() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- abs() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- abs() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- abs() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- ABS - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.abs(a)
. - ABS - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.abs(a)
. - Absolute<AU extends AbsoluteLinearUnit<AU,
RU>, A extends Absolute<AU, A, RU, R>, RU extends Unit<RU>, R extends RelWithAbs<AU, A, RU, R>> - Interface in org.djunits.value -
Absolute values are quantities that are measured from some agreed upon reference point.
- AbsoluteLinearUnit<AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>> - Class in org.djunits.unit -
The AbsoluteUnit class indicates that a unit is absolute and has a "zero" point.
- AbsoluteLinearUnit() - Constructor for class org.djunits.unit.AbsoluteLinearUnit
- AbsoluteLinearUnit.Builder<AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>> - Class in org.djunits.unit -
Builder for the AbsoluteUnit.
- AbsoluteTemperature - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Absolute AbsoluteTemperature DoubleScalar.
- AbsoluteTemperature(double, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Construct AbsoluteTemperature scalar.
- AbsoluteTemperature(AbsoluteTemperature) - Constructor for class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Construct AbsoluteTemperature scalar.
- AbsoluteTemperatureMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable AbsoluteTemperature Matrix.
- AbsoluteTemperatureMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a double[][] object with SI-unit values.
- AbsoluteTemperatureMatrix(double[][], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a double[][] object.
- AbsoluteTemperatureMatrix(double[][], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a double[][] object.
- AbsoluteTemperatureMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a double[][] object with SI-unit values.
- AbsoluteTemperatureMatrix(Collection<DoubleSparseValue<AbsoluteTemperatureUnit, AbsoluteTemperature>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsoluteTemperatureMatrix(Collection<DoubleSparseValue<AbsoluteTemperatureUnit, AbsoluteTemperature>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsoluteTemperatureMatrix(Collection<DoubleSparseValue<AbsoluteTemperatureUnit, AbsoluteTemperature>>, AbsoluteTemperatureUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsoluteTemperatureMatrix(Collection<DoubleSparseValue<AbsoluteTemperatureUnit, AbsoluteTemperature>>, AbsoluteTemperatureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsoluteTemperatureMatrix(DoubleMatrixData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an internal data object.
- AbsoluteTemperatureMatrix(AbsoluteTemperature[][]) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an array of an array of AbsoluteTemperature objects.
- AbsoluteTemperatureMatrix(AbsoluteTemperature[][], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an array of an array of AbsoluteTemperature objects.
- AbsoluteTemperatureMatrix(AbsoluteTemperature[][], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an array of an array of AbsoluteTemperature objects.
- AbsoluteTemperatureMatrix(AbsoluteTemperature[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an array of an array of AbsoluteTemperature objects.
- AbsoluteTemperatureUnit - Class in org.djunits.unit
-
AbsoluteTemperature units.
- AbsoluteTemperatureUnit() - Constructor for class org.djunits.unit.AbsoluteTemperatureUnit
- AbsoluteTemperatureVector - Class in org.djunits.value.vdouble.vector
-
Double AbsoluteTemperatureVector, a vector of values with a AbsoluteTemperatureUnit.
- AbsoluteTemperatureVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a double[] object with SI-unit values.
- AbsoluteTemperatureVector(double[], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a double[] object.
- AbsoluteTemperatureVector(double[], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a double[] object.
- AbsoluteTemperatureVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a double[] object with SI-unit values.
- AbsoluteTemperatureVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a list of Number objects or a list of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(List<? extends Number>, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a list of Number objects or a list of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(List<? extends Number>, AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a list of Number objects or a list of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a list of Number objects or a list of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(AbsoluteTemperature[]) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from an array of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(AbsoluteTemperature[], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from an array of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(AbsoluteTemperature[], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from an array of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(AbsoluteTemperature[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from an array of AbsoluteTemperature objects.
- AbsoluteTemperatureVector(DoubleVectorData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
-
Construct an AbsoluteTemperatureVector from an internal data object.
- AbsorbedDose - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.
- AbsorbedDose(double, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Construct AbsorbedDose scalar.
- AbsorbedDose(AbsorbedDose) - Constructor for class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Construct AbsorbedDose scalar.
- AbsorbedDoseMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.
- AbsorbedDoseMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a double[][] object with SI-unit values.
- AbsorbedDoseMatrix(double[][], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a double[][] object.
- AbsorbedDoseMatrix(double[][], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a double[][] object.
- AbsorbedDoseMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a double[][] object with SI-unit values.
- AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>>, AbsorbedDoseUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>>, AbsorbedDoseUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- AbsorbedDoseMatrix(DoubleMatrixData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from an internal data object.
- AbsorbedDoseMatrix(AbsorbedDose[][]) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.
- AbsorbedDoseMatrix(AbsorbedDose[][], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.
- AbsorbedDoseMatrix(AbsorbedDose[][], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.
- AbsorbedDoseMatrix(AbsorbedDose[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
-
Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.
- AbsorbedDoseUnit - Class in org.djunits.unit
-
The units of absorbed dose (of ionizing radiation).
- AbsorbedDoseUnit() - Constructor for class org.djunits.unit.AbsorbedDoseUnit
- AbsorbedDoseVector - Class in org.djunits.value.vdouble.vector
-
Double AbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.
- AbsorbedDoseVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a double[] object with SI-unit values.
- AbsorbedDoseVector(double[], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a double[] object.
- AbsorbedDoseVector(double[], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a double[] object.
- AbsorbedDoseVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a double[] object with SI-unit values.
- AbsorbedDoseVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.
- AbsorbedDoseVector(List<? extends Number>, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.
- AbsorbedDoseVector(List<? extends Number>, AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.
- AbsorbedDoseVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.
- AbsorbedDoseVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.
- AbsorbedDoseVector(Map<Integer, ? extends Number>, int, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.
- AbsorbedDoseVector(Map<Integer, ? extends Number>, int, AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.
- AbsorbedDoseVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.
- AbsorbedDoseVector(AbsorbedDose[]) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.
- AbsorbedDoseVector(AbsorbedDose[], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.
- AbsorbedDoseVector(AbsorbedDose[], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.
- AbsorbedDoseVector(AbsorbedDose[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.
- AbsorbedDoseVector(DoubleVectorData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
-
Construct an AbsorbedDoseVector from an internal data object.
- ABVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
abvolt.
- ABVOLT - Static variable in interface org.djunits.unit.util.UNITS
- Acceleration - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.
- Acceleration(double, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.scalar.Acceleration
-
Construct Acceleration scalar.
- Acceleration(Acceleration) - Constructor for class org.djunits.value.vdouble.scalar.Acceleration
-
Construct Acceleration scalar.
- AccelerationMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.
- AccelerationMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a double[][] object with SI-unit values.
- AccelerationMatrix(double[][], AccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a double[][] object.
- AccelerationMatrix(double[][], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a double[][] object.
- AccelerationMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a double[][] object with SI-unit values.
- AccelerationMatrix(Collection<DoubleSparseValue<AccelerationUnit, Acceleration>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AccelerationMatrix(Collection<DoubleSparseValue<AccelerationUnit, Acceleration>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AccelerationMatrix(Collection<DoubleSparseValue<AccelerationUnit, Acceleration>>, AccelerationUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AccelerationMatrix(Collection<DoubleSparseValue<AccelerationUnit, Acceleration>>, AccelerationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AccelerationMatrix(DoubleMatrixData, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from an internal data object.
- AccelerationMatrix(Acceleration[][]) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from an array of an array of Acceleration objects.
- AccelerationMatrix(Acceleration[][], AccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from an array of an array of Acceleration objects.
- AccelerationMatrix(Acceleration[][], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from an array of an array of Acceleration objects.
- AccelerationMatrix(Acceleration[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
-
Construct a AccelerationMatrix from an array of an array of Acceleration objects.
- AccelerationUnit - Class in org.djunits.unit
-
Standard acceleration unit based on distance and time.
- AccelerationUnit() - Constructor for class org.djunits.unit.AccelerationUnit
- AccelerationVector - Class in org.djunits.value.vdouble.vector
-
Double AccelerationVector, a vector of values with a AccelerationUnit.
- AccelerationVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a double[] object with SI-unit values.
- AccelerationVector(double[], AccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a double[] object.
- AccelerationVector(double[], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a double[] object.
- AccelerationVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a double[] object with SI-unit values.
- AccelerationVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a list of Number objects or a list of Acceleration objects.
- AccelerationVector(List<? extends Number>, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a list of Number objects or a list of Acceleration objects.
- AccelerationVector(List<? extends Number>, AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a list of Number objects or a list of Acceleration objects.
- AccelerationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a list of Number objects or a list of Acceleration objects.
- AccelerationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Acceleration objects.
- AccelerationVector(Map<Integer, ? extends Number>, int, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Acceleration objects.
- AccelerationVector(Map<Integer, ? extends Number>, int, AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Acceleration objects.
- AccelerationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Acceleration objects.
- AccelerationVector(Acceleration[]) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from an array of Acceleration objects.
- AccelerationVector(Acceleration[], AccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from an array of Acceleration objects.
- AccelerationVector(Acceleration[], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from an array of Acceleration objects.
- AccelerationVector(Acceleration[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from an array of Acceleration objects.
- AccelerationVector(DoubleVectorData, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AccelerationVector
-
Construct an AccelerationVector from an internal data object.
- acos() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
- acos() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- acos() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- acos() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- acos() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- acos() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- acos() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- ACOS - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.acos(a)
. - ACOS - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.acos(a)
. - ACRE - Static variable in class org.djunits.unit.AreaUnit
-
acre (international) defined as 1/640 square mile or 4840 square yards.
- ACRE - Static variable in interface org.djunits.unit.util.UNITS
- add(SIDimensions, SIDimensions) - Static method in class org.djunits.unit.si.SIDimensions
-
Add two SIDimensions and return the new SIDimensions.
- AmountOfSubstance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.
- AmountOfSubstance(double, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Construct AmountOfSubstance scalar.
- AmountOfSubstance(AmountOfSubstance) - Constructor for class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Construct AmountOfSubstance scalar.
- AmountOfSubstanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.
- AmountOfSubstanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a double[][] object with SI-unit values.
- AmountOfSubstanceMatrix(double[][], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a double[][] object.
- AmountOfSubstanceMatrix(double[][], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a double[][] object.
- AmountOfSubstanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a double[][] object with SI-unit values.
- AmountOfSubstanceMatrix(Collection<DoubleSparseValue<AmountOfSubstanceUnit, AmountOfSubstance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- AmountOfSubstanceMatrix(Collection<DoubleSparseValue<AmountOfSubstanceUnit, AmountOfSubstance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- AmountOfSubstanceMatrix(Collection<DoubleSparseValue<AmountOfSubstanceUnit, AmountOfSubstance>>, AmountOfSubstanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- AmountOfSubstanceMatrix(Collection<DoubleSparseValue<AmountOfSubstanceUnit, AmountOfSubstance>>, AmountOfSubstanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- AmountOfSubstanceMatrix(DoubleMatrixData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from an internal data object.
- AmountOfSubstanceMatrix(AmountOfSubstance[][]) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from an array of an array of AmountOfSubstance objects.
- AmountOfSubstanceMatrix(AmountOfSubstance[][], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from an array of an array of AmountOfSubstance objects.
- AmountOfSubstanceMatrix(AmountOfSubstance[][], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from an array of an array of AmountOfSubstance objects.
- AmountOfSubstanceMatrix(AmountOfSubstance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
-
Construct a AmountOfSubstanceMatrix from an array of an array of AmountOfSubstance objects.
- AmountOfSubstanceUnit - Class in org.djunits.unit
-
The units of amount of substance.
- AmountOfSubstanceUnit() - Constructor for class org.djunits.unit.AmountOfSubstanceUnit
- AmountOfSubstanceVector - Class in org.djunits.value.vdouble.vector
-
Double AmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.
- AmountOfSubstanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a double[] object with SI-unit values.
- AmountOfSubstanceVector(double[], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a double[] object.
- AmountOfSubstanceVector(double[], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a double[] object.
- AmountOfSubstanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a double[] object with SI-unit values.
- AmountOfSubstanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a list of Number objects or a list of AmountOfSubstance objects.
- AmountOfSubstanceVector(List<? extends Number>, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a list of Number objects or a list of AmountOfSubstance objects.
- AmountOfSubstanceVector(List<? extends Number>, AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a list of Number objects or a list of AmountOfSubstance objects.
- AmountOfSubstanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a list of Number objects or a list of AmountOfSubstance objects.
- AmountOfSubstanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AmountOfSubstance objects.
- AmountOfSubstanceVector(Map<Integer, ? extends Number>, int, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AmountOfSubstance objects.
- AmountOfSubstanceVector(Map<Integer, ? extends Number>, int, AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AmountOfSubstance objects.
- AmountOfSubstanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AmountOfSubstance objects.
- AmountOfSubstanceVector(AmountOfSubstance[]) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from an array of AmountOfSubstance objects.
- AmountOfSubstanceVector(AmountOfSubstance[], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from an array of AmountOfSubstance objects.
- AmountOfSubstanceVector(AmountOfSubstance[], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from an array of AmountOfSubstance objects.
- AmountOfSubstanceVector(AmountOfSubstance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from an array of AmountOfSubstance objects.
- AmountOfSubstanceVector(DoubleVectorData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
-
Construct an AmountOfSubstanceVector from an internal data object.
- AMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
Ampere.
- AMPERE - Static variable in interface org.djunits.unit.util.UNITS
- AMPERE_HOUR - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
ampere hour.
- AMPERE_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- Angle - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Relative Angle DoubleScalar.
- Angle(double, AngleUnit) - Constructor for class org.djunits.value.vdouble.scalar.Angle
-
Construct Angle scalar.
- Angle(Angle) - Constructor for class org.djunits.value.vdouble.scalar.Angle
-
Construct Angle scalar.
- AngleMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Angle Matrix.
- AngleMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a double[][] object with SI-unit values.
- AngleMatrix(double[][], AngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a double[][] object.
- AngleMatrix(double[][], AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a double[][] object.
- AngleMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a double[][] object with SI-unit values.
- AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>>, AngleUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>>, AngleUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngleMatrix(DoubleMatrixData, AngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from an internal data object.
- AngleMatrix(Angle[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from an array of an array of Angle objects.
- AngleMatrix(Angle[][], AngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from an array of an array of Angle objects.
- AngleMatrix(Angle[][], AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from an array of an array of Angle objects.
- AngleMatrix(Angle[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
-
Construct a AngleMatrix from an array of an array of Angle objects.
- AngleUnit - Class in org.djunits.unit
-
Standard angle unit.
- AngleUnit() - Constructor for class org.djunits.unit.AngleUnit
- AngleUtil - Interface in org.djunits.value.util
-
Utilities for Angles, such as normalization between 0 and 2 * PI.
- AngleVector - Class in org.djunits.value.vdouble.vector
-
Double AngleVector, a vector of values with a AngleUnit.
- AngleVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a double[] object with SI-unit values.
- AngleVector(double[], AngleUnit) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a double[] object.
- AngleVector(double[], AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a double[] object.
- AngleVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a double[] object with SI-unit values.
- AngleVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a list of Number objects or a list of Angle objects.
- AngleVector(List<? extends Number>, AngleUnit) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a list of Number objects or a list of Angle objects.
- AngleVector(List<? extends Number>, AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a list of Number objects or a list of Angle objects.
- AngleVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a list of Number objects or a list of Angle objects.
- AngleVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.
- AngleVector(Map<Integer, ? extends Number>, int, AngleUnit) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.
- AngleVector(Map<Integer, ? extends Number>, int, AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.
- AngleVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.
- AngleVector(Angle[]) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from an array of Angle objects.
- AngleVector(Angle[], AngleUnit) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from an array of Angle objects.
- AngleVector(Angle[], AngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from an array of Angle objects.
- AngleVector(Angle[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from an array of Angle objects.
- AngleVector(DoubleVectorData, AngleUnit) - Constructor for class org.djunits.value.vdouble.vector.AngleVector
-
Construct an AngleVector from an internal data object.
- ANGSTROM - Static variable in class org.djunits.unit.LengthUnit
-
Angstrom = 10^-10 m.
- ANGSTROM - Static variable in class org.djunits.unit.PositionUnit
-
Angstrom = 10^-10 m.
- ANGSTROM - Static variable in interface org.djunits.unit.util.UNITS
- ANGSTROM_ABS - Static variable in interface org.djunits.unit.util.UNITS
- AngularAcceleration - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.
- AngularAcceleration(double, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Construct AngularAcceleration scalar.
- AngularAcceleration(AngularAcceleration) - Constructor for class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Construct AngularAcceleration scalar.
- AngularAccelerationMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.
- AngularAccelerationMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a double[][] object with SI-unit values.
- AngularAccelerationMatrix(double[][], AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a double[][] object.
- AngularAccelerationMatrix(double[][], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a double[][] object.
- AngularAccelerationMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a double[][] object with SI-unit values.
- AngularAccelerationMatrix(Collection<DoubleSparseValue<AngularAccelerationUnit, AngularAcceleration>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularAccelerationMatrix(Collection<DoubleSparseValue<AngularAccelerationUnit, AngularAcceleration>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularAccelerationMatrix(Collection<DoubleSparseValue<AngularAccelerationUnit, AngularAcceleration>>, AngularAccelerationUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularAccelerationMatrix(Collection<DoubleSparseValue<AngularAccelerationUnit, AngularAcceleration>>, AngularAccelerationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularAccelerationMatrix(DoubleMatrixData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from an internal data object.
- AngularAccelerationMatrix(AngularAcceleration[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from an array of an array of AngularAcceleration objects.
- AngularAccelerationMatrix(AngularAcceleration[][], AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from an array of an array of AngularAcceleration objects.
- AngularAccelerationMatrix(AngularAcceleration[][], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from an array of an array of AngularAcceleration objects.
- AngularAccelerationMatrix(AngularAcceleration[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
-
Construct a AngularAccelerationMatrix from an array of an array of AngularAcceleration objects.
- AngularAccelerationUnit - Class in org.djunits.unit
-
Standard angular acceleration unit.
- AngularAccelerationUnit() - Constructor for class org.djunits.unit.AngularAccelerationUnit
- AngularAccelerationVector - Class in org.djunits.value.vdouble.vector
-
Double AngularAccelerationVector, a vector of values with a AngularAccelerationUnit.
- AngularAccelerationVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a double[] object with SI-unit values.
- AngularAccelerationVector(double[], AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a double[] object.
- AngularAccelerationVector(double[], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a double[] object.
- AngularAccelerationVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a double[] object with SI-unit values.
- AngularAccelerationVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a list of Number objects or a list of AngularAcceleration objects.
- AngularAccelerationVector(List<? extends Number>, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a list of Number objects or a list of AngularAcceleration objects.
- AngularAccelerationVector(List<? extends Number>, AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a list of Number objects or a list of AngularAcceleration objects.
- AngularAccelerationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a list of Number objects or a list of AngularAcceleration objects.
- AngularAccelerationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularAcceleration objects.
- AngularAccelerationVector(Map<Integer, ? extends Number>, int, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularAcceleration objects.
- AngularAccelerationVector(Map<Integer, ? extends Number>, int, AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularAcceleration objects.
- AngularAccelerationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularAcceleration objects.
- AngularAccelerationVector(AngularAcceleration[]) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from an array of AngularAcceleration objects.
- AngularAccelerationVector(AngularAcceleration[], AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from an array of AngularAcceleration objects.
- AngularAccelerationVector(AngularAcceleration[], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from an array of AngularAcceleration objects.
- AngularAccelerationVector(AngularAcceleration[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from an array of AngularAcceleration objects.
- AngularAccelerationVector(DoubleVectorData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularAccelerationVector
-
Construct an AngularAccelerationVector from an internal data object.
- AngularVelocity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the AngularVelocity DoubleScalar, which is relative by definition.
- AngularVelocity(double, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.scalar.AngularVelocity
-
Construct AngularVelocity scalar.
- AngularVelocity(AngularVelocity) - Constructor for class org.djunits.value.vdouble.scalar.AngularVelocity
-
Construct AngularVelocity scalar.
- AngularVelocityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.
- AngularVelocityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a double[][] object with SI-unit values.
- AngularVelocityMatrix(double[][], AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a double[][] object.
- AngularVelocityMatrix(double[][], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a double[][] object.
- AngularVelocityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a double[][] object with SI-unit values.
- AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>>, AngularVelocityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>>, AngularVelocityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.
- AngularVelocityMatrix(DoubleMatrixData, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from an internal data object.
- AngularVelocityMatrix(AngularVelocity[][]) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.
- AngularVelocityMatrix(AngularVelocity[][], AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.
- AngularVelocityMatrix(AngularVelocity[][], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.
- AngularVelocityMatrix(AngularVelocity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
-
Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.
- AngularVelocityUnit - Class in org.djunits.unit
-
Standard angular velocity unit.
- AngularVelocityUnit() - Constructor for class org.djunits.unit.AngularVelocityUnit
- AngularVelocityVector - Class in org.djunits.value.vdouble.vector
-
Double AngularVelocityVector, a vector of values with a AngularVelocityUnit.
- AngularVelocityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a double[] object with SI-unit values.
- AngularVelocityVector(double[], AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a double[] object.
- AngularVelocityVector(double[], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a double[] object.
- AngularVelocityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a double[] object with SI-unit values.
- AngularVelocityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a list of Number objects or a list of AngularVelocity objects.
- AngularVelocityVector(List<? extends Number>, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a list of Number objects or a list of AngularVelocity objects.
- AngularVelocityVector(List<? extends Number>, AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a list of Number objects or a list of AngularVelocity objects.
- AngularVelocityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a list of Number objects or a list of AngularVelocity objects.
- AngularVelocityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularVelocity objects.
- AngularVelocityVector(Map<Integer, ? extends Number>, int, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularVelocity objects.
- AngularVelocityVector(Map<Integer, ? extends Number>, int, AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularVelocity objects.
- AngularVelocityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AngularVelocity objects.
- AngularVelocityVector(AngularVelocity[]) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from an array of AngularVelocity objects.
- AngularVelocityVector(AngularVelocity[], AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from an array of AngularVelocity objects.
- AngularVelocityVector(AngularVelocity[], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from an array of AngularVelocity objects.
- AngularVelocityVector(AngularVelocity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from an array of AngularVelocity objects.
- AngularVelocityVector(DoubleVectorData, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.vector.AngularVelocityVector
-
Construct an AngularVelocityVector from an internal data object.
- apply(double) - Method in interface org.djunits.value.vdouble.function.DoubleFunction
-
Carry out a specific transformation function on a double value.
- apply(double, double) - Method in interface org.djunits.value.vdouble.function.DoubleFunction2
-
Apply a function on two float values.
- apply(float) - Method in interface org.djunits.value.vfloat.function.FloatFunction
-
Carry out a specific transformation function on a float value.
- apply(float, float) - Method in interface org.djunits.value.vfloat.function.FloatFunction2
-
Apply function on two float values.
- ARCMINUTE - Static variable in class org.djunits.unit.AngleUnit
-
arcminute.
- ARCMINUTE - Static variable in interface org.djunits.unit.util.UNITS
- ARCMINUTE_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
arcminute per second.
- ARCMINUTE_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- ARCMINUTE_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
arcminute per second squared.
- ARCMINUTE_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- ARCSECOND - Static variable in class org.djunits.unit.AngleUnit
-
arcsecond.
- ARCSECOND - Static variable in interface org.djunits.unit.util.UNITS
- ARCSECOND_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
arcsecond per second.
- ARCSECOND_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- ARCSECOND_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
arcsecond per second squared.
- ARCSECOND_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- ARE - Static variable in class org.djunits.unit.AreaUnit
-
are.
- ARE - Static variable in interface org.djunits.unit.util.UNITS
- Area - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Area DoubleScalar, which is relative by definition.
- Area(double, AreaUnit) - Constructor for class org.djunits.value.vdouble.scalar.Area
-
Construct Area scalar.
- Area(Area) - Constructor for class org.djunits.value.vdouble.scalar.Area
-
Construct Area scalar.
- AreaMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double AreaMatrix, a matrix of values with a AreaUnit.
- AreaMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a double[][] object with SI-unit values.
- AreaMatrix(double[][], AreaUnit) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a double[][] object.
- AreaMatrix(double[][], AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a double[][] object.
- AreaMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a double[][] object with SI-unit values.
- AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.
- AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.
- AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>>, AreaUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.
- AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>>, AreaUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.
- AreaMatrix(DoubleMatrixData, AreaUnit) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from an internal data object.
- AreaMatrix(Area[][]) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from an array of an array of Area objects.
- AreaMatrix(Area[][], AreaUnit) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from an array of an array of Area objects.
- AreaMatrix(Area[][], AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from an array of an array of Area objects.
- AreaMatrix(Area[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
-
Construct a AreaMatrix from an array of an array of Area objects.
- AreaUnit - Class in org.djunits.unit
-
AreaUnit defines a number of common units for areas.
- AreaUnit() - Constructor for class org.djunits.unit.AreaUnit
- AreaVector - Class in org.djunits.value.vdouble.vector
-
Double AreaVector, a vector of values with a AreaUnit.
- AreaVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a double[] object with SI-unit values.
- AreaVector(double[], AreaUnit) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a double[] object.
- AreaVector(double[], AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a double[] object.
- AreaVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a double[] object with SI-unit values.
- AreaVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a list of Number objects or a list of Area objects.
- AreaVector(List<? extends Number>, AreaUnit) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a list of Number objects or a list of Area objects.
- AreaVector(List<? extends Number>, AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a list of Number objects or a list of Area objects.
- AreaVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a list of Number objects or a list of Area objects.
- AreaVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.
- AreaVector(Map<Integer, ? extends Number>, int, AreaUnit) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.
- AreaVector(Map<Integer, ? extends Number>, int, AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.
- AreaVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.
- AreaVector(Area[]) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from an array of Area objects.
- AreaVector(Area[], AreaUnit) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from an array of Area objects.
- AreaVector(Area[], AreaUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from an array of Area objects.
- AreaVector(Area[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from an array of Area objects.
- AreaVector(DoubleVectorData, AreaUnit) - Constructor for class org.djunits.value.vdouble.vector.AreaVector
-
Construct an AreaVector from an internal data object.
- as(U) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar transformed to a scalar in the given unit.
- as(U) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar transformed to a scalar in the given unit.
- asAbsorbedDose() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a absorbeddose matrix.
- asAbsorbedDose() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a absorbeddose.
- asAbsorbedDose() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a absorbeddose vector.
- asAbsorbedDose() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a absorbeddose matrix.
- asAbsorbedDose() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a absorbeddose.
- asAbsorbedDose() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a absorbeddose vector.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a absorbeddose matrix, and provide a display unit.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a absorbeddose, and provide a display unit.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a absorbeddose vector, and provide a display unit.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a absorbeddose matrix, and provide a display unit.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a absorbeddose, and provide a display unit.
- asAbsorbedDose(AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a absorbeddose vector, and provide a display unit.
- asAcceleration() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a acceleration matrix.
- asAcceleration() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a acceleration.
- asAcceleration() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a acceleration vector.
- asAcceleration() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a acceleration matrix.
- asAcceleration() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a acceleration.
- asAcceleration() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a acceleration vector.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a acceleration matrix, and provide a display unit.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a acceleration, and provide a display unit.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a acceleration vector, and provide a display unit.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a acceleration matrix, and provide a display unit.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a acceleration, and provide a display unit.
- asAcceleration(AccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a acceleration vector, and provide a display unit.
- asAmountOfSubstance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a amountofsubstance matrix.
- asAmountOfSubstance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a amountofsubstance.
- asAmountOfSubstance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a amountofsubstance vector.
- asAmountOfSubstance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a amountofsubstance matrix.
- asAmountOfSubstance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a amountofsubstance.
- asAmountOfSubstance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a amountofsubstance vector.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a amountofsubstance matrix, and provide a display unit.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a amountofsubstance, and provide a display unit.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a amountofsubstance vector, and provide a display unit.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a amountofsubstance matrix, and provide a display unit.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a amountofsubstance, and provide a display unit.
- asAmountOfSubstance(AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a amountofsubstance vector, and provide a display unit.
- asAngle() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angle matrix.
- asAngle() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angle.
- asAngle() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angle vector.
- asAngle() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angle matrix.
- asAngle() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angle.
- asAngle() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angle vector.
- asAngle(AngleUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angle matrix, and provide a display unit.
- asAngle(AngleUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angle, and provide a display unit.
- asAngle(AngleUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angle vector, and provide a display unit.
- asAngle(AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angle matrix, and provide a display unit.
- asAngle(AngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angle, and provide a display unit.
- asAngle(AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angle vector, and provide a display unit.
- asAngularAcceleration() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angularacceleration matrix.
- asAngularAcceleration() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angularacceleration.
- asAngularAcceleration() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angularacceleration vector.
- asAngularAcceleration() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angularacceleration matrix.
- asAngularAcceleration() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angularacceleration.
- asAngularAcceleration() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angularacceleration vector.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angularacceleration matrix, and provide a display unit.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angularacceleration, and provide a display unit.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angularacceleration vector, and provide a display unit.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angularacceleration matrix, and provide a display unit.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angularacceleration, and provide a display unit.
- asAngularAcceleration(AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angularacceleration vector, and provide a display unit.
- asAngularVelocity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angularvelocity matrix.
- asAngularVelocity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angularvelocity.
- asAngularVelocity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angularvelocity vector.
- asAngularVelocity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angularvelocity matrix.
- asAngularVelocity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angularvelocity.
- asAngularVelocity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angularvelocity vector.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a angularvelocity matrix, and provide a display unit.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a angularvelocity, and provide a display unit.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a angularvelocity vector, and provide a display unit.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a angularvelocity matrix, and provide a display unit.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a angularvelocity, and provide a display unit.
- asAngularVelocity(AngularVelocityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a angularvelocity vector, and provide a display unit.
- asArea() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a area matrix.
- asArea() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a area.
- asArea() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a area vector.
- asArea() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a area matrix.
- asArea() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a area.
- asArea() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a area vector.
- asArea(AreaUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a area matrix, and provide a display unit.
- asArea(AreaUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a area, and provide a display unit.
- asArea(AreaUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a area vector, and provide a display unit.
- asArea(AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a area matrix, and provide a display unit.
- asArea(AreaUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a area, and provide a display unit.
- asArea(AreaUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a area vector, and provide a display unit.
- asCatalyticActivity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a catalyticactivity matrix.
- asCatalyticActivity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a catalyticactivity.
- asCatalyticActivity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a catalyticactivity vector.
- asCatalyticActivity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a catalyticactivity matrix.
- asCatalyticActivity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a catalyticactivity.
- asCatalyticActivity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a catalyticactivity vector.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a catalyticactivity matrix, and provide a display unit.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a catalyticactivity, and provide a display unit.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a catalyticactivity vector, and provide a display unit.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a catalyticactivity matrix, and provide a display unit.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a catalyticactivity, and provide a display unit.
- asCatalyticActivity(CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a catalyticactivity vector, and provide a display unit.
- asDensity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a density matrix.
- asDensity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a density.
- asDensity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a density vector.
- asDensity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a density matrix.
- asDensity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a density.
- asDensity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a density vector.
- asDensity(DensityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a density matrix, and provide a display unit.
- asDensity(DensityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a density, and provide a display unit.
- asDensity(DensityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a density vector, and provide a display unit.
- asDensity(DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a density matrix, and provide a display unit.
- asDensity(DensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a density, and provide a display unit.
- asDensity(DensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a density vector, and provide a display unit.
- asDimensionless() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a dimensionless matrix.
- asDimensionless() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a dimensionless.
- asDimensionless() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a dimensionless vector.
- asDimensionless() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a dimensionless matrix.
- asDimensionless() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a dimensionless.
- asDimensionless() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a dimensionless vector.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a dimensionless matrix, and provide a display unit.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a dimensionless, and provide a display unit.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a dimensionless vector, and provide a display unit.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a dimensionless matrix, and provide a display unit.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a dimensionless, and provide a display unit.
- asDimensionless(DimensionlessUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a dimensionless vector, and provide a display unit.
- asDuration() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a duration matrix.
- asDuration() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a duration.
- asDuration() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a duration vector.
- asDuration() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a duration matrix.
- asDuration() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a duration.
- asDuration() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a duration vector.
- asDuration(DurationUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a duration matrix, and provide a display unit.
- asDuration(DurationUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a duration, and provide a display unit.
- asDuration(DurationUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a duration vector, and provide a display unit.
- asDuration(DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a duration matrix, and provide a display unit.
- asDuration(DurationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a duration, and provide a display unit.
- asDuration(DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a duration vector, and provide a display unit.
- asElectricalCapacitance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcapacitance matrix.
- asElectricalCapacitance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcapacitance.
- asElectricalCapacitance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcapacitance vector.
- asElectricalCapacitance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcapacitance matrix.
- asElectricalCapacitance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcapacitance.
- asElectricalCapacitance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcapacitance vector.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcapacitance matrix, and provide a display unit.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcapacitance, and provide a display unit.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcapacitance vector, and provide a display unit.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcapacitance matrix, and provide a display unit.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcapacitance, and provide a display unit.
- asElectricalCapacitance(ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcapacitance vector, and provide a display unit.
- asElectricalCharge() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcharge matrix.
- asElectricalCharge() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcharge.
- asElectricalCharge() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcharge vector.
- asElectricalCharge() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcharge matrix.
- asElectricalCharge() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcharge.
- asElectricalCharge() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcharge vector.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcharge matrix, and provide a display unit.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcharge, and provide a display unit.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcharge vector, and provide a display unit.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcharge matrix, and provide a display unit.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcharge, and provide a display unit.
- asElectricalCharge(ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcharge vector, and provide a display unit.
- asElectricalConductance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalconductance matrix.
- asElectricalConductance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalconductance.
- asElectricalConductance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalconductance vector.
- asElectricalConductance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalconductance matrix.
- asElectricalConductance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalconductance.
- asElectricalConductance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalconductance vector.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalconductance matrix, and provide a display unit.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalconductance, and provide a display unit.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalconductance vector, and provide a display unit.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalconductance matrix, and provide a display unit.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalconductance, and provide a display unit.
- asElectricalConductance(ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalconductance vector, and provide a display unit.
- asElectricalCurrent() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcurrent matrix.
- asElectricalCurrent() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcurrent.
- asElectricalCurrent() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcurrent vector.
- asElectricalCurrent() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcurrent matrix.
- asElectricalCurrent() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcurrent.
- asElectricalCurrent() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcurrent vector.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalcurrent matrix, and provide a display unit.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalcurrent, and provide a display unit.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalcurrent vector, and provide a display unit.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalcurrent matrix, and provide a display unit.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalcurrent, and provide a display unit.
- asElectricalCurrent(ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalcurrent vector, and provide a display unit.
- asElectricalInductance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalinductance matrix.
- asElectricalInductance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalinductance.
- asElectricalInductance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalinductance vector.
- asElectricalInductance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalinductance matrix.
- asElectricalInductance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalinductance.
- asElectricalInductance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalinductance vector.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalinductance matrix, and provide a display unit.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalinductance, and provide a display unit.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalinductance vector, and provide a display unit.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalinductance matrix, and provide a display unit.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalinductance, and provide a display unit.
- asElectricalInductance(ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalinductance vector, and provide a display unit.
- asElectricalPotential() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalpotential matrix.
- asElectricalPotential() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalpotential.
- asElectricalPotential() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalpotential vector.
- asElectricalPotential() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalpotential matrix.
- asElectricalPotential() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalpotential.
- asElectricalPotential() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalpotential vector.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalpotential matrix, and provide a display unit.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalpotential, and provide a display unit.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalpotential vector, and provide a display unit.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalpotential matrix, and provide a display unit.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalpotential, and provide a display unit.
- asElectricalPotential(ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalpotential vector, and provide a display unit.
- asElectricalResistance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalresistance matrix.
- asElectricalResistance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalresistance.
- asElectricalResistance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalresistance vector.
- asElectricalResistance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalresistance matrix.
- asElectricalResistance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalresistance.
- asElectricalResistance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalresistance vector.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a electricalresistance matrix, and provide a display unit.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a electricalresistance, and provide a display unit.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a electricalresistance vector, and provide a display unit.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a electricalresistance matrix, and provide a display unit.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a electricalresistance, and provide a display unit.
- asElectricalResistance(ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a electricalresistance vector, and provide a display unit.
- asEnergy() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a energy matrix.
- asEnergy() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a energy.
- asEnergy() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a energy vector.
- asEnergy() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a energy matrix.
- asEnergy() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a energy.
- asEnergy() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a energy vector.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a energy matrix, and provide a display unit.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a energy, and provide a display unit.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a energy vector, and provide a display unit.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a energy matrix, and provide a display unit.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a energy, and provide a display unit.
- asEnergy(EnergyUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a energy vector, and provide a display unit.
- asEquivalentDose() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a equivalentdose matrix.
- asEquivalentDose() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a equivalentdose.
- asEquivalentDose() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a equivalentdose vector.
- asEquivalentDose() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a equivalentdose matrix.
- asEquivalentDose() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a equivalentdose.
- asEquivalentDose() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a equivalentdose vector.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a equivalentdose matrix, and provide a display unit.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a equivalentdose, and provide a display unit.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a equivalentdose vector, and provide a display unit.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a equivalentdose matrix, and provide a display unit.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a equivalentdose, and provide a display unit.
- asEquivalentDose(EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a equivalentdose vector, and provide a display unit.
- asFlowMass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a flowmass matrix.
- asFlowMass() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a flowmass.
- asFlowMass() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a flowmass vector.
- asFlowMass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a flowmass matrix.
- asFlowMass() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a flowmass.
- asFlowMass() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a flowmass vector.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a flowmass matrix, and provide a display unit.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a flowmass, and provide a display unit.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a flowmass vector, and provide a display unit.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a flowmass matrix, and provide a display unit.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a flowmass, and provide a display unit.
- asFlowMass(FlowMassUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a flowmass vector, and provide a display unit.
- asFlowVolume() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a flowvolume matrix.
- asFlowVolume() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a flowvolume.
- asFlowVolume() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a flowvolume vector.
- asFlowVolume() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a flowvolume matrix.
- asFlowVolume() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a flowvolume.
- asFlowVolume() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a flowvolume vector.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a flowvolume matrix, and provide a display unit.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a flowvolume, and provide a display unit.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a flowvolume vector, and provide a display unit.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a flowvolume matrix, and provide a display unit.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a flowvolume, and provide a display unit.
- asFlowVolume(FlowVolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a flowvolume vector, and provide a display unit.
- asForce() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a force matrix.
- asForce() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a force.
- asForce() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a force vector.
- asForce() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a force matrix.
- asForce() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a force.
- asForce() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a force vector.
- asForce(ForceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a force matrix, and provide a display unit.
- asForce(ForceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a force, and provide a display unit.
- asForce(ForceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a force vector, and provide a display unit.
- asForce(ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a force matrix, and provide a display unit.
- asForce(ForceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a force, and provide a display unit.
- asForce(ForceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a force vector, and provide a display unit.
- asFrequency() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a frequency matrix.
- asFrequency() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a frequency.
- asFrequency() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a frequency vector.
- asFrequency() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a frequency matrix.
- asFrequency() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a frequency.
- asFrequency() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a frequency vector.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a frequency matrix, and provide a display unit.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a frequency, and provide a display unit.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a frequency vector, and provide a display unit.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a frequency matrix, and provide a display unit.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a frequency, and provide a display unit.
- asFrequency(FrequencyUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a frequency vector, and provide a display unit.
- asIlluminance() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a illuminance matrix.
- asIlluminance() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a illuminance.
- asIlluminance() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a illuminance vector.
- asIlluminance() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a illuminance matrix.
- asIlluminance() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a illuminance.
- asIlluminance() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a illuminance vector.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a illuminance matrix, and provide a display unit.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a illuminance, and provide a display unit.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a illuminance vector, and provide a display unit.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a illuminance matrix, and provide a display unit.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a illuminance, and provide a display unit.
- asIlluminance(IlluminanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a illuminance vector, and provide a display unit.
- asin() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
- asin() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- asin() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- asin() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- asin() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- asin() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- asin() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- ASIN - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.asin(a)
. - ASIN - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.asin(a)
. - asLength() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a length matrix.
- asLength() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a length.
- asLength() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a length vector.
- asLength() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a length matrix.
- asLength() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a length.
- asLength() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a length vector.
- asLength(LengthUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a length matrix, and provide a display unit.
- asLength(LengthUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a length, and provide a display unit.
- asLength(LengthUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a length vector, and provide a display unit.
- asLength(LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a length matrix, and provide a display unit.
- asLength(LengthUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a length, and provide a display unit.
- asLength(LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a length vector, and provide a display unit.
- asLinearDensity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a lineardensity matrix.
- asLinearDensity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a lineardensity.
- asLinearDensity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a lineardensity vector.
- asLinearDensity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a lineardensity matrix.
- asLinearDensity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a lineardensity.
- asLinearDensity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a lineardensity vector.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a lineardensity matrix, and provide a display unit.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a lineardensity, and provide a display unit.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a lineardensity vector, and provide a display unit.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a lineardensity matrix, and provide a display unit.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a lineardensity, and provide a display unit.
- asLinearDensity(LinearDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a lineardensity vector, and provide a display unit.
- asLuminousFlux() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a luminousflux matrix.
- asLuminousFlux() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a luminousflux.
- asLuminousFlux() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a luminousflux vector.
- asLuminousFlux() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a luminousflux matrix.
- asLuminousFlux() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a luminousflux.
- asLuminousFlux() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a luminousflux vector.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a luminousflux matrix, and provide a display unit.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a luminousflux, and provide a display unit.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a luminousflux vector, and provide a display unit.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a luminousflux matrix, and provide a display unit.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a luminousflux, and provide a display unit.
- asLuminousFlux(LuminousFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a luminousflux vector, and provide a display unit.
- asLuminousIntensity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a luminousintensity matrix.
- asLuminousIntensity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a luminousintensity.
- asLuminousIntensity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a luminousintensity vector.
- asLuminousIntensity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a luminousintensity matrix.
- asLuminousIntensity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a luminousintensity.
- asLuminousIntensity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a luminousintensity vector.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a luminousintensity matrix, and provide a display unit.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a luminousintensity, and provide a display unit.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a luminousintensity vector, and provide a display unit.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a luminousintensity matrix, and provide a display unit.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a luminousintensity, and provide a display unit.
- asLuminousIntensity(LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a luminousintensity vector, and provide a display unit.
- asMagneticFlux() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a magneticflux matrix.
- asMagneticFlux() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a magneticflux.
- asMagneticFlux() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a magneticflux vector.
- asMagneticFlux() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a magneticflux matrix.
- asMagneticFlux() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a magneticflux.
- asMagneticFlux() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a magneticflux vector.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a magneticflux matrix, and provide a display unit.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a magneticflux, and provide a display unit.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a magneticflux vector, and provide a display unit.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a magneticflux matrix, and provide a display unit.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a magneticflux, and provide a display unit.
- asMagneticFlux(MagneticFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a magneticflux vector, and provide a display unit.
- asMagneticFluxDensity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a magneticfluxdensity matrix.
- asMagneticFluxDensity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a magneticfluxdensity.
- asMagneticFluxDensity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a magneticfluxdensity vector.
- asMagneticFluxDensity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a magneticfluxdensity matrix.
- asMagneticFluxDensity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a magneticfluxdensity.
- asMagneticFluxDensity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a magneticfluxdensity vector.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a magneticfluxdensity matrix, and provide a display unit.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a magneticfluxdensity, and provide a display unit.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a magneticfluxdensity vector, and provide a display unit.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a magneticfluxdensity matrix, and provide a display unit.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a magneticfluxdensity, and provide a display unit.
- asMagneticFluxDensity(MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a magneticfluxdensity vector, and provide a display unit.
- asMass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a mass matrix.
- asMass() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a mass.
- asMass() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a mass vector.
- asMass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a mass matrix.
- asMass() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a mass.
- asMass() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a mass vector.
- asMass(MassUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a mass matrix, and provide a display unit.
- asMass(MassUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a mass, and provide a display unit.
- asMass(MassUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a mass vector, and provide a display unit.
- asMass(MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a mass matrix, and provide a display unit.
- asMass(MassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a mass, and provide a display unit.
- asMass(MassUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a mass vector, and provide a display unit.
- asMomentum() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a momentum matrix.
- asMomentum() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a momentum.
- asMomentum() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a momentum vector.
- asMomentum() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a momentum matrix.
- asMomentum() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a momentum.
- asMomentum() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a momentum vector.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a momentum matrix, and provide a display unit.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a momentum, and provide a display unit.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a momentum vector, and provide a display unit.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a momentum matrix, and provide a display unit.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a momentum, and provide a display unit.
- asMomentum(MomentumUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a momentum vector, and provide a display unit.
- asPower() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a power matrix.
- asPower() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a power.
- asPower() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a power vector.
- asPower() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a power matrix.
- asPower() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a power.
- asPower() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a power vector.
- asPower(PowerUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a power matrix, and provide a display unit.
- asPower(PowerUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a power, and provide a display unit.
- asPower(PowerUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a power vector, and provide a display unit.
- asPower(PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a power matrix, and provide a display unit.
- asPower(PowerUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a power, and provide a display unit.
- asPower(PowerUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a power vector, and provide a display unit.
- asPressure() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a pressure matrix.
- asPressure() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a pressure.
- asPressure() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a pressure vector.
- asPressure() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a pressure matrix.
- asPressure() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a pressure.
- asPressure() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a pressure vector.
- asPressure(PressureUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a pressure matrix, and provide a display unit.
- asPressure(PressureUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a pressure, and provide a display unit.
- asPressure(PressureUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a pressure vector, and provide a display unit.
- asPressure(PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a pressure matrix, and provide a display unit.
- asPressure(PressureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a pressure, and provide a display unit.
- asPressure(PressureUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a pressure vector, and provide a display unit.
- asRadioActivity() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a radioactivity matrix.
- asRadioActivity() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a radioactivity.
- asRadioActivity() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a radioactivity vector.
- asRadioActivity() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a radioactivity matrix.
- asRadioActivity() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a radioactivity.
- asRadioActivity() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a radioactivity vector.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a radioactivity matrix, and provide a display unit.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a radioactivity, and provide a display unit.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a radioactivity vector, and provide a display unit.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a radioactivity matrix, and provide a display unit.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a radioactivity, and provide a display unit.
- asRadioActivity(RadioActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a radioactivity vector, and provide a display unit.
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Execute a function on a cell by cell basis.
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Apply an operation to each cell.
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Execute a function on a cell by cell basis.
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Apply an operation to each cell.
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- assign(DoubleFunction2, DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Apply a binary operation on a cell by cell basis.
- assign(DoubleFunction2, DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- assign(DoubleFunction2, DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- assign(DoubleFunction2, DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Apply a binary operation on a cell by cell basis.
- assign(DoubleFunction2, DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- assign(DoubleFunction2, DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Execute a function on a cell by cell basis.
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Apply an operation to each cell.
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Execute a function on a cell by cell basis.
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Apply an operation to each cell.
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- assign(FloatFunction2, FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Apply a binary operation on a cell by cell basis.
- assign(FloatFunction2, FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- assign(FloatFunction2, FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- assign(FloatFunction2, FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Apply a binary operation on a cell by cell basis.
- assign(FloatFunction2, FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- assign(FloatFunction2, FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- asSolidAngle() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a solidangle matrix.
- asSolidAngle() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a solidangle.
- asSolidAngle() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a solidangle vector.
- asSolidAngle() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a solidangle matrix.
- asSolidAngle() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a solidangle.
- asSolidAngle() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a solidangle vector.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a solidangle matrix, and provide a display unit.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a solidangle, and provide a display unit.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a solidangle vector, and provide a display unit.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a solidangle matrix, and provide a display unit.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a solidangle, and provide a display unit.
- asSolidAngle(SolidAngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a solidangle vector, and provide a display unit.
- asSpeed() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a speed matrix.
- asSpeed() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a speed.
- asSpeed() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a speed vector.
- asSpeed() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a speed matrix.
- asSpeed() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a speed.
- asSpeed() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a speed vector.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a speed matrix, and provide a display unit.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a speed, and provide a display unit.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a speed vector, and provide a display unit.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a speed matrix, and provide a display unit.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a speed, and provide a display unit.
- asSpeed(SpeedUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a speed vector, and provide a display unit.
- asTemperature() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a temperature matrix.
- asTemperature() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a temperature.
- asTemperature() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a temperature vector.
- asTemperature() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a temperature matrix.
- asTemperature() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a temperature.
- asTemperature() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a temperature vector.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a temperature matrix, and provide a display unit.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a temperature, and provide a display unit.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a temperature vector, and provide a display unit.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a temperature matrix, and provide a display unit.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a temperature, and provide a display unit.
- asTemperature(TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a temperature vector, and provide a display unit.
- asTorque() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a torque matrix.
- asTorque() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a torque.
- asTorque() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a torque vector.
- asTorque() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a torque matrix.
- asTorque() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a torque.
- asTorque() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a torque vector.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a torque matrix, and provide a display unit.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a torque, and provide a display unit.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a torque vector, and provide a display unit.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a torque matrix, and provide a display unit.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a torque, and provide a display unit.
- asTorque(TorqueUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a torque vector, and provide a display unit.
- ASTRONOMICAL_UNIT - Static variable in class org.djunits.unit.LengthUnit
-
Astronomical Unit = 149,597,870,700 m.
- ASTRONOMICAL_UNIT - Static variable in class org.djunits.unit.PositionUnit
-
Astronomical Unit = 149,597,870,700 m.
- ASTRONOMICAL_UNIT - Static variable in interface org.djunits.unit.util.UNITS
- ASTRONOMICAL_UNIT_ABS - Static variable in interface org.djunits.unit.util.UNITS
- asVolume() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a volume matrix.
- asVolume() - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a volume.
- asVolume() - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a volume vector.
- asVolume() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a volume matrix.
- asVolume() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a volume.
- asVolume() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a volume vector.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Return the current matrix as a volume matrix, and provide a display unit.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the current scalar as a volume, and provide a display unit.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
-
Return the current vector as a volume vector, and provide a display unit.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Return the current matrix as a volume matrix, and provide a display unit.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the current scalar as a volume, and provide a display unit.
- asVolume(VolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Return the current vector as a volume vector, and provide a display unit.
- atan() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
- atan() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- atan() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- atan() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- atan() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- atan() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- atan() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- ATAN - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.atan(a)
. - ATAN - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.atan(a)
. - ATMOSPHERE_STANDARD - Static variable in class org.djunits.unit.PressureUnit
-
standard atmosphere.
- ATMOSPHERE_STANDARD - Static variable in interface org.djunits.unit.util.UNITS
- ATMOSPHERE_TECHNICAL - Static variable in class org.djunits.unit.PressureUnit
-
technical atmosphere.
- ATMOSPHERE_TECHNICAL - Static variable in interface org.djunits.unit.util.UNITS
- ATOMIC_UNIT - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
atomic unit of charge.
- ATOMIC_UNIT - Static variable in interface org.djunits.unit.util.UNITS
- AU - Class in org.djunits.unit.unitsystem
-
The atomic unit system.
- AU - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
AU: Atomic Unit system.
- AU(String, String) - Constructor for class org.djunits.unit.unitsystem.AU
-
Protected constructor to avoid creating other (false) unit systems.
- AVOGADRO - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Number of constituent particles in a Mole; a.k.a.
- AVOGADRO - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Number of constituent particles in a Mole; a.k.a.
B
- BAR - Static variable in class org.djunits.unit.PressureUnit
-
bar.
- BAR - Static variable in interface org.djunits.unit.util.UNITS
- BARYE - Static variable in class org.djunits.unit.PressureUnit
-
barye.
- BARYE - Static variable in interface org.djunits.unit.util.UNITS
- BASE - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
The base, with "K" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
The base, with "m2/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AccelerationUnit
-
The base, with "m/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
The base, with "mol" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AngleUnit
-
The base, with "rad" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
The base, with "rad/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AngularVelocityUnit
-
The base, with "rad/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.AreaUnit
-
The base, with "m2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
The base, with "mol/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.DensityUnit
-
The base, with "kg/m3" as the SI signature.
- BASE - Static variable in class org.djunits.unit.DimensionlessUnit
-
The base, with the empty SI signature.
- BASE - Static variable in class org.djunits.unit.DirectionUnit
-
The base, with "rad" as the SI signature.
- BASE - Static variable in class org.djunits.unit.DurationUnit
-
The base, with "s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
The base, with "s3A2/kgm2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
The base, with "sA" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
The base, with "s3A2/kgm2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
The base, with "A" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
The base, with "kgm2/s2/A2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
The base, with "kgm2/s3A" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
The base, with "kgm2/s3A2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.EnergyUnit
-
The base, with "kgm2/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
The base, with "m2/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.FlowMassUnit
-
The base, with "kg/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
The base, with "kg/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.ForceUnit
-
The base, with "kgm/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.FrequencyUnit
-
The SI unit for frequency is Hertz or 1/s.
- BASE - Static variable in class org.djunits.unit.IlluminanceUnit
-
The base, with "lux" as the SI signature.
- BASE - Static variable in class org.djunits.unit.LengthUnit
-
The base, with "m" as the SI signature.
- BASE - Static variable in class org.djunits.unit.LinearDensityUnit
-
The base, with "/m" as the SI signature.
- BASE - Static variable in class org.djunits.unit.LuminousFluxUnit
-
The base, with "lumen" as the SI signature.
- BASE - Static variable in class org.djunits.unit.LuminousIntensityUnit
-
The base, with "cd" as the SI signature.
- BASE - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
The base, with "kg/m2s2A" as the SI signature.
- BASE - Static variable in class org.djunits.unit.MagneticFluxUnit
-
The base, with "kgm2/s2A" as the SI signature.
- BASE - Static variable in class org.djunits.unit.MassUnit
-
The base, with "kg" as the SI signature.
- BASE - Static variable in class org.djunits.unit.MomentumUnit
-
The base, with "kgm/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.PositionUnit
-
The base, with "m" as the SI signature.
- BASE - Static variable in class org.djunits.unit.PowerUnit
-
The base, with "kgm2/s3" as the SI signature.
- BASE - Static variable in class org.djunits.unit.PressureUnit
-
The base, with "kg/ms2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.RadioActivityUnit
-
The base, with "/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.SolidAngleUnit
-
The base, with "sr" as the SI signature.
- BASE - Static variable in class org.djunits.unit.SpeedUnit
-
The base, with "m/s" as the SI signature.
- BASE - Static variable in class org.djunits.unit.TemperatureUnit
-
The base, with "m2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.TimeUnit
-
The base, with "m2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.TorqueUnit
-
The base, with "kgm2/s2" as the SI signature.
- BASE - Static variable in class org.djunits.unit.VolumeUnit
-
The base, with "m2" as the SI signature.
- BASE_DAY - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in days.
- BASE_DAY - Static variable in interface org.djunits.unit.util.UNITS
- BASE_HOUR - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in hours.
- BASE_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- BASE_MICROSECOND - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in microseconds.
- BASE_MICROSECOND - Static variable in interface org.djunits.unit.util.UNITS
- BASE_MILLISECOND - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in milliseconds.
- BASE_MILLISECOND - Static variable in interface org.djunits.unit.util.UNITS
- BASE_MINUTE - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in minutes.
- BASE_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- BASE_SECOND - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artifical "zero" point with a calculation in seconds.
- BASE_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- BASE_WEEK - Static variable in class org.djunits.unit.TimeUnit
-
The base unit for time with an artificial "zero" point with a calculation in weeks.
- BASE_WEEK - Static variable in interface org.djunits.unit.util.UNITS
- BECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
Becquerel.
- BECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- BOLTZMANN - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).
- BOLTZMANN - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).
- BTU_ISO - Static variable in class org.djunits.unit.EnergyUnit
-
British thermal unit (ISO).
- BTU_ISO - Static variable in interface org.djunits.unit.util.UNITS
- BTU_IT - Static variable in class org.djunits.unit.EnergyUnit
-
British thermal unit (International Table).
- BTU_IT - Static variable in interface org.djunits.unit.util.UNITS
- build(Unit.Builder<AU>) - Method in class org.djunits.unit.AbsoluteLinearUnit
- build(Unit.Builder<U>) - Method in class org.djunits.unit.Unit
-
Build the unit, using the information of the provided builder class.
- Builder() - Constructor for class org.djunits.unit.AbsoluteLinearUnit.Builder
- Builder() - Constructor for class org.djunits.unit.Unit.Builder
-
Empty constructor.
C
- CALORIE - Static variable in class org.djunits.unit.EnergyUnit
-
calorie.
- CALORIE - Static variable in interface org.djunits.unit.util.UNITS
- CALORIE_IT - Static variable in class org.djunits.unit.EnergyUnit
-
calorie (International Table).
- CALORIE_IT - Static variable in interface org.djunits.unit.util.UNITS
- CANDELA - Static variable in class org.djunits.unit.LuminousIntensityUnit
-
Candela.
- CANDELA - Static variable in interface org.djunits.unit.util.UNITS
- cardinality() - Method in class org.djunits.value.IndexedValue
-
Count the number of cells that have a non-zero SI value.
- cardinality() - Method in class org.djunits.value.storage.Storage
-
Compute and return the number of non-zero cells in this indexed value.
- cardinality() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- cardinality() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- cardinality() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- cardinality() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- cardinality() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- cardinality() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- cardinality() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- cardinality() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- CatalyticActivity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.
- CatalyticActivity(double, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Construct CatalyticActivity scalar.
- CatalyticActivity(CatalyticActivity) - Constructor for class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Construct CatalyticActivity scalar.
- CatalyticActivityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.
- CatalyticActivityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a double[][] object with SI-unit values.
- CatalyticActivityMatrix(double[][], CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a double[][] object.
- CatalyticActivityMatrix(double[][], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a double[][] object.
- CatalyticActivityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a double[][] object with SI-unit values.
- CatalyticActivityMatrix(Collection<DoubleSparseValue<CatalyticActivityUnit, CatalyticActivity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- CatalyticActivityMatrix(Collection<DoubleSparseValue<CatalyticActivityUnit, CatalyticActivity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- CatalyticActivityMatrix(Collection<DoubleSparseValue<CatalyticActivityUnit, CatalyticActivity>>, CatalyticActivityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- CatalyticActivityMatrix(Collection<DoubleSparseValue<CatalyticActivityUnit, CatalyticActivity>>, CatalyticActivityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- CatalyticActivityMatrix(DoubleMatrixData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from an internal data object.
- CatalyticActivityMatrix(CatalyticActivity[][]) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from an array of an array of CatalyticActivity objects.
- CatalyticActivityMatrix(CatalyticActivity[][], CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from an array of an array of CatalyticActivity objects.
- CatalyticActivityMatrix(CatalyticActivity[][], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from an array of an array of CatalyticActivity objects.
- CatalyticActivityMatrix(CatalyticActivity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
-
Construct a CatalyticActivityMatrix from an array of an array of CatalyticActivity objects.
- CatalyticActivityUnit - Class in org.djunits.unit
-
The units of catalytic activity.
- CatalyticActivityUnit() - Constructor for class org.djunits.unit.CatalyticActivityUnit
- CatalyticActivityVector - Class in org.djunits.value.vdouble.vector
-
Double CatalyticActivityVector, a vector of values with a CatalyticActivityUnit.
- CatalyticActivityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a double[] object with SI-unit values.
- CatalyticActivityVector(double[], CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a double[] object.
- CatalyticActivityVector(double[], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a double[] object.
- CatalyticActivityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a double[] object with SI-unit values.
- CatalyticActivityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a list of Number objects or a list of CatalyticActivity objects.
- CatalyticActivityVector(List<? extends Number>, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a list of Number objects or a list of CatalyticActivity objects.
- CatalyticActivityVector(List<? extends Number>, CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a list of Number objects or a list of CatalyticActivity objects.
- CatalyticActivityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a list of Number objects or a list of CatalyticActivity objects.
- CatalyticActivityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of CatalyticActivity objects.
- CatalyticActivityVector(Map<Integer, ? extends Number>, int, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of CatalyticActivity objects.
- CatalyticActivityVector(Map<Integer, ? extends Number>, int, CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of CatalyticActivity objects.
- CatalyticActivityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of CatalyticActivity objects.
- CatalyticActivityVector(CatalyticActivity[]) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from an array of CatalyticActivity objects.
- CatalyticActivityVector(CatalyticActivity[], CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from an array of CatalyticActivity objects.
- CatalyticActivityVector(CatalyticActivity[], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from an array of CatalyticActivity objects.
- CatalyticActivityVector(CatalyticActivity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from an array of CatalyticActivity objects.
- CatalyticActivityVector(DoubleVectorData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.CatalyticActivityVector
-
Construct an CatalyticActivityVector from an internal data object.
- cbrt() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the(ir) cube root.
- cbrt() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- cbrt() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- cbrt() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- cbrt() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- cbrt() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- cbrt() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- CBRT - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.cbrt(a)
. - CBRT - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.cbrt(a)
. - ceil() - Method in interface org.djunits.value.Value
-
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
- ceil() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- ceil() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- ceil() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- ceil() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- ceil() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- ceil() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- ceil() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- ceil() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- CEIL - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.ceil(a)
. - CEIL - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.ceil(a)
. - CENTESIMAL_ARCMINUTE - Static variable in class org.djunits.unit.AngleUnit
-
centesimal arcminute.
- CENTESIMAL_ARCMINUTE - Static variable in interface org.djunits.unit.util.UNITS
- CENTESIMAL_ARCMINUTE_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
centesimal arcminute per second.
- CENTESIMAL_ARCMINUTE_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- CENTESIMAL_ARCMINUTE_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
centesimal arcminute per second squared.
- CENTESIMAL_ARCMINUTE_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- CENTESIMAL_ARCSECOND - Static variable in class org.djunits.unit.AngleUnit
-
centesimal arcsecond.
- CENTESIMAL_ARCSECOND - Static variable in interface org.djunits.unit.util.UNITS
- CENTESIMAL_ARCSECOND_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
centesimal arcsecond per second.
- CENTESIMAL_ARCSECOND_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
centesimal arcsecond per second squared.
- CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- CENTIARE - Static variable in class org.djunits.unit.AreaUnit
-
centiare.
- CENTIARE - Static variable in interface org.djunits.unit.util.UNITS
- CENTIMETER - Static variable in class org.djunits.unit.LengthUnit
-
cm.
- CENTIMETER - Static variable in class org.djunits.unit.PositionUnit
-
cm.
- CENTIMETER - Static variable in interface org.djunits.unit.util.UNITS
- CENTIMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- CENTIMETER_MERCURY - Static variable in class org.djunits.unit.PressureUnit
-
cm Hg.
- CENTIMETER_MERCURY - Static variable in interface org.djunits.unit.util.UNITS
- CESIUM133_FREQUENCY - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
The Cesium 133 ground state hyperfine structure transition frequency.
- CESIUM133_FREQUENCY - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
The Cesium 133 ground state hyperfine structure transition frequency.
- CGS - Class in org.djunits.unit.unitsystem
-
The centimeter-gram-second system.
- CGS - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
CGS: centimeter-gram-second system.
- CGS(String, String) - Constructor for class org.djunits.unit.unitsystem.CGS
-
Protected constructor to avoid creating other (false) unit systems.
- CGS_EMU - Class in org.djunits.unit.unitsystem
-
The centimeter-gram-second system.
- CGS_EMU - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
CGS_EMU: centimeter-gram-second system, electromagnetic units.
- CGS_EMU(String, String) - Constructor for class org.djunits.unit.unitsystem.CGS_EMU
-
Protected constructor to avoid creating other (false) unit systems.
- CGS_ESU - Class in org.djunits.unit.unitsystem
-
The centimeter-gram-second system.
- CGS_ESU - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
CGS_ESU: centimeter-gram-second system, electrostatic units.
- CGS_ESU(String, String) - Constructor for class org.djunits.unit.unitsystem.CGS_ESU
-
Protected constructor to avoid creating other (false) unit systems.
- checkColumnIndex(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Check that provided column index is valid.
- checkColumnIndex(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Check that provided column index is valid.
- checkCopyOnWrite() - Method in class org.djunits.value.IndexedValue
-
Check the copyOnWrite flag and, if it is set, make a deep copy of the data and clear the flag.
- checkIndex(int) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Check that a provided index is valid.
- checkIndex(int) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Check that a provided index is valid.
- checkIndex(int, int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Check that provided row and column indices are valid.
- checkIndex(int, int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Check that provided row and column indices are valid.
- checkLocale() - Method in class org.djunits.quantity.Quantity
-
Check whether the locale for which abbreviation maps have been loaded is still current.
- checkRectangularAndNonNull(double[][]) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Check that a 2D array of float is not null, not empty and not jagged; i.e. all rows have the same length.
- checkRectangularAndNonNull(float[][]) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Check that a 2D array of float is not null, not empty and not jagged; i.e. all rows have the same length.
- checkRectangularAndNonNull(S[][]) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Check that a 2D array of float is not null, not empty and not jagged; i.e. all rows have the same length.
- checkRectangularAndNonNull(S[][]) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Check that a 2D array of float is not null, not empty and not jagged; i.e. all rows have the same length.
- checkReload() - Method in class org.djunits.locale.UnitLocale
-
Reload the resource bundle if necessary.
- checkRowIndex(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Check that provided row index is valid.
- checkRowIndex(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Check that provided row index is valid.
- checkSize(DoubleVector<?, ?, ?>) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Centralized size equality check.
- checkSize(FloatVector<?, ?, ?>) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Centralized size equality check.
- checkSizes(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Check the sizes of this data object and the other data object.
- checkSizes(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Check the sizes of this data object and the other data object.
- checkSizes(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Check the sizes of this data object and the other data object.
- checkSizes(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Check the sizes of this data object and the other data object.
- checkSquare() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Check that the matrix is square.
- checkSquare() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Check that the matrix is square.
- clone() - Method in class org.djunits.unit.Unit
- clone() - Method in class org.djunits.value.IndexedValue
- cols - Variable in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
the number of columns of the matrix.
- cols - Variable in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
the number of columns of the matrix.
- cols() - Method in class org.djunits.value.base.Matrix
-
Retrieve the number of columns of the matrix.
- cols() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- cols() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Retrieve the column count.
- cols() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- cols() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Retrieve the column count.
- compareDenseMatrixWithSparseMatrix(DoubleMatrixDataDense, DoubleMatrixDataSparse) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Compare contents of a dense and a sparse matrix.
- compareDenseMatrixWithSparseMatrix(FloatMatrixDataDense, FloatMatrixDataSparse) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Compare contents of a dense and a sparse matrix.
- compareDenseVectorWithSparseVector(DoubleVectorDataDense, DoubleVectorDataSparse) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Compare contents of a dense and a sparse vector.
- compareDenseVectorWithSparseVector(FloatVectorDataDense, FloatVectorDataSparse) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Compare contents of a dense and a sparse vector.
- compareTo(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- compareTo(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- Constants - Class in org.djunits.value.vdouble.scalar.base
-
Various physical constants.
- convertToEngineering(String) - Static method in class org.djunits.value.formatter.EngineeringFormatter
-
Make the exponent of a floating point value a multiple of 3.
- copy() - Method in class org.djunits.value.storage.Storage
-
Create and return a deep copy of the data.
- copy() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- copy() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- copy() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- copy() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- copy() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- copy() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- copy() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- copy() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- cos() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the trigonometric cosine of the value(s).
- cos() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- cos() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- cos() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- cos() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- cos() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- cos() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- COS - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.cos(a)
. - COS - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.cos(a)
. - cosh() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the hyperbolic cosine of the value(s).
- cosh() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- cosh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- cosh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- cosh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- cosh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- cosh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- COSH - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.cosh(a)
. - COSH - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.cosh(a)
. - COULOMB - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
Coulomb = A.s.
- COULOMB - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_CENTIMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_CENTIMETER - Static variable in class org.djunits.unit.VolumeUnit
-
cm^3.
- CUBIC_DECAMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_DECAMETER - Static variable in class org.djunits.unit.VolumeUnit
-
dam^3.
- CUBIC_DECIMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_DECIMETER - Static variable in class org.djunits.unit.VolumeUnit
-
dm^3.
- CUBIC_FEET_PER_MINUTE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
ft^3/min.
- CUBIC_FEET_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_FEET_PER_SECOND - Static variable in class org.djunits.unit.FlowVolumeUnit
-
ft^3/s.
- CUBIC_FEET_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_FOOT - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_FOOT - Static variable in class org.djunits.unit.VolumeUnit
-
ft^3.
- CUBIC_HECTOMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_HECTOMETER - Static variable in class org.djunits.unit.VolumeUnit
-
hm^3.
- CUBIC_INCH - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_INCH - Static variable in class org.djunits.unit.VolumeUnit
-
in^3.
- CUBIC_INCH_PER_MINUTE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
in^3/min.
- CUBIC_INCH_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_INCH_PER_SECOND - Static variable in class org.djunits.unit.FlowVolumeUnit
-
in^3/s.
- CUBIC_INCH_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_KILOMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_KILOMETER - Static variable in class org.djunits.unit.VolumeUnit
-
km^3.
- CUBIC_LIGHTYEAR - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_LIGHTYEAR - Static variable in class org.djunits.unit.VolumeUnit
-
Cubic lightyear.
- CUBIC_METER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_METER - Static variable in class org.djunits.unit.VolumeUnit
-
m^3.
- CUBIC_METER_PER_DAY - Static variable in class org.djunits.unit.FlowVolumeUnit
-
m^3/day.
- CUBIC_METER_PER_DAY - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_METER_PER_HOUR - Static variable in class org.djunits.unit.FlowVolumeUnit
-
m^3/hour.
- CUBIC_METER_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_METER_PER_MINUTE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
m^3/min.
- CUBIC_METER_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_METER_PER_SECOND - Static variable in class org.djunits.unit.FlowVolumeUnit
-
m^3/s.
- CUBIC_METER_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_MILE - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_MILE - Static variable in class org.djunits.unit.VolumeUnit
-
mile^3.
- CUBIC_MILLIMETER - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_MILLIMETER - Static variable in class org.djunits.unit.VolumeUnit
-
mm^3.
- CUBIC_NAUTICAL_MILE - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_NAUTICAL_MILE - Static variable in class org.djunits.unit.VolumeUnit
-
Nautical mile^3.
- CUBIC_PARSEC - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_PARSEC - Static variable in class org.djunits.unit.VolumeUnit
-
Cubic Parsec.
- CUBIC_YARD - Static variable in interface org.djunits.unit.util.UNITS
- CUBIC_YARD - Static variable in class org.djunits.unit.VolumeUnit
-
yd^3.
- CURIE - Static variable in class org.djunits.unit.RadioActivityUnit
-
Curie.
- CURIE - Static variable in interface org.djunits.unit.util.UNITS
D
- DALTON - Static variable in class org.djunits.unit.MassUnit
-
dalton.
- DALTON - Static variable in interface org.djunits.unit.util.UNITS
- data - Variable in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
The stored data as an object, can be sparse or dense.
- data - Variable in class org.djunits.value.vdouble.vector.base.DoubleVector
-
The stored data as an object, can be sparse or dense.
- data - Variable in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
The stored data as an object, can be sparse or dense.
- data - Variable in class org.djunits.value.vfloat.vector.base.FloatVector
-
The stored data as an object, can be sparse or dense.
- DAY - Static variable in class org.djunits.unit.DurationUnit
-
day.
- DAY - Static variable in interface org.djunits.unit.util.UNITS
- DEC(double) - Static method in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
a - b
. - DEC(float) - Static method in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
a - b
. - DECAMETER - Static variable in class org.djunits.unit.LengthUnit
-
dam.
- DECAMETER - Static variable in class org.djunits.unit.PositionUnit
-
dam.
- DECAMETER - Static variable in interface org.djunits.unit.util.UNITS
- DECAMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- DECIMETER - Static variable in class org.djunits.unit.LengthUnit
-
dm.
- DECIMETER - Static variable in class org.djunits.unit.PositionUnit
-
dm.
- DECIMETER - Static variable in interface org.djunits.unit.util.UNITS
- DECIMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- decrementBy(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Subtract a matrix from this matrix on a cell-by-cell basis.
- decrementBy(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Subtract a vector from this vector on a cell-by-cell basis.
- decrementBy(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Subtract a matrix from this matrix on a cell-by-cell basis.
- decrementBy(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Subtract a vector from this vector on a cell-by-cell basis.
- decrementBy(R) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Decrement all values of this matrix by the decrement.
- decrementBy(R) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
-
Decrement all values of this vector by the decrement.
- decrementBy(R) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Decrement all values of this matrix by the decrement.
- decrementBy(R) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
-
Decrement all values of this vector by the decrement.
- decrementBy(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Decrement all values of this matrix by the decrement on a value by value basis.
- decrementBy(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Decrement this Relative matrix by another Relative matrix.
- decrementBy(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Decrement all values of this matrix by the decrement on a value by value basis.
- decrementBy(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Decrement this Relative matrix by another Relative matrix.
- decrementBy(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
-
Decrement all values of this vector by the decrement on a value by value basis.
- decrementBy(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Decrement all values of this vector by the decrement on a value by value basis.
- decrementBy(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
-
Decrement all values of this vector by the decrement on a value by value basis.
- decrementBy(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Decrement all values of this vector by the decrement on a value by value basis.
- decrementBy(S) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Decrement all values of this matrix by the decrement.
- decrementBy(S) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Decrement all values of this vector by the decrement.
- decrementBy(S) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Decrement all values of this matrix by the decrement.
- decrementBy(S) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Decrement all values of this vector by the decrement.
- DEFAULT - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
The default unit for temperature is Kelvin.
- DEFAULT - Static variable in class org.djunits.unit.DirectionUnit
-
The default unit for direction is East_Radian.
- DEFAULT - Static variable in class org.djunits.unit.PositionUnit
-
The SI unit for position is meter.
- DEFAULT - Static variable in class org.djunits.unit.TimeUnit
-
The default unit for time is BASE_SECOND.
- DEFAULTPRECISION - Static variable in class org.djunits.value.formatter.Formatter
-
Default number of fraction digits.
- DEFAULTSIZE - Static variable in class org.djunits.value.formatter.Format
-
Default total width of formatted value.
- DEGREE - Static variable in class org.djunits.unit.AngleUnit
-
degree.
- DEGREE - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_CELSIUS - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
Degree Celsius.
- DEGREE_CELSIUS - Static variable in class org.djunits.unit.TemperatureUnit
-
Degree Celsius.
- DEGREE_CELSIUS - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_CELSIUS_ABS - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_FAHRENHEIT - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
Degree Fahrenheit.
- DEGREE_FAHRENHEIT - Static variable in class org.djunits.unit.TemperatureUnit
-
Degree Fahrenheit.
- DEGREE_FAHRENHEIT - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_FAHRENHEIT_ABS - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
degree per second.
- DEGREE_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
degree per second squared.
- DEGREE_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_RANKINE - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
Degree Rankine.
- DEGREE_RANKINE - Static variable in class org.djunits.unit.TemperatureUnit
-
Degree Rankine.
- DEGREE_RANKINE - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_RANKINE_ABS - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_REAUMUR - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
Degree Reaumur.
- DEGREE_REAUMUR - Static variable in class org.djunits.unit.TemperatureUnit
-
Degree Reaumur.
- DEGREE_REAUMUR - Static variable in interface org.djunits.unit.util.UNITS
- DEGREE_REAUMUR_ABS - Static variable in interface org.djunits.unit.util.UNITS
- DENSE - Enum constant in enum class org.djunits.value.storage.StorageType
-
Dense storage.
- DenseData - Interface in org.djunits.value.storage
-
Values are stored densely.
- Density - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Density DoubleScalar, which is relative by definition.
- Density(double, DensityUnit) - Constructor for class org.djunits.value.vdouble.scalar.Density
-
Construct Density scalar.
- Density(Density) - Constructor for class org.djunits.value.vdouble.scalar.Density
-
Construct Density scalar.
- DensityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double DensityMatrix, a matrix of values with a DensityUnit.
- DensityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a double[][] object with SI-unit values.
- DensityMatrix(double[][], DensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a double[][] object.
- DensityMatrix(double[][], DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a double[][] object.
- DensityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a double[][] object with SI-unit values.
- DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>>, DensityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>>, DensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- DensityMatrix(DoubleMatrixData, DensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from an internal data object.
- DensityMatrix(Density[][]) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from an array of an array of Density objects.
- DensityMatrix(Density[][], DensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from an array of an array of Density objects.
- DensityMatrix(Density[][], DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from an array of an array of Density objects.
- DensityMatrix(Density[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
-
Construct a DensityMatrix from an array of an array of Density objects.
- DensityUnit - Class in org.djunits.unit
-
Standard density unit based on mass per volume.
- DensityUnit() - Constructor for class org.djunits.unit.DensityUnit
- DensityVector - Class in org.djunits.value.vdouble.vector
-
Double DensityVector, a vector of values with a DensityUnit.
- DensityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a double[] object with SI-unit values.
- DensityVector(double[], DensityUnit) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a double[] object.
- DensityVector(double[], DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a double[] object.
- DensityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a double[] object with SI-unit values.
- DensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a list of Number objects or a list of Density objects.
- DensityVector(List<? extends Number>, DensityUnit) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a list of Number objects or a list of Density objects.
- DensityVector(List<? extends Number>, DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a list of Number objects or a list of Density objects.
- DensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a list of Number objects or a list of Density objects.
- DensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Density objects.
- DensityVector(Map<Integer, ? extends Number>, int, DensityUnit) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Density objects.
- DensityVector(Map<Integer, ? extends Number>, int, DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Density objects.
- DensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Density objects.
- DensityVector(Density[]) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from an array of Density objects.
- DensityVector(Density[], DensityUnit) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from an array of Density objects.
- DensityVector(Density[], DensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from an array of Density objects.
- DensityVector(Density[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from an array of Density objects.
- DensityVector(DoubleVectorData, DensityUnit) - Constructor for class org.djunits.value.vdouble.vector.DensityVector
-
Construct an DensityVector from an internal data object.
- deriveLinear(double, String, String) - Method in class org.djunits.unit.Unit
-
Create a linearly scaled version of this unit.
- deriveLinear(double, String, String, UnitSystem) - Method in class org.djunits.unit.Unit
-
Create a linearly scaled version of this unit.
- deriveLinear(double, String, String, UnitSystem, String, String, String...) - Method in class org.djunits.unit.Unit
-
Create a linearly scaled version of this unit.
- deriveLinearOffset(double, double, RU, String, String) - Method in class org.djunits.unit.AbsoluteLinearUnit
-
Create a linearly scaled version of this unit with an offset.
- deriveLinearOffset(double, double, RU, String, String, UnitSystem) - Method in class org.djunits.unit.AbsoluteLinearUnit
-
Create a linearly scaled version of this unit with an offset.
- deriveLinearOffset(double, double, RU, String, String, UnitSystem, String, String, String...) - Method in class org.djunits.unit.AbsoluteLinearUnit
-
Create a linearly scaled version of this unit with an offset.
- derivePerSI(SIPrefix, double, boolean) - Method in class org.djunits.unit.Unit
-
Create a scaled version of this unit with the same unit system but another SI prefix and scale.
- deriveSI(SIPrefix, double) - Method in class org.djunits.unit.Unit
-
Create a scaled version of this unit with the same unit system but another SI prefix and scale.
- deriveSI(SIPrefix, double, boolean) - Method in class org.djunits.unit.Unit
-
Create a scaled version of this unit with the same unit system but another SI prefix and scale.
- deriveSIKilo(SIPrefix, double, boolean) - Method in class org.djunits.unit.Unit
-
Create a scaled version of this unit with the same unit system but another SI prefix and scale, where the "k" and "kilo" abbreviations at the start will be replaced by the new information from the SIPrefix.
- determinantSI() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Compute the determinant of the matrix, based on the SI values in the matrix.
- determinantSI() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Compute the determinant of the matrix, based on the SI values.
- Dimensionless - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.
- Dimensionless(double, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.scalar.Dimensionless
-
Construct Dimensionless scalar.
- Dimensionless(Dimensionless) - Constructor for class org.djunits.value.vdouble.scalar.Dimensionless
-
Construct Dimensionless scalar.
- DimensionlessFunctions<U extends Unit<U>,
T extends Value<U, T>> - Interface in org.djunits.value.function -
Interface to force most functions of Math, which have not yet been implemented by MathFunctionsRel, to be implemented, with the exception of toRadians() and toDegrees() -- these functions are available for angles.
- DimensionlessMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
- DimensionlessMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a double[][] object with SI-unit values.
- DimensionlessMatrix(double[][], DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a double[][] object.
- DimensionlessMatrix(double[][], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a double[][] object.
- DimensionlessMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a double[][] object with SI-unit values.
- DimensionlessMatrix(Collection<DoubleSparseValue<DimensionlessUnit, Dimensionless>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a (sparse) collection of DoubleSparseValue objects.
- DimensionlessMatrix(Collection<DoubleSparseValue<DimensionlessUnit, Dimensionless>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a (sparse) collection of DoubleSparseValue objects.
- DimensionlessMatrix(Collection<DoubleSparseValue<DimensionlessUnit, Dimensionless>>, DimensionlessUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a (sparse) collection of DoubleSparseValue objects.
- DimensionlessMatrix(Collection<DoubleSparseValue<DimensionlessUnit, Dimensionless>>, DimensionlessUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from a (sparse) collection of DoubleSparseValue objects.
- DimensionlessMatrix(DoubleMatrixData, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from an internal data object.
- DimensionlessMatrix(Dimensionless[][]) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from an array of an array of Dimensionless objects.
- DimensionlessMatrix(Dimensionless[][], DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from an array of an array of Dimensionless objects.
- DimensionlessMatrix(Dimensionless[][], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from an array of an array of Dimensionless objects.
- DimensionlessMatrix(Dimensionless[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
-
Construct a DimensionlessMatrix from an array of an array of Dimensionless objects.
- DimensionlessUnit - Class in org.djunits.unit
-
Dimensionless unit.
- DimensionlessUnit() - Constructor for class org.djunits.unit.DimensionlessUnit
- DimensionlessVector - Class in org.djunits.value.vdouble.vector
-
Double DimensionlessVector, a vector of values with a DimensionlessUnit.
- DimensionlessVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a double[] object with SI-unit values.
- DimensionlessVector(double[], DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a double[] object.
- DimensionlessVector(double[], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a double[] object.
- DimensionlessVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a double[] object with SI-unit values.
- DimensionlessVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a list of Number objects or a list of Dimensionless objects.
- DimensionlessVector(List<? extends Number>, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a list of Number objects or a list of Dimensionless objects.
- DimensionlessVector(List<? extends Number>, DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a list of Number objects or a list of Dimensionless objects.
- DimensionlessVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a list of Number objects or a list of Dimensionless objects.
- DimensionlessVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Dimensionless objects.
- DimensionlessVector(Map<Integer, ? extends Number>, int, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Dimensionless objects.
- DimensionlessVector(Map<Integer, ? extends Number>, int, DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Dimensionless objects.
- DimensionlessVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Dimensionless objects.
- DimensionlessVector(Dimensionless[]) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from an array of Dimensionless objects.
- DimensionlessVector(Dimensionless[], DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from an array of Dimensionless objects.
- DimensionlessVector(Dimensionless[], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from an array of Dimensionless objects.
- DimensionlessVector(Dimensionless[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from an array of Dimensionless objects.
- DimensionlessVector(DoubleVectorData, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
-
Construct an DimensionlessVector from an internal data object.
- DIMLESS - Static variable in class org.djunits.unit.si.SIDimensions
-
the dimensionless SIDimensions.
- DIMLESS - Static variable in class org.djunits.unit.SIUnit
-
the SI Unit for dimensionless.
- Direction - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Absolute Direction DoubleScalar.
- Direction(double, DirectionUnit) - Constructor for class org.djunits.value.vdouble.scalar.Direction
-
Construct Direction scalar.
- Direction(Direction) - Constructor for class org.djunits.value.vdouble.scalar.Direction
-
Construct Direction scalar.
- DirectionMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Direction Matrix.
- DirectionMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a double[][] object with SI-unit values.
- DirectionMatrix(double[][], DirectionUnit) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a double[][] object.
- DirectionMatrix(double[][], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a double[][] object.
- DirectionMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a double[][] object with SI-unit values.
- DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.
- DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.
- DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>>, DirectionUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.
- DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>>, DirectionUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.
- DirectionMatrix(DoubleMatrixData, DirectionUnit) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from an internal data object.
- DirectionMatrix(Direction[][]) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from an array of an array of Direction objects.
- DirectionMatrix(Direction[][], DirectionUnit) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from an array of an array of Direction objects.
- DirectionMatrix(Direction[][], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from an array of an array of Direction objects.
- DirectionMatrix(Direction[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
-
Construct a DirectionMatrix from an array of an array of Direction objects.
- DirectionUnit - Class in org.djunits.unit
-
Standard direction unit.
- DirectionUnit() - Constructor for class org.djunits.unit.DirectionUnit
- DirectionVector - Class in org.djunits.value.vdouble.vector
-
Double DirectionVector, a vector of values with a DirectionUnit.
- DirectionVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a double[] object with SI-unit values.
- DirectionVector(double[], DirectionUnit) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a double[] object.
- DirectionVector(double[], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a double[] object.
- DirectionVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a double[] object with SI-unit values.
- DirectionVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a list of Number objects or a list of Direction objects.
- DirectionVector(List<? extends Number>, DirectionUnit) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a list of Number objects or a list of Direction objects.
- DirectionVector(List<? extends Number>, DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a list of Number objects or a list of Direction objects.
- DirectionVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a list of Number objects or a list of Direction objects.
- DirectionVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Direction objects.
- DirectionVector(Map<Integer, ? extends Number>, int, DirectionUnit) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Direction objects.
- DirectionVector(Map<Integer, ? extends Number>, int, DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Direction objects.
- DirectionVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Direction objects.
- DirectionVector(Direction[]) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from an array of Direction objects.
- DirectionVector(Direction[], DirectionUnit) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from an array of Direction objects.
- DirectionVector(Direction[], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from an array of Direction objects.
- DirectionVector(Direction[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from an array of Direction objects.
- DirectionVector(DoubleVectorData, DirectionUnit) - Constructor for class org.djunits.value.vdouble.vector.DirectionVector
-
Construct an DirectionVector from an internal data object.
- DIV(double) - Static method in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
a / b
. - DIV(float) - Static method in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
a / b
. - divide(double) - Method in interface org.djunits.value.Relative
-
Returns a new scalar/vector/matrix with value(s) divided by a factor.
- divide(double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- divide(double) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- divide(double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- divide(double) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- divide(double) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- divide(double) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- divide(float) - Method in interface org.djunits.value.Relative
-
Returns a new scalar/vector/matrix with value(s) divided by a factor.
- divide(float) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- divide(float) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- divide(float) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- divide(float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- divide(float) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- divide(float) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- divide(MT) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Divide this Relative matrix by another Relative matrix.
- divide(MT) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Divide this Relative matrix by another Relative matrix.
- divide(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Divide two matrices on a cell-by-cell basis.
- divide(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- divide(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- divide(AbsorbedDose) - Method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless scalar.
- divide(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the division of Acceleration and Acceleration, which results in a Dimensionless scalar.
- divide(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Acceleration, which results in a Mass scalar.
- divide(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Acceleration, which results in a Momentum scalar.
- divide(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the division of Speed and Acceleration, which results in a Duration scalar.
- divide(AmountOfSubstance) - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Calculate the division of AmountOfSubstance and AmountOfSubstance, which results in a Dimensionless scalar.
- divide(AmountOfSubstance) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.
- divide(Angle) - Method in class org.djunits.value.vdouble.scalar.Angle
-
Calculate the division of Angle and Angle, which results in a Dimensionless scalar.
- divide(Angle) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the division of AngularVelocity and Angle, which results in a Frequency scalar.
- divide(AngularAcceleration) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Calculate the division of AngularAcceleration and AngularAcceleration, which results in a Dimensionless scalar.
- divide(AngularAcceleration) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the division of AngularVelocity and AngularAcceleration, which results in a Duration scalar.
- divide(AngularVelocity) - Method in class org.djunits.value.vdouble.scalar.Angle
-
Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.
- divide(AngularVelocity) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.
- divide(AngularVelocity) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the division of Area and Area, which results in a Dimensionless scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the division of FlowVolume and Area, which results in a Speed scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Area, which results in a Pressure scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the division of Length and Area, which results in a LinearDensity scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.
- divide(Area) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the division of Volume and Area, which results in a Length scalar.
- divide(DoubleScalarRel<?, ?>) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Divide this scalar by another scalar and create a new scalar.
- divide(DoubleScalarRel<?, ?>, DoubleScalarRel<?, ?>) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
- divide(CatalyticActivity) - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Calculate the division of AmountOfSubstance and CatalyticActivity, which results in a Duration scalar.
- divide(CatalyticActivity) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Calculate the division of CatalyticActivity and CatalyticActivity, which results in a Dimensionless scalar.
- divide(Density) - Method in class org.djunits.value.vdouble.scalar.Density
-
Calculate the division of Density and Density, which results in a Dimensionless scalar.
- divide(Density) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.
- divide(Density) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the division of Mass and Density, which results in a Volume scalar.
- divide(Dimensionless) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and Dimensionless, which results in a Dimensionless scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Calculate the division of AmountOfSubstance and Duration, which results in a CatalyticActivity scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Angle
-
Calculate the division of Angle and Duration, which results in a AngularVelocity scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the division of AngularVelocity and Duration, which results in a AngularAcceleration scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the division of Duration and Duration, which results in a Dimensionless scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Calculate the division of ElectricalCapacitance and Duration, which results in a ElectricalConductance scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Calculate the division of ElectricalCharge and Duration, which results in a ElectricalCurrent scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Duration, which results in a Power scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the division of Length and Duration, which results in a Speed scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and Duration, which results in a ElectricalPotential scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the division of Mass and Duration, which results in a FlowMass scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the division of Speed and Duration, which results in a Acceleration scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Duration, which results in a Power scalar.
- divide(Duration) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the division of Volume and Duration, which results in a FlowVolume scalar.
- divide(ElectricalCapacitance) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Calculate the division of ElectricalCapacitance and ElectricalCapacitance, which results in a Dimensionless scalar.
- divide(ElectricalCapacitance) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Calculate the division of ElectricalCharge and ElectricalCapacitance, which results in a ElectricalPotential scalar.
- divide(ElectricalCharge) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Calculate the division of ElectricalCharge and ElectricalCharge, which results in a Dimensionless scalar.
- divide(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and ElectricalConductance, which results in a ElectricalResistance scalar.
- divide(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Calculate the division of ElectricalCapacitance and ElectricalConductance, which results in a Duration scalar.
- divide(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Calculate the division of ElectricalConductance and ElectricalConductance, which results in a Dimensionless scalar.
- divide(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the division of ElectricalCurrent and ElectricalConductance, which results in a ElectricalPotential scalar.
- divide(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Calculate the division of ElectricalCharge and ElectricalCurrent, which results in a Duration scalar.
- divide(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the division of ElectricalCurrent and ElectricalCurrent, which results in a Dimensionless scalar.
- divide(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Calculate the division of ElectricalPotential and ElectricalCurrent, which results in a ElectricalResistance scalar.
- divide(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and ElectricalCurrent, which results in a ElectricalInductance scalar.
- divide(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and ElectricalCurrent, which results in a ElectricalPotential scalar.
- divide(ElectricalInductance) - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Calculate the division of ElectricalInductance and ElectricalInductance, which results in a Dimensionless scalar.
- divide(ElectricalInductance) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and ElectricalInductance, which results in a ElectricalCurrent scalar.
- divide(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Calculate the division of ElectricalCharge and ElectricalPotential, which results in a ElectricalCapacitance scalar.
- divide(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the division of ElectricalCurrent and ElectricalPotential, which results in a ElectricalConductance scalar.
- divide(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Calculate the division of ElectricalPotential and ElectricalPotential, which results in a Dimensionless scalar.
- divide(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and ElectricalPotential, which results in a Duration scalar.
- divide(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and ElectricalPotential, which results in a ElectricalCurrent scalar.
- divide(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and ElectricalResistance, which results in a ElectricalConductance scalar.
- divide(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Calculate the division of ElectricalPotential and ElectricalResistance, which results in a ElectricalCurrent scalar.
- divide(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Calculate the division of ElectricalResistance and ElectricalResistance, which results in a Dimensionless scalar.
- divide(Energy) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Energy, which results in a Dimensionless scalar.
- divide(Energy) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Energy, which results in a LinearDensity scalar.
- divide(Energy) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Energy, which results in a Frequency scalar.
- divide(EquivalentDose) - Method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Calculate the division of EquivalentDose and EquivalentDose, which results in a Dimensionless scalar.
- divide(FlowMass) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the division of FlowMass and FlowMass, which results in a Dimensionless scalar.
- divide(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the division of Mass and FlowMass, which results in a Duration scalar.
- divide(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the division of Momentum and FlowMass, which results in a Length scalar.
- divide(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.
- divide(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.
- divide(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the division of Volume and FlowVolume, which results in a Duration scalar.
- divide(Force) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Force, which results in a Length scalar.
- divide(Force) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Force, which results in a Dimensionless scalar.
- divide(Force) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Force, which results in a Speed scalar.
- divide(Force) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Force, which results in a Length scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the division of Acceleration and Frequency, which results in a Speed scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the division of FlowMass and Frequency, which results in a Mass scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the division of Frequency and Frequency, which results in a Dimensionless scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Frequency, which results in a Energy scalar.
- divide(Frequency) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the division of Speed and Frequency, which results in a Length scalar.
- divide(Illuminance) - Method in class org.djunits.value.vdouble.scalar.Illuminance
-
Calculate the division of Illuminance and Illuminance, which results in a Dimensionless scalar.
- divide(Illuminance) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the division of Area and Length, which results in a Length scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and Length, which results in a LinearDensity scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Length, which results in a Force scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the division of Length and Length, which results in a Dimensionless scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the division of Momentum and Length, which results in a FlowMass scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the division of Speed and Length, which results in a Frequency scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Length, which results in a Force scalar.
- divide(Length) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the division of Volume and Length, which results in a Area scalar.
- divide(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the division of Area and LinearDensity, which results in a Volume scalar.
- divide(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.
- divide(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and LinearDensity, which results in a Energy scalar.
- divide(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the division of Length and LinearDensity, which results in a Area scalar.
- divide(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless scalar.
- divide(LuminousFlux) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Calculate the division of LuminousFlux and LuminousFlux, which results in a Dimensionless scalar.
- divide(LuminousIntensity) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.
- divide(LuminousIntensity) - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Calculate the division of LuminousIntensity and LuminousIntensity, which results in a Dimensionless scalar.
- divide(MagneticFlux) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and MagneticFlux, which results in a Dimensionless scalar.
- divide(MagneticFluxDensity) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.
- divide(MagneticFluxDensity) - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Calculate the division of MagneticFluxDensity and MagneticFluxDensity, which results in a Dimensionless scalar.
- divide(Mass) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the division of FlowMass and Mass, which results in a Frequency scalar.
- divide(Mass) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Mass, which results in a Acceleration scalar.
- divide(Mass) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the division of Mass and Mass, which results in a Dimensionless scalar.
- divide(Mass) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the division of Momentum and Mass, which results in a Speed scalar.
- divide(Momentum) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Momentum, which results in a Speed scalar.
- divide(Momentum) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the division of Momentum and Momentum, which results in a Dimensionless scalar.
- divide(Momentum) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Momentum, which results in a Acceleration scalar.
- divide(Power) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Power, which results in a Duration scalar.
- divide(Power) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Power, which results in a Dimensionless scalar.
- divide(Power) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Power, which results in a Duration scalar.
- divide(Pressure) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Pressure, which results in a Volume scalar.
- divide(Pressure) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the division of Force and Pressure, which results in a Area scalar.
- divide(Pressure) - Method in class org.djunits.value.vdouble.scalar.Pressure
-
Calculate the division of Pressure and Pressure, which results in a Dimensionless scalar.
- divide(Pressure) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Pressure, which results in a Volume scalar.
- divide(RadioActivity) - Method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless scalar.
- divide(SolidAngle) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.
- divide(SolidAngle) - Method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the division of Acceleration and Speed, which results in a Frequency scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Speed, which results in a Momentum scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the division of FlowVolume and Speed, which results in a Area scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the division of Length and Speed, which results in a Duration scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the division of Momentum and Speed, which results in a Mass scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the division of Power and Speed, which results in a Force scalar.
- divide(Speed) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the division of Speed and Speed, which results in a Dimensionless scalar.
- divide(Temperature) - Method in class org.djunits.value.vdouble.scalar.Temperature
-
Calculate the division of Temperature and Temperature, which results in a Dimensionless scalar.
- divide(Torque) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Torque, which results in a Dimensionless scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the division of Area and Volume, which results in a LinearDensity scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the division of Energy and Volume, which results in a Pressure scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the division of Mass and Volume, which results in a Density scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the division of Torque and Volume, which results in a Pressure scalar.
- divide(Volume) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the division of Volume and Volume, which results in a Dimensionless scalar.
- divide(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Divide two vectors on a cell-by-cell basis.
- divide(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- divide(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- divide(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Divide two matrices on a cell-by-cell basis.
- divide(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- divide(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- divide(FloatScalarRel<?, ?>) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Divide this scalar by another scalar and create a new scalar.
- divide(FloatScalarRel<?, ?>, FloatScalarRel<?, ?>) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
- divide(FloatAbsorbedDose) - Method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Calculate the division of FloatAbsorbedDose and FloatAbsorbedDose, which results in a FloatDimensionless scalar.
- divide(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the division of FloatAcceleration and FloatAcceleration, which results in a FloatDimensionless scalar.
- divide(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatAcceleration, which results in a FloatMass scalar.
- divide(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatAcceleration, which results in a FloatMomentum scalar.
- divide(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the division of FloatSpeed and FloatAcceleration, which results in a FloatDuration scalar.
- divide(FloatAmountOfSubstance) - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Calculate the division of FloatAmountOfSubstance and FloatAmountOfSubstance, which results in a FloatDimensionless scalar.
- divide(FloatAmountOfSubstance) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Calculate the division of FloatCatalyticActivity and FloatAmountOfSubstance, which results in a FloatFrequency scalar.
- divide(FloatAngle) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Calculate the division of FloatAngle and FloatAngle, which results in a FloatDimensionless scalar.
- divide(FloatAngle) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the division of FloatAngularVelocity and FloatAngle, which results in a FloatFrequency scalar.
- divide(FloatAngularAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Calculate the division of FloatAngularAcceleration and FloatAngularAcceleration, which results in a FloatDimensionless scalar.
- divide(FloatAngularAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the division of FloatAngularVelocity and FloatAngularAcceleration, which results in a FloatDuration scalar.
- divide(FloatAngularVelocity) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Calculate the division of FloatAngle and FloatAngularVelocity, which results in a FloatDuration scalar.
- divide(FloatAngularVelocity) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Calculate the division of FloatAngularAcceleration and FloatAngularVelocity, which results in a FloatFrequency scalar.
- divide(FloatAngularVelocity) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the division of FloatAngularVelocity and FloatAngularVelocity, which results in a FloatDimensionless scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the division of FloatArea and FloatArea, which results in a FloatDimensionless scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the division of FloatLength and FloatArea, which results in a FloatLinearDensity scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Calculate the division of FloatLuminousFlux and FloatArea, which results in a FloatIlluminance scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatArea, which results in a FloatMagneticFluxDensity scalar.
- divide(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.
- divide(FloatCatalyticActivity) - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Calculate the division of FloatAmountOfSubstance and FloatCatalyticActivity, which results in a FloatDuration scalar.
- divide(FloatCatalyticActivity) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Calculate the division of FloatCatalyticActivity and FloatCatalyticActivity, which results in a FloatDimensionless scalar.
- divide(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Calculate the division of FloatDensity and FloatDensity, which results in a FloatDimensionless scalar.
- divide(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the division of FloatFlowMass and FloatDensity, which results in a FloatFlowVolume scalar.
- divide(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.
- divide(FloatDimensionless) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Calculate the division of FloatAmountOfSubstance and FloatDuration, which results in a FloatCatalyticActivity scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Calculate the division of FloatAngle and FloatDuration, which results in a FloatAngularVelocity scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the division of FloatAngularVelocity and FloatDuration, which results in a FloatAngularAcceleration scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatDuration, which results in a FloatFrequency scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the division of FloatDuration and FloatDuration, which results in a FloatDimensionless scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Calculate the division of FloatElectricalCapacitance and FloatDuration, which results in a FloatElectricalConductance scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Calculate the division of FloatElectricalCharge and FloatDuration, which results in a FloatElectricalCurrent scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatDuration, which results in a FloatPower scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the division of FloatLength and FloatDuration, which results in a FloatSpeed scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatDuration, which results in a FloatElectricalPotential scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the division of FloatMass and FloatDuration, which results in a FloatFlowMass scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the division of FloatSpeed and FloatDuration, which results in a FloatAcceleration scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatDuration, which results in a FloatPower scalar.
- divide(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the division of FloatVolume and FloatDuration, which results in a FloatFlowVolume scalar.
- divide(FloatElectricalCapacitance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Calculate the division of FloatElectricalCapacitance and FloatElectricalCapacitance, which results in a FloatDimensionless scalar.
- divide(FloatElectricalCapacitance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Calculate the division of FloatElectricalCharge and FloatElectricalCapacitance, which results in a FloatElectricalPotential scalar.
- divide(FloatElectricalCharge) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Calculate the division of FloatElectricalCharge and FloatElectricalCharge, which results in a FloatDimensionless scalar.
- divide(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatElectricalConductance, which results in a FloatElectricalResistance scalar.
- divide(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Calculate the division of FloatElectricalCapacitance and FloatElectricalConductance, which results in a FloatDuration scalar.
- divide(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Calculate the division of FloatElectricalConductance and FloatElectricalConductance, which results in a FloatDimensionless scalar.
- divide(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the division of FloatElectricalCurrent and FloatElectricalConductance, which results in a FloatElectricalPotential scalar.
- divide(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Calculate the division of FloatElectricalCharge and FloatElectricalCurrent, which results in a FloatDuration scalar.
- divide(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the division of FloatElectricalCurrent and FloatElectricalCurrent, which results in a FloatDimensionless scalar.
- divide(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Calculate the division of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatElectricalResistance scalar.
- divide(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatElectricalCurrent, which results in a FloatElectricalInductance scalar.
- divide(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatElectricalCurrent, which results in a FloatElectricalPotential scalar.
- divide(FloatElectricalInductance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Calculate the division of FloatElectricalInductance and FloatElectricalInductance, which results in a FloatDimensionless scalar.
- divide(FloatElectricalInductance) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatElectricalInductance, which results in a FloatElectricalCurrent scalar.
- divide(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Calculate the division of FloatElectricalCharge and FloatElectricalPotential, which results in a FloatElectricalCapacitance scalar.
- divide(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the division of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatElectricalConductance scalar.
- divide(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Calculate the division of FloatElectricalPotential and FloatElectricalPotential, which results in a FloatDimensionless scalar.
- divide(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatElectricalPotential, which results in a FloatDuration scalar.
- divide(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatElectricalPotential, which results in a FloatElectricalCurrent scalar.
- divide(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatElectricalResistance, which results in a FloatElectricalConductance scalar.
- divide(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Calculate the division of FloatElectricalPotential and FloatElectricalResistance, which results in a FloatElectricalCurrent scalar.
- divide(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Calculate the division of FloatElectricalResistance and FloatElectricalResistance, which results in a FloatDimensionless scalar.
- divide(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.
- divide(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.
- divide(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency scalar.
- divide(FloatEquivalentDose) - Method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Calculate the division of FloatEquivalentDose and FloatEquivalentDose, which results in a FloatDimensionless scalar.
- divide(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the division of FloatFlowMass and FloatFlowMass, which results in a FloatDimensionless scalar.
- divide(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the division of FloatMass and FloatFlowMass, which results in a FloatDuration scalar.
- divide(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the division of FloatMomentum and FloatFlowMass, which results in a FloatLength scalar.
- divide(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the division of FloatFlowMass and FloatFlowVolume, which results in a FloatDensity scalar.
- divide(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the division of FloatFlowVolume and FloatFlowVolume, which results in a FloatDimensionless scalar.
- divide(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the division of FloatVolume and FloatFlowVolume, which results in a FloatDuration scalar.
- divide(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.
- divide(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatForce, which results in a FloatDimensionless scalar.
- divide(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.
- divide(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the division of FloatAcceleration and FloatFrequency, which results in a FloatSpeed scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Calculate the division of FloatAngularAcceleration and FloatFrequency, which results in a FloatAngularVelocity scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the division of FloatAngularVelocity and FloatFrequency, which results in a FloatAngle scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Calculate the division of FloatCatalyticActivity and FloatFrequency, which results in a FloatAmountOfSubstance scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatFrequency, which results in a FloatDuration scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the division of FloatFlowMass and FloatFrequency, which results in a FloatMass scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the division of FloatFlowVolume and FloatFrequency, which results in a FloatVolume scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the division of FloatFrequency and FloatFrequency, which results in a FloatDimensionless scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatFrequency, which results in a FloatEnergy scalar.
- divide(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the division of FloatSpeed and FloatFrequency, which results in a FloatLength scalar.
- divide(FloatIlluminance) - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Calculate the division of FloatIlluminance and FloatIlluminance, which results in a FloatDimensionless scalar.
- divide(FloatIlluminance) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Calculate the division of FloatLuminousFlux and FloatIlluminance, which results in a FloatArea scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the division of FloatLength and FloatLength, which results in a FloatDimensionless scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the division of FloatMomentum and FloatLength, which results in a FloatFlowMass scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the division of FloatSpeed and FloatLength, which results in a FloatFrequency scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.
- divide(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.
- divide(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the division of FloatArea and FloatLinearDensity, which results in a FloatVolume scalar.
- divide(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.
- divide(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.
- divide(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the division of FloatLength and FloatLinearDensity, which results in a FloatArea scalar.
- divide(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Calculate the division of FloatLinearDensity and FloatLinearDensity, which results in a FloatDimensionless scalar.
- divide(FloatLuminousFlux) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Calculate the division of FloatLuminousFlux and FloatLuminousFlux, which results in a FloatDimensionless scalar.
- divide(FloatLuminousIntensity) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Calculate the division of FloatLuminousFlux and FloatLuminousIntensity, which results in a FloatSolidAngle scalar.
- divide(FloatLuminousIntensity) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Calculate the division of FloatLuminousIntensity and FloatLuminousIntensity, which results in a FloatDimensionless scalar.
- divide(FloatMagneticFlux) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatMagneticFlux, which results in a FloatDimensionless scalar.
- divide(FloatMagneticFluxDensity) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Calculate the division of FloatMagneticFlux and FloatMagneticFluxDensity, which results in a FloatArea scalar.
- divide(FloatMagneticFluxDensity) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Calculate the division of FloatMagneticFluxDensity and FloatMagneticFluxDensity, which results in a FloatDimensionless scalar.
- divide(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the division of FloatFlowMass and FloatMass, which results in a FloatFrequency scalar.
- divide(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatMass, which results in a FloatAcceleration scalar.
- divide(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the division of FloatMass and FloatMass, which results in a FloatDimensionless scalar.
- divide(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.
- divide(FloatMomentum) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatMomentum, which results in a FloatSpeed scalar.
- divide(FloatMomentum) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the division of FloatMomentum and FloatMomentum, which results in a FloatDimensionless scalar.
- divide(FloatMomentum) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatMomentum, which results in a FloatAcceleration scalar.
- divide(FloatPower) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatPower, which results in a FloatDuration scalar.
- divide(FloatPower) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatPower, which results in a FloatDimensionless scalar.
- divide(FloatPower) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatPower, which results in a FloatDuration scalar.
- divide(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.
- divide(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.
- divide(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.
- divide(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.
- divide(FloatRadioActivity) - Method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Calculate the division of FloatRadioActivity and FloatRadioActivity, which results in a FloatDimensionless scalar.
- divide(FloatSolidAngle) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Calculate the division of FloatLuminousFlux and FloatSolidAngle, which results in a FloatLuminousIntensity scalar.
- divide(FloatSolidAngle) - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Calculate the division of FloatSolidAngle and FloatSolidAngle, which results in a FloatDimensionless scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the division of FloatAcceleration and FloatSpeed, which results in a FloatFrequency scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatSpeed, which results in a FloatMomentum scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the division of FloatLength and FloatSpeed, which results in a FloatDuration scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.
- divide(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the division of FloatSpeed and FloatSpeed, which results in a FloatDimensionless scalar.
- divide(FloatTemperature) - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Calculate the division of FloatTemperature and FloatTemperature, which results in a FloatDimensionless scalar.
- divide(FloatTorque) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatTorque, which results in a FloatDimensionless scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the division of FloatArea and FloatVolume, which results in a FloatLinearDensity scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the division of FloatFlowVolume and FloatVolume, which results in a FloatFrequency scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.
- divide(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the division of FloatVolume and FloatVolume, which results in a FloatDimensionless scalar.
- divide(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Divide two vectors on a cell-by-cell basis.
- divide(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- divide(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- divide(VT) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Divide this Relative value by a Relative value for a vector or matrix.
- divide(VT) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Divide this Relative value by a Relative value for a vector or matrix.
- divideBy(double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Divide all values of this matrix by the divisor.
- divideBy(double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Divide all values of this vector by the divisor.
- divideBy(double) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Divide all values of this matrix by the divisor.
- divideBy(double) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Divide all values of this vector by the divisor.
- divideBy(float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Divide all values of this matrix by the divisor.
- divideBy(float) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Divide all values of this vector by the divisor.
- divideBy(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
- divideBy(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
- divideBy(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
- divideBy(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
- DoubleFunction - Interface in org.djunits.value.vdouble.function
-
DoubleFunction carries out a specific transformation function on a double value.
- DoubleFunction2 - Interface in org.djunits.value.vdouble.function
-
DoubleFunction carries out a specific transformation function that takes two operands.
- DoubleMathFunctions - Interface in org.djunits.value.vdouble.function
-
DoubleMathFunctions provides a static implementation of Math functions.
- DoubleMatrix<U extends Unit<U>,
S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>, M extends DoubleMatrix<U, S, V, M>> - Class in org.djunits.value.vdouble.matrix.base -
DoubleMatrix utility methods, e.g., for creating DoubleMatrixs from different types of data.
- DoubleMatrix(DoubleMatrixData, U) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Construct a new DoubleMatrix.
- DoubleMatrixAbs<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>> - Class in org.djunits.value.vdouble.matrix.base -
AbstractMutableDoubleMatrixRelWithAbs.java.
- DoubleMatrixAbs(DoubleMatrixData, AU) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Construct a new Relative Mutable DoubleMatrix.
- DoubleMatrixData - Class in org.djunits.value.vdouble.matrix.data
-
Stores the data for a DoubleMatrix and carries out basic operations.
- DoubleMatrixData(StorageType) - Constructor for class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Construct a new DoubleMatrixData store.
- DoubleMatrixDataDense - Class in org.djunits.value.vdouble.matrix.data
-
Stores dense data for a DoubleMatrix and carries out basic operations.
- DoubleMatrixDataDense(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
-
Create a matrix with dense data.
- DoubleMatrixDataDense(double[], int, int) - Constructor for class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
-
Create a matrix with dense data.
- DoubleMatrixDataSparse - Class in org.djunits.value.vdouble.matrix.data
-
Stores sparse data for a DoubleMatrix and carries out basic operations.
- DoubleMatrixDataSparse(double[], long[], int, int) - Constructor for class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
-
Create a matrix with sparse data.
- DoubleMatrixDataSparse(Collection<DoubleSparseValue<U, S>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
-
Create a matrix with sparse data.
- DoubleMatrixRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> - Class in org.djunits.value.vdouble.matrix.base -
DoubleMatrixRel.java.
- DoubleMatrixRel(DoubleMatrixData, U) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Construct a new Relative Mutable DoubleMatrix.
- 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>> - Class in org.djunits.value.vdouble.matrix.base -
AbstractMutableDoubleMatrixRelWithAbs.java.
- DoubleMatrixRelWithAbs(DoubleMatrixData, RU) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleMatrixRelWithAbs
-
Construct a new Relative Mutable DoubleMatrix.
- DoubleScalar<U extends Unit<U>,
S extends DoubleScalar<U, S>> - Class in org.djunits.value.vdouble.scalar.base -
The most basic abstract class for the DoubleScalar.
- DoubleScalar(U, double) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Construct a new DoubleScalar.
- DoubleScalarAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>> - Class in org.djunits.value.vdouble.scalar.base -
The typed, abstract DoubleScalarAbs 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. - DoubleScalarAbs(double, AU) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
-
Construct a new Absolute Immutable DoubleScalar.
- DoubleScalarAbs(A) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
-
Construct a new Absolute Immutable DoubleScalar from an existing Absolute Immutable DoubleScalar.
- DoubleScalarRel<U extends Unit<U>,
R extends DoubleScalarRel<U, R>> - Class in org.djunits.value.vdouble.scalar.base -
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. - DoubleScalarRel(double, U) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Construct a new Relative Immutable DoubleScalar.
- DoubleScalarRel(R) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Construct a new Relative Immutable DoubleScalar from an existing Relative Immutable DoubleScalar.
- DoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>> - Class in org.djunits.value.vdouble.scalar.base -
The typed, abstract DoubleScalarRelWithAbs class that forms the basis of the relative DoubleScalars suck as Duration that have an absolute equivalent such as Time.
- DoubleScalarRelWithAbs(double, RU) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarRelWithAbs
-
Construct a new Relative Immutable DoubleScalar.
- DoubleScalarRelWithAbs(R) - Constructor for class org.djunits.value.vdouble.scalar.base.DoubleScalarRelWithAbs
-
Construct a new Relative Immutable DoubleScalar from an existing Relative Immutable DoubleScalar.
- DoubleSparseValue<U extends Unit<U>,
S extends DoubleScalar<U, S>> - Class in org.djunits.value.vdouble.matrix.base -
Data point for a matrix that can be used for constructing sparse matrices.
- DoubleSparseValue(int, int, double) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
-
Create a data point for a sparse matrix.
- DoubleSparseValue(int, int, double, U) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
-
Create a data point for a sparse matrix.
- DoubleSparseValue(int, int, S) - Constructor for class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
-
Create a data point for a sparse matrix.
- doubleValue() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- doubleValue() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- DoubleVector<U extends Unit<U>,
S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>> - Class in org.djunits.value.vdouble.vector.base -
The most basic abstract class for the DoubleVector.
- DoubleVector(DoubleVectorData, U) - Constructor for class org.djunits.value.vdouble.vector.base.DoubleVector
-
Construct a new DoubleVector.
- DoubleVector.Itr - Class in org.djunits.value.vdouble.vector.base
-
The iterator class is loosely based in AbstractList.Itr.
- DoubleVectorAbs<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>> - Class in org.djunits.value.vdouble.vector.base -
AbstractMutableDoubleVectorRelWithAbs.java.
- DoubleVectorAbs(DoubleVectorData, AU) - Constructor for class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
-
Construct a new Relative Mutable DoubleVector.
- DoubleVectorData - Class in org.djunits.value.vdouble.vector.data
-
Stores the data for a DoubleVector and carries out basic operations.
- DoubleVectorData(StorageType) - Constructor for class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Construct a new DoubleVectorData object.
- DoubleVectorDataDense - Class in org.djunits.value.vdouble.vector.data
-
Stores dense data for a DoubleVector and carries out basic operations.
- DoubleVectorDataDense(double[]) - Constructor for class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
-
Create a vector with dense data.
- DoubleVectorDataSparse - Class in org.djunits.value.vdouble.vector.data
-
Stores sparse data for a DoubleVector and carries out basic operations.
- DoubleVectorDataSparse(double[], int[], int) - Constructor for class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
-
Create a vector with sparse data.
- DoubleVectorRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>> - Class in org.djunits.value.vdouble.vector.base -
AbstractMutableDoubleVectorRel.java.
- DoubleVectorRel(DoubleVectorData, U) - Constructor for class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Construct a new Relative Mutable DoubleVector.
- 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>> - Class in org.djunits.value.vdouble.vector.base -
AbstractMutableDoubleVectorRelWithAbs.java.
- DoubleVectorRelWithAbs(DoubleVectorData, RU) - Constructor for class org.djunits.value.vdouble.vector.base.DoubleVectorRelWithAbs
-
Construct a new Relative Mutable DoubleVector.
- Duration - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Relative Duration DoubleScalar.
- Duration(double, DurationUnit) - Constructor for class org.djunits.value.vdouble.scalar.Duration
-
Construct Duration scalar.
- Duration(Duration) - Constructor for class org.djunits.value.vdouble.scalar.Duration
-
Construct Duration scalar.
- DurationMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Duration Matrix.
- DurationMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a double[][] object with SI-unit values.
- DurationMatrix(double[][], DurationUnit) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a double[][] object.
- DurationMatrix(double[][], DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a double[][] object.
- DurationMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a double[][] object with SI-unit values.
- DurationMatrix(Collection<DoubleSparseValue<DurationUnit, Duration>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a (sparse) collection of DoubleSparseValue objects.
- DurationMatrix(Collection<DoubleSparseValue<DurationUnit, Duration>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a (sparse) collection of DoubleSparseValue objects.
- DurationMatrix(Collection<DoubleSparseValue<DurationUnit, Duration>>, DurationUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a (sparse) collection of DoubleSparseValue objects.
- DurationMatrix(Collection<DoubleSparseValue<DurationUnit, Duration>>, DurationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from a (sparse) collection of DoubleSparseValue objects.
- DurationMatrix(DoubleMatrixData, DurationUnit) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from an internal data object.
- DurationMatrix(Duration[][]) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from an array of an array of Duration objects.
- DurationMatrix(Duration[][], DurationUnit) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from an array of an array of Duration objects.
- DurationMatrix(Duration[][], DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from an array of an array of Duration objects.
- DurationMatrix(Duration[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
-
Construct a DurationMatrix from an array of an array of Duration objects.
- DurationUnit - Class in org.djunits.unit
-
Standard duration units.
- DurationUnit() - Constructor for class org.djunits.unit.DurationUnit
- DurationVector - Class in org.djunits.value.vdouble.vector
-
Double DurationVector, a vector of values with a DurationUnit.
- DurationVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a double[] object with SI-unit values.
- DurationVector(double[], DurationUnit) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a double[] object.
- DurationVector(double[], DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a double[] object.
- DurationVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a double[] object with SI-unit values.
- DurationVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a list of Number objects or a list of Duration objects.
- DurationVector(List<? extends Number>, DurationUnit) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a list of Number objects or a list of Duration objects.
- DurationVector(List<? extends Number>, DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a list of Number objects or a list of Duration objects.
- DurationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a list of Number objects or a list of Duration objects.
- DurationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Duration objects.
- DurationVector(Map<Integer, ? extends Number>, int, DurationUnit) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Duration objects.
- DurationVector(Map<Integer, ? extends Number>, int, DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Duration objects.
- DurationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Duration objects.
- DurationVector(Duration[]) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from an array of Duration objects.
- DurationVector(Duration[], DurationUnit) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from an array of Duration objects.
- DurationVector(Duration[], DurationUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from an array of Duration objects.
- DurationVector(Duration[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from an array of Duration objects.
- DurationVector(DoubleVectorData, DurationUnit) - Constructor for class org.djunits.value.vdouble.vector.DurationVector
-
Construct an DurationVector from an internal data object.
- DYNE - Static variable in class org.djunits.unit.ForceUnit
-
Dyne.
- DYNE - Static variable in interface org.djunits.unit.util.UNITS
E
- E - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Euler's constant.
- E - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Euler's constant.
- EAST_DEGREE - Static variable in class org.djunits.unit.DirectionUnit
-
The unit for direction with East as the origin and degrees as the displacement.
- EAST_DEGREE - Static variable in interface org.djunits.unit.util.UNITS
- EAST_RADIAN - Static variable in class org.djunits.unit.DirectionUnit
-
The unit for direction with East as the origin and radians as the displacement.
- EAST_RADIAN - Static variable in interface org.djunits.unit.util.UNITS
- ElectricalCapacitance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.
- ElectricalCapacitance(double, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Construct ElectricalCapacitance scalar.
- ElectricalCapacitance(ElectricalCapacitance) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Construct ElectricalCapacitance scalar.
- ElectricalCapacitanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.
- ElectricalCapacitanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a double[][] object with SI-unit values.
- ElectricalCapacitanceMatrix(double[][], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a double[][] object.
- ElectricalCapacitanceMatrix(double[][], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a double[][] object.
- ElectricalCapacitanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a double[][] object with SI-unit values.
- ElectricalCapacitanceMatrix(Collection<DoubleSparseValue<ElectricalCapacitanceUnit, ElectricalCapacitance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCapacitanceMatrix(Collection<DoubleSparseValue<ElectricalCapacitanceUnit, ElectricalCapacitance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCapacitanceMatrix(Collection<DoubleSparseValue<ElectricalCapacitanceUnit, ElectricalCapacitance>>, ElectricalCapacitanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCapacitanceMatrix(Collection<DoubleSparseValue<ElectricalCapacitanceUnit, ElectricalCapacitance>>, ElectricalCapacitanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCapacitanceMatrix(DoubleMatrixData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from an internal data object.
- ElectricalCapacitanceMatrix(ElectricalCapacitance[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from an array of an array of ElectricalCapacitance objects.
- ElectricalCapacitanceMatrix(ElectricalCapacitance[][], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from an array of an array of ElectricalCapacitance objects.
- ElectricalCapacitanceMatrix(ElectricalCapacitance[][], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from an array of an array of ElectricalCapacitance objects.
- ElectricalCapacitanceMatrix(ElectricalCapacitance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
-
Construct a ElectricalCapacitanceMatrix from an array of an array of ElectricalCapacitance objects.
- ElectricalCapacitanceUnit - Class in org.djunits.unit
-
The units of electrical capacitance.
- ElectricalCapacitanceUnit() - Constructor for class org.djunits.unit.ElectricalCapacitanceUnit
- ElectricalCapacitanceVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.
- ElectricalCapacitanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a double[] object with SI-unit values.
- ElectricalCapacitanceVector(double[], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a double[] object.
- ElectricalCapacitanceVector(double[], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a double[] object.
- ElectricalCapacitanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a double[] object with SI-unit values.
- ElectricalCapacitanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a list of Number objects or a list of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(List<? extends Number>, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a list of Number objects or a list of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(List<? extends Number>, ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a list of Number objects or a list of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a list of Number objects or a list of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(ElectricalCapacitance[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from an array of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(ElectricalCapacitance[], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from an array of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(ElectricalCapacitance[], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from an array of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(ElectricalCapacitance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from an array of ElectricalCapacitance objects.
- ElectricalCapacitanceVector(DoubleVectorData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
-
Construct an ElectricalCapacitanceVector from an internal data object.
- ElectricalCharge - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.
- ElectricalCharge(double, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Construct ElectricalCharge scalar.
- ElectricalCharge(ElectricalCharge) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Construct ElectricalCharge scalar.
- ElectricalChargeMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
- ElectricalChargeMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a double[][] object with SI-unit values.
- ElectricalChargeMatrix(double[][], ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a double[][] object.
- ElectricalChargeMatrix(double[][], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a double[][] object.
- ElectricalChargeMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a double[][] object with SI-unit values.
- ElectricalChargeMatrix(Collection<DoubleSparseValue<ElectricalChargeUnit, ElectricalCharge>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalChargeMatrix(Collection<DoubleSparseValue<ElectricalChargeUnit, ElectricalCharge>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalChargeMatrix(Collection<DoubleSparseValue<ElectricalChargeUnit, ElectricalCharge>>, ElectricalChargeUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalChargeMatrix(Collection<DoubleSparseValue<ElectricalChargeUnit, ElectricalCharge>>, ElectricalChargeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalChargeMatrix(DoubleMatrixData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from an internal data object.
- ElectricalChargeMatrix(ElectricalCharge[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from an array of an array of ElectricalCharge objects.
- ElectricalChargeMatrix(ElectricalCharge[][], ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from an array of an array of ElectricalCharge objects.
- ElectricalChargeMatrix(ElectricalCharge[][], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from an array of an array of ElectricalCharge objects.
- ElectricalChargeMatrix(ElectricalCharge[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
-
Construct a ElectricalChargeMatrix from an array of an array of ElectricalCharge objects.
- ElectricalChargeUnit - Class in org.djunits.unit
-
Units for electrical charge.
- ElectricalChargeUnit() - Constructor for class org.djunits.unit.ElectricalChargeUnit
- ElectricalChargeVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
- ElectricalChargeVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a double[] object with SI-unit values.
- ElectricalChargeVector(double[], ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a double[] object.
- ElectricalChargeVector(double[], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a double[] object.
- ElectricalChargeVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a double[] object with SI-unit values.
- ElectricalChargeVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a list of Number objects or a list of ElectricalCharge objects.
- ElectricalChargeVector(List<? extends Number>, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a list of Number objects or a list of ElectricalCharge objects.
- ElectricalChargeVector(List<? extends Number>, ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a list of Number objects or a list of ElectricalCharge objects.
- ElectricalChargeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a list of Number objects or a list of ElectricalCharge objects.
- ElectricalChargeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCharge objects.
- ElectricalChargeVector(Map<Integer, ? extends Number>, int, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCharge objects.
- ElectricalChargeVector(Map<Integer, ? extends Number>, int, ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCharge objects.
- ElectricalChargeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCharge objects.
- ElectricalChargeVector(ElectricalCharge[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from an array of ElectricalCharge objects.
- ElectricalChargeVector(ElectricalCharge[], ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from an array of ElectricalCharge objects.
- ElectricalChargeVector(ElectricalCharge[], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from an array of ElectricalCharge objects.
- ElectricalChargeVector(ElectricalCharge[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from an array of ElectricalCharge objects.
- ElectricalChargeVector(DoubleVectorData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalChargeVector
-
Construct an ElectricalChargeVector from an internal data object.
- ElectricalConductance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.
- ElectricalConductance(double, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Construct ElectricalConductance scalar.
- ElectricalConductance(ElectricalConductance) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Construct ElectricalConductance scalar.
- ElectricalConductanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.
- ElectricalConductanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a double[][] object with SI-unit values.
- ElectricalConductanceMatrix(double[][], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a double[][] object.
- ElectricalConductanceMatrix(double[][], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a double[][] object.
- ElectricalConductanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a double[][] object with SI-unit values.
- ElectricalConductanceMatrix(Collection<DoubleSparseValue<ElectricalConductanceUnit, ElectricalConductance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalConductanceMatrix(Collection<DoubleSparseValue<ElectricalConductanceUnit, ElectricalConductance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalConductanceMatrix(Collection<DoubleSparseValue<ElectricalConductanceUnit, ElectricalConductance>>, ElectricalConductanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalConductanceMatrix(Collection<DoubleSparseValue<ElectricalConductanceUnit, ElectricalConductance>>, ElectricalConductanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalConductanceMatrix(DoubleMatrixData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from an internal data object.
- ElectricalConductanceMatrix(ElectricalConductance[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from an array of an array of ElectricalConductance objects.
- ElectricalConductanceMatrix(ElectricalConductance[][], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from an array of an array of ElectricalConductance objects.
- ElectricalConductanceMatrix(ElectricalConductance[][], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from an array of an array of ElectricalConductance objects.
- ElectricalConductanceMatrix(ElectricalConductance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
-
Construct a ElectricalConductanceMatrix from an array of an array of ElectricalConductance objects.
- ElectricalConductanceUnit - Class in org.djunits.unit
-
The units of electrical conductance.
- ElectricalConductanceUnit() - Constructor for class org.djunits.unit.ElectricalConductanceUnit
- ElectricalConductanceVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.
- ElectricalConductanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a double[] object with SI-unit values.
- ElectricalConductanceVector(double[], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a double[] object.
- ElectricalConductanceVector(double[], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a double[] object.
- ElectricalConductanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a double[] object with SI-unit values.
- ElectricalConductanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a list of Number objects or a list of ElectricalConductance objects.
- ElectricalConductanceVector(List<? extends Number>, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a list of Number objects or a list of ElectricalConductance objects.
- ElectricalConductanceVector(List<? extends Number>, ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a list of Number objects or a list of ElectricalConductance objects.
- ElectricalConductanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a list of Number objects or a list of ElectricalConductance objects.
- ElectricalConductanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalConductance objects.
- ElectricalConductanceVector(Map<Integer, ? extends Number>, int, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalConductance objects.
- ElectricalConductanceVector(Map<Integer, ? extends Number>, int, ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalConductance objects.
- ElectricalConductanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalConductance objects.
- ElectricalConductanceVector(ElectricalConductance[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from an array of ElectricalConductance objects.
- ElectricalConductanceVector(ElectricalConductance[], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from an array of ElectricalConductance objects.
- ElectricalConductanceVector(ElectricalConductance[], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from an array of ElectricalConductance objects.
- ElectricalConductanceVector(ElectricalConductance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from an array of ElectricalConductance objects.
- ElectricalConductanceVector(DoubleVectorData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalConductanceVector
-
Construct an ElectricalConductanceVector from an internal data object.
- ElectricalCurrent - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.
- ElectricalCurrent(double, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Construct ElectricalCurrent scalar.
- ElectricalCurrent(ElectricalCurrent) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Construct ElectricalCurrent scalar.
- ElectricalCurrentMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
- ElectricalCurrentMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a double[][] object with SI-unit values.
- ElectricalCurrentMatrix(double[][], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a double[][] object.
- ElectricalCurrentMatrix(double[][], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a double[][] object.
- ElectricalCurrentMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a double[][] object with SI-unit values.
- ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>>, ElectricalCurrentUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>>, ElectricalCurrentUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalCurrentMatrix(DoubleMatrixData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from an internal data object.
- ElectricalCurrentMatrix(ElectricalCurrent[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.
- ElectricalCurrentMatrix(ElectricalCurrent[][], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.
- ElectricalCurrentMatrix(ElectricalCurrent[][], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.
- ElectricalCurrentMatrix(ElectricalCurrent[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.
- ElectricalCurrentUnit - Class in org.djunits.unit
-
Standard units for electrical current.
- ElectricalCurrentUnit() - Constructor for class org.djunits.unit.ElectricalCurrentUnit
- ElectricalCurrentVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
- ElectricalCurrentVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a double[] object with SI-unit values.
- ElectricalCurrentVector(double[], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a double[] object.
- ElectricalCurrentVector(double[], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a double[] object.
- ElectricalCurrentVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a double[] object with SI-unit values.
- ElectricalCurrentVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.
- ElectricalCurrentVector(List<? extends Number>, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.
- ElectricalCurrentVector(List<? extends Number>, ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.
- ElectricalCurrentVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.
- ElectricalCurrentVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.
- ElectricalCurrentVector(Map<Integer, ? extends Number>, int, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.
- ElectricalCurrentVector(Map<Integer, ? extends Number>, int, ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.
- ElectricalCurrentVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.
- ElectricalCurrentVector(ElectricalCurrent[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.
- ElectricalCurrentVector(ElectricalCurrent[], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.
- ElectricalCurrentVector(ElectricalCurrent[], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.
- ElectricalCurrentVector(ElectricalCurrent[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.
- ElectricalCurrentVector(DoubleVectorData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalCurrentVector
-
Construct an ElectricalCurrentVector from an internal data object.
- ElectricalInductance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.
- ElectricalInductance(double, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Construct ElectricalInductance scalar.
- ElectricalInductance(ElectricalInductance) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Construct ElectricalInductance scalar.
- ElectricalInductanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.
- ElectricalInductanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a double[][] object with SI-unit values.
- ElectricalInductanceMatrix(double[][], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a double[][] object.
- ElectricalInductanceMatrix(double[][], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a double[][] object.
- ElectricalInductanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a double[][] object with SI-unit values.
- ElectricalInductanceMatrix(Collection<DoubleSparseValue<ElectricalInductanceUnit, ElectricalInductance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalInductanceMatrix(Collection<DoubleSparseValue<ElectricalInductanceUnit, ElectricalInductance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalInductanceMatrix(Collection<DoubleSparseValue<ElectricalInductanceUnit, ElectricalInductance>>, ElectricalInductanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalInductanceMatrix(Collection<DoubleSparseValue<ElectricalInductanceUnit, ElectricalInductance>>, ElectricalInductanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalInductanceMatrix(DoubleMatrixData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from an internal data object.
- ElectricalInductanceMatrix(ElectricalInductance[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from an array of an array of ElectricalInductance objects.
- ElectricalInductanceMatrix(ElectricalInductance[][], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from an array of an array of ElectricalInductance objects.
- ElectricalInductanceMatrix(ElectricalInductance[][], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from an array of an array of ElectricalInductance objects.
- ElectricalInductanceMatrix(ElectricalInductance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
-
Construct a ElectricalInductanceMatrix from an array of an array of ElectricalInductance objects.
- ElectricalInductanceUnit - Class in org.djunits.unit
-
The units of electrical capacitance.
- ElectricalInductanceUnit() - Constructor for class org.djunits.unit.ElectricalInductanceUnit
- ElectricalInductanceVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.
- ElectricalInductanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a double[] object with SI-unit values.
- ElectricalInductanceVector(double[], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a double[] object.
- ElectricalInductanceVector(double[], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a double[] object.
- ElectricalInductanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a double[] object with SI-unit values.
- ElectricalInductanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a list of Number objects or a list of ElectricalInductance objects.
- ElectricalInductanceVector(List<? extends Number>, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a list of Number objects or a list of ElectricalInductance objects.
- ElectricalInductanceVector(List<? extends Number>, ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a list of Number objects or a list of ElectricalInductance objects.
- ElectricalInductanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a list of Number objects or a list of ElectricalInductance objects.
- ElectricalInductanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalInductance objects.
- ElectricalInductanceVector(Map<Integer, ? extends Number>, int, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalInductance objects.
- ElectricalInductanceVector(Map<Integer, ? extends Number>, int, ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalInductance objects.
- ElectricalInductanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalInductance objects.
- ElectricalInductanceVector(ElectricalInductance[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from an array of ElectricalInductance objects.
- ElectricalInductanceVector(ElectricalInductance[], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from an array of ElectricalInductance objects.
- ElectricalInductanceVector(ElectricalInductance[], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from an array of ElectricalInductance objects.
- ElectricalInductanceVector(ElectricalInductance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from an array of ElectricalInductance objects.
- ElectricalInductanceVector(DoubleVectorData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalInductanceVector
-
Construct an ElectricalInductanceVector from an internal data object.
- ElectricalPotential - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.
- ElectricalPotential(double, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Construct ElectricalPotential scalar.
- ElectricalPotential(ElectricalPotential) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Construct ElectricalPotential scalar.
- ElectricalPotentialMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
- ElectricalPotentialMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a double[][] object with SI-unit values.
- ElectricalPotentialMatrix(double[][], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a double[][] object.
- ElectricalPotentialMatrix(double[][], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a double[][] object.
- ElectricalPotentialMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a double[][] object with SI-unit values.
- ElectricalPotentialMatrix(Collection<DoubleSparseValue<ElectricalPotentialUnit, ElectricalPotential>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalPotentialMatrix(Collection<DoubleSparseValue<ElectricalPotentialUnit, ElectricalPotential>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalPotentialMatrix(Collection<DoubleSparseValue<ElectricalPotentialUnit, ElectricalPotential>>, ElectricalPotentialUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalPotentialMatrix(Collection<DoubleSparseValue<ElectricalPotentialUnit, ElectricalPotential>>, ElectricalPotentialUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalPotentialMatrix(DoubleMatrixData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from an internal data object.
- ElectricalPotentialMatrix(ElectricalPotential[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from an array of an array of ElectricalPotential objects.
- ElectricalPotentialMatrix(ElectricalPotential[][], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from an array of an array of ElectricalPotential objects.
- ElectricalPotentialMatrix(ElectricalPotential[][], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from an array of an array of ElectricalPotential objects.
- ElectricalPotentialMatrix(ElectricalPotential[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
-
Construct a ElectricalPotentialMatrix from an array of an array of ElectricalPotential objects.
- ElectricalPotentialUnit - Class in org.djunits.unit
-
The units of electrical potential (voltage).
- ElectricalPotentialUnit() - Constructor for class org.djunits.unit.ElectricalPotentialUnit
- ElectricalPotentialVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
- ElectricalPotentialVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a double[] object with SI-unit values.
- ElectricalPotentialVector(double[], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a double[] object.
- ElectricalPotentialVector(double[], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a double[] object.
- ElectricalPotentialVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a double[] object with SI-unit values.
- ElectricalPotentialVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a list of Number objects or a list of ElectricalPotential objects.
- ElectricalPotentialVector(List<? extends Number>, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a list of Number objects or a list of ElectricalPotential objects.
- ElectricalPotentialVector(List<? extends Number>, ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a list of Number objects or a list of ElectricalPotential objects.
- ElectricalPotentialVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a list of Number objects or a list of ElectricalPotential objects.
- ElectricalPotentialVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalPotential objects.
- ElectricalPotentialVector(Map<Integer, ? extends Number>, int, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalPotential objects.
- ElectricalPotentialVector(Map<Integer, ? extends Number>, int, ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalPotential objects.
- ElectricalPotentialVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalPotential objects.
- ElectricalPotentialVector(ElectricalPotential[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from an array of ElectricalPotential objects.
- ElectricalPotentialVector(ElectricalPotential[], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from an array of ElectricalPotential objects.
- ElectricalPotentialVector(ElectricalPotential[], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from an array of ElectricalPotential objects.
- ElectricalPotentialVector(ElectricalPotential[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from an array of ElectricalPotential objects.
- ElectricalPotentialVector(DoubleVectorData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalPotentialVector
-
Construct an ElectricalPotentialVector from an internal data object.
- ElectricalResistance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.
- ElectricalResistance(double, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Construct ElectricalResistance scalar.
- ElectricalResistance(ElectricalResistance) - Constructor for class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Construct ElectricalResistance scalar.
- ElectricalResistanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
- ElectricalResistanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a double[][] object with SI-unit values.
- ElectricalResistanceMatrix(double[][], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a double[][] object.
- ElectricalResistanceMatrix(double[][], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a double[][] object.
- ElectricalResistanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a double[][] object with SI-unit values.
- ElectricalResistanceMatrix(Collection<DoubleSparseValue<ElectricalResistanceUnit, ElectricalResistance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalResistanceMatrix(Collection<DoubleSparseValue<ElectricalResistanceUnit, ElectricalResistance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalResistanceMatrix(Collection<DoubleSparseValue<ElectricalResistanceUnit, ElectricalResistance>>, ElectricalResistanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalResistanceMatrix(Collection<DoubleSparseValue<ElectricalResistanceUnit, ElectricalResistance>>, ElectricalResistanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ElectricalResistanceMatrix(DoubleMatrixData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from an internal data object.
- ElectricalResistanceMatrix(ElectricalResistance[][]) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from an array of an array of ElectricalResistance objects.
- ElectricalResistanceMatrix(ElectricalResistance[][], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from an array of an array of ElectricalResistance objects.
- ElectricalResistanceMatrix(ElectricalResistance[][], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from an array of an array of ElectricalResistance objects.
- ElectricalResistanceMatrix(ElectricalResistance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Construct a ElectricalResistanceMatrix from an array of an array of ElectricalResistance objects.
- ElectricalResistanceUnit - Class in org.djunits.unit
-
The units of electrical resistance.
- ElectricalResistanceUnit() - Constructor for class org.djunits.unit.ElectricalResistanceUnit
- ElectricalResistanceVector - Class in org.djunits.value.vdouble.vector
-
Double ElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
- ElectricalResistanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a double[] object with SI-unit values.
- ElectricalResistanceVector(double[], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a double[] object.
- ElectricalResistanceVector(double[], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a double[] object.
- ElectricalResistanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a double[] object with SI-unit values.
- ElectricalResistanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a list of Number objects or a list of ElectricalResistance objects.
- ElectricalResistanceVector(List<? extends Number>, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a list of Number objects or a list of ElectricalResistance objects.
- ElectricalResistanceVector(List<? extends Number>, ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a list of Number objects or a list of ElectricalResistance objects.
- ElectricalResistanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a list of Number objects or a list of ElectricalResistance objects.
- ElectricalResistanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalResistance objects.
- ElectricalResistanceVector(Map<Integer, ? extends Number>, int, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalResistance objects.
- ElectricalResistanceVector(Map<Integer, ? extends Number>, int, ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalResistance objects.
- ElectricalResistanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalResistance objects.
- ElectricalResistanceVector(ElectricalResistance[]) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from an array of ElectricalResistance objects.
- ElectricalResistanceVector(ElectricalResistance[], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from an array of ElectricalResistance objects.
- ElectricalResistanceVector(ElectricalResistance[], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from an array of ElectricalResistance objects.
- ElectricalResistanceVector(ElectricalResistance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from an array of ElectricalResistance objects.
- ElectricalResistanceVector(DoubleVectorData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.vector.ElectricalResistanceVector
-
Construct an ElectricalResistanceVector from an internal data object.
- ELECTRONCHARGE - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Electrical charge of one electron.
- ELECTRONCHARGE - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Electrical charge of one electron.
- ELECTRONMASS - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Mass of an electron.
- ELECTRONMASS - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Mass of an electron.
- ELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
electronvolt.
- ELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
electronvolt = 1.782661907E-36 kg.
- EMU - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
emu (CGS EMU).
- EMU - Static variable in interface org.djunits.unit.util.UNITS
- Energy - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Energy DoubleScalar, which is relative by definition.
- Energy(double, EnergyUnit) - Constructor for class org.djunits.value.vdouble.scalar.Energy
-
Construct Energy scalar.
- Energy(Energy) - Constructor for class org.djunits.value.vdouble.scalar.Energy
-
Construct Energy scalar.
- ENERGY_ELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- ENERGY_GIGAELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- ENERGY_KILOELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- ENERGY_MEGAELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- ENERGY_MICROELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- ENERGY_MILLIELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- EnergyMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double EnergyMatrix, a matrix of values with a EnergyUnit.
- EnergyMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a double[][] object with SI-unit values.
- EnergyMatrix(double[][], EnergyUnit) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a double[][] object.
- EnergyMatrix(double[][], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a double[][] object.
- EnergyMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a double[][] object with SI-unit values.
- EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.
- EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.
- EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>>, EnergyUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.
- EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>>, EnergyUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.
- EnergyMatrix(DoubleMatrixData, EnergyUnit) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from an internal data object.
- EnergyMatrix(Energy[][]) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from an array of an array of Energy objects.
- EnergyMatrix(Energy[][], EnergyUnit) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from an array of an array of Energy objects.
- EnergyMatrix(Energy[][], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from an array of an array of Energy objects.
- EnergyMatrix(Energy[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
-
Construct a EnergyMatrix from an array of an array of Energy objects.
- EnergyUnit - Class in org.djunits.unit
-
The units of energy.
- EnergyUnit() - Constructor for class org.djunits.unit.EnergyUnit
- EnergyVector - Class in org.djunits.value.vdouble.vector
-
Double EnergyVector, a vector of values with a EnergyUnit.
- EnergyVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a double[] object with SI-unit values.
- EnergyVector(double[], EnergyUnit) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a double[] object.
- EnergyVector(double[], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a double[] object.
- EnergyVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a double[] object with SI-unit values.
- EnergyVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a list of Number objects or a list of Energy objects.
- EnergyVector(List<? extends Number>, EnergyUnit) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a list of Number objects or a list of Energy objects.
- EnergyVector(List<? extends Number>, EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a list of Number objects or a list of Energy objects.
- EnergyVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a list of Number objects or a list of Energy objects.
- EnergyVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.
- EnergyVector(Map<Integer, ? extends Number>, int, EnergyUnit) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.
- EnergyVector(Map<Integer, ? extends Number>, int, EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.
- EnergyVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.
- EnergyVector(Energy[]) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from an array of Energy objects.
- EnergyVector(Energy[], EnergyUnit) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from an array of Energy objects.
- EnergyVector(Energy[], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from an array of Energy objects.
- EnergyVector(Energy[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from an array of Energy objects.
- EnergyVector(DoubleVectorData, EnergyUnit) - Constructor for class org.djunits.value.vdouble.vector.EnergyVector
-
Construct an EnergyVector from an internal data object.
- EngineeringFormatter - Class in org.djunits.value.formatter
-
Format a value in Engineering notation, or normal floating point notation if that can represent the value more accurately.
- EPOCH_DAY - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in days.
- EPOCH_DAY - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_HOUR - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in hours.
- EPOCH_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_J2000_SECOND - Static variable in class org.djunits.unit.TimeUnit
-
The Epoch with J2000.0 as the origin, which is The Gregorian date January 1, 2000 at 12:00 GMT (noon) with a calculation in seconds.
- EPOCH_J2000_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_MICROSECOND - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in microseconds.
- EPOCH_MICROSECOND - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_MILLISECOND - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in milliseconds.
- EPOCH_MILLISECOND - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_MINUTE - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in minutes.
- EPOCH_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_SECOND - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.
- EPOCH_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_WEEK - Static variable in class org.djunits.unit.TimeUnit
-
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in weeks.
- EPOCH_WEEK - Static variable in interface org.djunits.unit.util.UNITS
- EPOCH_YEAR1_SECOND - Static variable in class org.djunits.unit.TimeUnit
-
The Epoch with 0001-01-01 AD at 00:00 as the origin with a calculation in seconds.
- EPOCH_YEAR1_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- eq(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is equal to another DoubleScalar.
- eq(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- eq(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- eq0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is equal to 0.0.
- eq0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- eq0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- equals(Object) - Method in class org.djunits.quantity.Quantity
- equals(Object) - Method in class org.djunits.unit.scale.GradeScale
- equals(Object) - Method in class org.djunits.unit.scale.LinearScale
- equals(Object) - Method in class org.djunits.unit.scale.OffsetLinearScale
- equals(Object) - Method in class org.djunits.unit.si.SIDimensions
- equals(Object) - Method in class org.djunits.unit.SIUnit
- equals(Object) - Method in class org.djunits.unit.Unit
- equals(Object) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- equals(Object) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
- equals(Object) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- equals(Object) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- equals(Object) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- equals(Object) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
- equals(Object) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- equals(Object) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- equals(Object) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
- equals(Object) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- equals(Object) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- equals(Object) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- equals(Object) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
- equals(Object) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- EquivalentDose - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.
- EquivalentDose(double, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.scalar.EquivalentDose
-
Construct EquivalentDose scalar.
- EquivalentDose(EquivalentDose) - Constructor for class org.djunits.value.vdouble.scalar.EquivalentDose
-
Construct EquivalentDose scalar.
- EquivalentDoseMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.
- EquivalentDoseMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a double[][] object with SI-unit values.
- EquivalentDoseMatrix(double[][], EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a double[][] object.
- EquivalentDoseMatrix(double[][], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a double[][] object.
- EquivalentDoseMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a double[][] object with SI-unit values.
- EquivalentDoseMatrix(Collection<DoubleSparseValue<EquivalentDoseUnit, EquivalentDose>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- EquivalentDoseMatrix(Collection<DoubleSparseValue<EquivalentDoseUnit, EquivalentDose>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- EquivalentDoseMatrix(Collection<DoubleSparseValue<EquivalentDoseUnit, EquivalentDose>>, EquivalentDoseUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- EquivalentDoseMatrix(Collection<DoubleSparseValue<EquivalentDoseUnit, EquivalentDose>>, EquivalentDoseUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from a (sparse) collection of DoubleSparseValue objects.
- EquivalentDoseMatrix(DoubleMatrixData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from an internal data object.
- EquivalentDoseMatrix(EquivalentDose[][]) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from an array of an array of EquivalentDose objects.
- EquivalentDoseMatrix(EquivalentDose[][], EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from an array of an array of EquivalentDose objects.
- EquivalentDoseMatrix(EquivalentDose[][], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from an array of an array of EquivalentDose objects.
- EquivalentDoseMatrix(EquivalentDose[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
-
Construct a EquivalentDoseMatrix from an array of an array of EquivalentDose objects.
- EquivalentDoseUnit - Class in org.djunits.unit
-
The units of equivalent dose (of ionizing radiation).
- EquivalentDoseUnit() - Constructor for class org.djunits.unit.EquivalentDoseUnit
- EquivalentDoseVector - Class in org.djunits.value.vdouble.vector
-
Double EquivalentDoseVector, a vector of values with a EquivalentDoseUnit.
- EquivalentDoseVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a double[] object with SI-unit values.
- EquivalentDoseVector(double[], EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a double[] object.
- EquivalentDoseVector(double[], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a double[] object.
- EquivalentDoseVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a double[] object with SI-unit values.
- EquivalentDoseVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a list of Number objects or a list of EquivalentDose objects.
- EquivalentDoseVector(List<? extends Number>, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a list of Number objects or a list of EquivalentDose objects.
- EquivalentDoseVector(List<? extends Number>, EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a list of Number objects or a list of EquivalentDose objects.
- EquivalentDoseVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a list of Number objects or a list of EquivalentDose objects.
- EquivalentDoseVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of EquivalentDose objects.
- EquivalentDoseVector(Map<Integer, ? extends Number>, int, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of EquivalentDose objects.
- EquivalentDoseVector(Map<Integer, ? extends Number>, int, EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of EquivalentDose objects.
- EquivalentDoseVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of EquivalentDose objects.
- EquivalentDoseVector(EquivalentDose[]) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from an array of EquivalentDose objects.
- EquivalentDoseVector(EquivalentDose[], EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from an array of EquivalentDose objects.
- EquivalentDoseVector(EquivalentDose[], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from an array of EquivalentDose objects.
- EquivalentDoseVector(EquivalentDose[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from an array of EquivalentDose objects.
- EquivalentDoseVector(DoubleVectorData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.EquivalentDoseVector
-
Construct an EquivalentDoseVector from an internal data object.
- ERG - Static variable in class org.djunits.unit.EnergyUnit
-
erg (cgs).
- ERG - Static variable in interface org.djunits.unit.util.UNITS
- ERG_PER_GRAM - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
erg/g.
- ERG_PER_GRAM - Static variable in interface org.djunits.unit.util.UNITS
- ERG_PER_SECOND - Static variable in class org.djunits.unit.PowerUnit
-
erg per second.
- ERG_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- ESU - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
esu (CGS ESU).
- ESU - Static variable in interface org.djunits.unit.util.UNITS
- exp() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to Euler's number e raised to the power of the value(s).
- exp() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- exp() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- exp() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- exp() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- exp() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- exp() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- EXP - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.exp(a)
. - EXP - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.exp(a)
. - expm1() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
- expm1() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- expm1() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- expm1() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- expm1() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- expm1() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- expm1() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- EXPM1 - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.expm1(a)
. - EXPM1 - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.expm1(a)
. - expressAsSIUnit(double, Unit<?>) - Static method in class org.djunits.value.util.ValueUtil
-
Convert a value in a given unit into the equivalent in the standard SI unit.
- expressAsUnit(double, Unit<?>) - Static method in class org.djunits.value.util.ValueUtil
-
Convert a value from the standard SI unit into a compatible unit.
F
- FACTORS - Static variable in enum class org.djunits.unit.si.SIPrefixes
-
The map that translates an SI prefix power to the SI Prefix.
- FARAD - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
Farad.
- FARAD - Static variable in interface org.djunits.unit.util.UNITS
- FARADAY - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
Faraday.
- FARADAY - Static variable in interface org.djunits.unit.util.UNITS
- FloatAbsoluteTemperature - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAbsoluteTemperature FloatScalar.
- FloatAbsoluteTemperature(double, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Construct FloatAbsoluteTemperature scalar using a double value.
- FloatAbsoluteTemperature(float, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Construct FloatAbsoluteTemperature scalar.
- FloatAbsoluteTemperature(FloatAbsoluteTemperature) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Construct FloatAbsoluteTemperature scalar.
- FloatAbsoluteTemperatureMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatAbsoluteTemperature Matrix.
- FloatAbsoluteTemperatureMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a float[][] object with SI-unit values.
- FloatAbsoluteTemperatureMatrix(float[][], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a float[][] object.
- FloatAbsoluteTemperatureMatrix(float[][], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a float[][] object.
- FloatAbsoluteTemperatureMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a float[][] object with SI-unit values.
- FloatAbsoluteTemperatureMatrix(Collection<FloatSparseValue<AbsoluteTemperatureUnit, FloatAbsoluteTemperature>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsoluteTemperatureMatrix(Collection<FloatSparseValue<AbsoluteTemperatureUnit, FloatAbsoluteTemperature>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsoluteTemperatureMatrix(Collection<FloatSparseValue<AbsoluteTemperatureUnit, FloatAbsoluteTemperature>>, AbsoluteTemperatureUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsoluteTemperatureMatrix(Collection<FloatSparseValue<AbsoluteTemperatureUnit, FloatAbsoluteTemperature>>, AbsoluteTemperatureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsoluteTemperatureMatrix(FloatMatrixData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a AbsoluteTemperatureMatrix from an internal data object.
- FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from an array of an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from an array of an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from an array of an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Construct a FloatAbsoluteTemperatureMatrix from an array of an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector - Class in org.djunits.value.vfloat.vector
-
Absolute FloatAbsoluteTemperature Vector.
- FloatAbsoluteTemperatureVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a float[] object with SI-unit values.
- FloatAbsoluteTemperatureVector(float[], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a float[] object.
- FloatAbsoluteTemperatureVector(float[], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a float[] object.
- FloatAbsoluteTemperatureVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a float[] object with SI-unit values.
- FloatAbsoluteTemperatureVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a list of Number objects or a list of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(List<? extends Number>, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a list of Number objects or a list of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(List<? extends Number>, AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a list of Number objects or a list of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a list of Number objects or a list of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[], AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[], AbsoluteTemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from an array of FloatAbsoluteTemperature objects.
- FloatAbsoluteTemperatureVector(FloatVectorData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
-
Construct a FloatAbsoluteTemperatureVector from an internal data object.
- FloatAbsorbedDose - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.
- FloatAbsorbedDose(double, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Construct FloatAbsorbedDose scalar using a double value.
- FloatAbsorbedDose(float, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Construct FloatAbsorbedDose scalar.
- FloatAbsorbedDose(FloatAbsorbedDose) - Constructor for class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Construct FloatAbsorbedDose scalar.
- FloatAbsorbedDoseMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.
- FloatAbsorbedDoseMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a float[][] object with SI-unit values.
- FloatAbsorbedDoseMatrix(float[][], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a float[][] object.
- FloatAbsorbedDoseMatrix(float[][], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a float[][] object.
- FloatAbsorbedDoseMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a float[][] object with SI-unit values.
- FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>>, AbsorbedDoseUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>>, AbsorbedDoseUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAbsorbedDoseMatrix(FloatMatrixData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from an internal data object.
- FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
-
Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.
- FloatAbsorbedDoseVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a float[] object with SI-unit values.
- FloatAbsorbedDoseVector(float[], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a float[] object.
- FloatAbsorbedDoseVector(float[], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a float[] object.
- FloatAbsorbedDoseVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a float[] object with SI-unit values.
- FloatAbsorbedDoseVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(List<? extends Number>, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(List<? extends Number>, AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(Map<Integer, ? extends Number>, int, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(Map<Integer, ? extends Number>, int, AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(FloatAbsorbedDose[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(FloatAbsorbedDose[], AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(FloatAbsorbedDose[], AbsorbedDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(FloatAbsorbedDose[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.
- FloatAbsorbedDoseVector(FloatVectorData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
-
Construct a FloatAbsorbedDoseVector from an internal data object.
- FloatAcceleration - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.
- FloatAcceleration(double, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Construct FloatAcceleration scalar using a double value.
- FloatAcceleration(float, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Construct FloatAcceleration scalar.
- FloatAcceleration(FloatAcceleration) - Constructor for class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Construct FloatAcceleration scalar.
- FloatAccelerationMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.
- FloatAccelerationMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a float[][] object with SI-unit values.
- FloatAccelerationMatrix(float[][], AccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a float[][] object.
- FloatAccelerationMatrix(float[][], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a float[][] object.
- FloatAccelerationMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a float[][] object with SI-unit values.
- FloatAccelerationMatrix(Collection<FloatSparseValue<AccelerationUnit, FloatAcceleration>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAccelerationMatrix(Collection<FloatSparseValue<AccelerationUnit, FloatAcceleration>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAccelerationMatrix(Collection<FloatSparseValue<AccelerationUnit, FloatAcceleration>>, AccelerationUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAccelerationMatrix(Collection<FloatSparseValue<AccelerationUnit, FloatAcceleration>>, AccelerationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAccelerationMatrix(FloatMatrixData, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from an internal data object.
- FloatAccelerationMatrix(FloatAcceleration[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from an array of an array of FloatAcceleration objects.
- FloatAccelerationMatrix(FloatAcceleration[][], AccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from an array of an array of FloatAcceleration objects.
- FloatAccelerationMatrix(FloatAcceleration[][], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from an array of an array of FloatAcceleration objects.
- FloatAccelerationMatrix(FloatAcceleration[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
-
Construct a FloatAccelerationMatrix from an array of an array of FloatAcceleration objects.
- FloatAccelerationVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.
- FloatAccelerationVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a float[] object with SI-unit values.
- FloatAccelerationVector(float[], AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a float[] object.
- FloatAccelerationVector(float[], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a float[] object.
- FloatAccelerationVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a float[] object with SI-unit values.
- FloatAccelerationVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a list of Number objects or a list of FloatAcceleration objects.
- FloatAccelerationVector(List<? extends Number>, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a list of Number objects or a list of FloatAcceleration objects.
- FloatAccelerationVector(List<? extends Number>, AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a list of Number objects or a list of FloatAcceleration objects.
- FloatAccelerationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a list of Number objects or a list of FloatAcceleration objects.
- FloatAccelerationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAcceleration objects.
- FloatAccelerationVector(Map<Integer, ? extends Number>, int, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAcceleration objects.
- FloatAccelerationVector(Map<Integer, ? extends Number>, int, AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAcceleration objects.
- FloatAccelerationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAcceleration objects.
- FloatAccelerationVector(FloatAcceleration[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from an array of FloatAcceleration objects.
- FloatAccelerationVector(FloatAcceleration[], AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from an array of FloatAcceleration objects.
- FloatAccelerationVector(FloatAcceleration[], AccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from an array of FloatAcceleration objects.
- FloatAccelerationVector(FloatAcceleration[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from an array of FloatAcceleration objects.
- FloatAccelerationVector(FloatVectorData, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
-
Construct a FloatAccelerationVector from an internal data object.
- FloatAmountOfSubstance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.
- FloatAmountOfSubstance(double, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Construct FloatAmountOfSubstance scalar using a double value.
- FloatAmountOfSubstance(float, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Construct FloatAmountOfSubstance scalar.
- FloatAmountOfSubstance(FloatAmountOfSubstance) - Constructor for class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Construct FloatAmountOfSubstance scalar.
- FloatAmountOfSubstanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.
- FloatAmountOfSubstanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a float[][] object with SI-unit values.
- FloatAmountOfSubstanceMatrix(float[][], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a float[][] object.
- FloatAmountOfSubstanceMatrix(float[][], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a float[][] object.
- FloatAmountOfSubstanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a float[][] object with SI-unit values.
- FloatAmountOfSubstanceMatrix(Collection<FloatSparseValue<AmountOfSubstanceUnit, FloatAmountOfSubstance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAmountOfSubstanceMatrix(Collection<FloatSparseValue<AmountOfSubstanceUnit, FloatAmountOfSubstance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAmountOfSubstanceMatrix(Collection<FloatSparseValue<AmountOfSubstanceUnit, FloatAmountOfSubstance>>, AmountOfSubstanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAmountOfSubstanceMatrix(Collection<FloatSparseValue<AmountOfSubstanceUnit, FloatAmountOfSubstance>>, AmountOfSubstanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAmountOfSubstanceMatrix(FloatMatrixData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from an internal data object.
- FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from an array of an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from an array of an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from an array of an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
-
Construct a FloatAmountOfSubstanceMatrix from an array of an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.
- FloatAmountOfSubstanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a float[] object with SI-unit values.
- FloatAmountOfSubstanceVector(float[], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a float[] object.
- FloatAmountOfSubstanceVector(float[], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a float[] object.
- FloatAmountOfSubstanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a float[] object with SI-unit values.
- FloatAmountOfSubstanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a list of Number objects or a list of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(List<? extends Number>, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a list of Number objects or a list of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(List<? extends Number>, AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a list of Number objects or a list of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a list of Number objects or a list of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(Map<Integer, ? extends Number>, int, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(Map<Integer, ? extends Number>, int, AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(FloatAmountOfSubstance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(FloatAmountOfSubstance[], AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(FloatAmountOfSubstance[], AmountOfSubstanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(FloatAmountOfSubstance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from an array of FloatAmountOfSubstance objects.
- FloatAmountOfSubstanceVector(FloatVectorData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
-
Construct a FloatAmountOfSubstanceVector from an internal data object.
- FloatAngle - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAngle FloatScalar.
- FloatAngle(double, AngleUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngle
-
Construct FloatAngle scalar using a double value.
- FloatAngle(float, AngleUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngle
-
Construct FloatAngle scalar.
- FloatAngle(FloatAngle) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngle
-
Construct FloatAngle scalar.
- FloatAngleMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatAngle Matrix.
- FloatAngleMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a float[][] object with SI-unit values.
- FloatAngleMatrix(float[][], AngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a float[][] object.
- FloatAngleMatrix(float[][], AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a float[][] object.
- FloatAngleMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a float[][] object with SI-unit values.
- FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>>, AngleUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>>, AngleUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngleMatrix(FloatMatrixData, AngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from an internal data object.
- FloatAngleMatrix(FloatAngle[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.
- FloatAngleMatrix(FloatAngle[][], AngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.
- FloatAngleMatrix(FloatAngle[][], AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.
- FloatAngleMatrix(FloatAngle[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
-
Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.
- FloatAngleVector - Class in org.djunits.value.vfloat.vector
-
Relative FloatAngle Vector.
- FloatAngleVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a float[] object with SI-unit values.
- FloatAngleVector(float[], AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a float[] object.
- FloatAngleVector(float[], AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a float[] object.
- FloatAngleVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a float[] object with SI-unit values.
- FloatAngleVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.
- FloatAngleVector(List<? extends Number>, AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.
- FloatAngleVector(List<? extends Number>, AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.
- FloatAngleVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.
- FloatAngleVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.
- FloatAngleVector(Map<Integer, ? extends Number>, int, AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.
- FloatAngleVector(Map<Integer, ? extends Number>, int, AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.
- FloatAngleVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.
- FloatAngleVector(FloatAngle[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from an array of FloatAngle objects.
- FloatAngleVector(FloatAngle[], AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from an array of FloatAngle objects.
- FloatAngleVector(FloatAngle[], AngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from an array of FloatAngle objects.
- FloatAngleVector(FloatAngle[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from an array of FloatAngle objects.
- FloatAngleVector(FloatVectorData, AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
-
Construct a FloatAngleVector from an internal data object.
- FloatAngularAcceleration - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.
- FloatAngularAcceleration(double, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Construct FloatAngularAcceleration scalar using a double value.
- FloatAngularAcceleration(float, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Construct FloatAngularAcceleration scalar.
- FloatAngularAcceleration(FloatAngularAcceleration) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Construct FloatAngularAcceleration scalar.
- FloatAngularAccelerationMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.
- FloatAngularAccelerationMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a float[][] object with SI-unit values.
- FloatAngularAccelerationMatrix(float[][], AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a float[][] object.
- FloatAngularAccelerationMatrix(float[][], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a float[][] object.
- FloatAngularAccelerationMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a float[][] object with SI-unit values.
- FloatAngularAccelerationMatrix(Collection<FloatSparseValue<AngularAccelerationUnit, FloatAngularAcceleration>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularAccelerationMatrix(Collection<FloatSparseValue<AngularAccelerationUnit, FloatAngularAcceleration>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularAccelerationMatrix(Collection<FloatSparseValue<AngularAccelerationUnit, FloatAngularAcceleration>>, AngularAccelerationUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularAccelerationMatrix(Collection<FloatSparseValue<AngularAccelerationUnit, FloatAngularAcceleration>>, AngularAccelerationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularAccelerationMatrix(FloatMatrixData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from an internal data object.
- FloatAngularAccelerationMatrix(FloatAngularAcceleration[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from an array of an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from an array of an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from an array of an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
-
Construct a FloatAngularAccelerationMatrix from an array of an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.
- FloatAngularAccelerationVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a float[] object with SI-unit values.
- FloatAngularAccelerationVector(float[], AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a float[] object.
- FloatAngularAccelerationVector(float[], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a float[] object.
- FloatAngularAccelerationVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a float[] object with SI-unit values.
- FloatAngularAccelerationVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a list of Number objects or a list of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(List<? extends Number>, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a list of Number objects or a list of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(List<? extends Number>, AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a list of Number objects or a list of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a list of Number objects or a list of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(Map<Integer, ? extends Number>, int, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(Map<Integer, ? extends Number>, int, AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(FloatAngularAcceleration[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(FloatAngularAcceleration[], AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(FloatAngularAcceleration[], AngularAccelerationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(FloatAngularAcceleration[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from an array of FloatAngularAcceleration objects.
- FloatAngularAccelerationVector(FloatVectorData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
-
Construct a FloatAngularAccelerationVector from an internal data object.
- FloatAngularVelocity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.
- FloatAngularVelocity(double, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Construct FloatAngularVelocity scalar using a double value.
- FloatAngularVelocity(float, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Construct FloatAngularVelocity scalar.
- FloatAngularVelocity(FloatAngularVelocity) - Constructor for class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Construct FloatAngularVelocity scalar.
- FloatAngularVelocityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.
- FloatAngularVelocityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a float[][] object with SI-unit values.
- FloatAngularVelocityMatrix(float[][], AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a float[][] object.
- FloatAngularVelocityMatrix(float[][], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a float[][] object.
- FloatAngularVelocityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a float[][] object with SI-unit values.
- FloatAngularVelocityMatrix(Collection<FloatSparseValue<AngularVelocityUnit, FloatAngularVelocity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularVelocityMatrix(Collection<FloatSparseValue<AngularVelocityUnit, FloatAngularVelocity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularVelocityMatrix(Collection<FloatSparseValue<AngularVelocityUnit, FloatAngularVelocity>>, AngularVelocityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularVelocityMatrix(Collection<FloatSparseValue<AngularVelocityUnit, FloatAngularVelocity>>, AngularVelocityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAngularVelocityMatrix(FloatMatrixData, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from an internal data object.
- FloatAngularVelocityMatrix(FloatAngularVelocity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from an array of an array of FloatAngularVelocity objects.
- FloatAngularVelocityMatrix(FloatAngularVelocity[][], AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from an array of an array of FloatAngularVelocity objects.
- FloatAngularVelocityMatrix(FloatAngularVelocity[][], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from an array of an array of FloatAngularVelocity objects.
- FloatAngularVelocityMatrix(FloatAngularVelocity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Construct a FloatAngularVelocityMatrix from an array of an array of FloatAngularVelocity objects.
- FloatAngularVelocityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.
- FloatAngularVelocityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a float[] object with SI-unit values.
- FloatAngularVelocityVector(float[], AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a float[] object.
- FloatAngularVelocityVector(float[], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a float[] object.
- FloatAngularVelocityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a float[] object with SI-unit values.
- FloatAngularVelocityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a list of Number objects or a list of FloatAngularVelocity objects.
- FloatAngularVelocityVector(List<? extends Number>, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a list of Number objects or a list of FloatAngularVelocity objects.
- FloatAngularVelocityVector(List<? extends Number>, AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a list of Number objects or a list of FloatAngularVelocity objects.
- FloatAngularVelocityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a list of Number objects or a list of FloatAngularVelocity objects.
- FloatAngularVelocityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularVelocity objects.
- FloatAngularVelocityVector(Map<Integer, ? extends Number>, int, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularVelocity objects.
- FloatAngularVelocityVector(Map<Integer, ? extends Number>, int, AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularVelocity objects.
- FloatAngularVelocityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngularVelocity objects.
- FloatAngularVelocityVector(FloatAngularVelocity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from an array of FloatAngularVelocity objects.
- FloatAngularVelocityVector(FloatAngularVelocity[], AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from an array of FloatAngularVelocity objects.
- FloatAngularVelocityVector(FloatAngularVelocity[], AngularVelocityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from an array of FloatAngularVelocity objects.
- FloatAngularVelocityVector(FloatAngularVelocity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from an array of FloatAngularVelocity objects.
- FloatAngularVelocityVector(FloatVectorData, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
-
Construct a FloatAngularVelocityVector from an internal data object.
- FloatArea - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatArea FloatScalar, which is relative by definition.
- FloatArea(double, AreaUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatArea
-
Construct FloatArea scalar using a double value.
- FloatArea(float, AreaUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatArea
-
Construct FloatArea scalar.
- FloatArea(FloatArea) - Constructor for class org.djunits.value.vfloat.scalar.FloatArea
-
Construct FloatArea scalar.
- FloatAreaMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.
- FloatAreaMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a float[][] object with SI-unit values.
- FloatAreaMatrix(float[][], AreaUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a float[][] object.
- FloatAreaMatrix(float[][], AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a float[][] object.
- FloatAreaMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a float[][] object with SI-unit values.
- FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>>, AreaUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>>, AreaUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatAreaMatrix(FloatMatrixData, AreaUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from an internal data object.
- FloatAreaMatrix(FloatArea[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from an array of an array of FloatArea objects.
- FloatAreaMatrix(FloatArea[][], AreaUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from an array of an array of FloatArea objects.
- FloatAreaMatrix(FloatArea[][], AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from an array of an array of FloatArea objects.
- FloatAreaMatrix(FloatArea[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
-
Construct a FloatAreaMatrix from an array of an array of FloatArea objects.
- FloatAreaVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatAreaVector, a vector of values with a AreaUnit.
- FloatAreaVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a float[] object with SI-unit values.
- FloatAreaVector(float[], AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a float[] object.
- FloatAreaVector(float[], AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a float[] object.
- FloatAreaVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a float[] object with SI-unit values.
- FloatAreaVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.
- FloatAreaVector(List<? extends Number>, AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.
- FloatAreaVector(List<? extends Number>, AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.
- FloatAreaVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.
- FloatAreaVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.
- FloatAreaVector(Map<Integer, ? extends Number>, int, AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.
- FloatAreaVector(Map<Integer, ? extends Number>, int, AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.
- FloatAreaVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.
- FloatAreaVector(FloatArea[]) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from an array of FloatArea objects.
- FloatAreaVector(FloatArea[], AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from an array of FloatArea objects.
- FloatAreaVector(FloatArea[], AreaUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from an array of FloatArea objects.
- FloatAreaVector(FloatArea[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from an array of FloatArea objects.
- FloatAreaVector(FloatVectorData, AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
-
Construct a FloatAreaVector from an internal data object.
- FloatCatalyticActivity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.
- FloatCatalyticActivity(double, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Construct FloatCatalyticActivity scalar using a double value.
- FloatCatalyticActivity(float, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Construct FloatCatalyticActivity scalar.
- FloatCatalyticActivity(FloatCatalyticActivity) - Constructor for class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Construct FloatCatalyticActivity scalar.
- FloatCatalyticActivityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.
- FloatCatalyticActivityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a float[][] object with SI-unit values.
- FloatCatalyticActivityMatrix(float[][], CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a float[][] object.
- FloatCatalyticActivityMatrix(float[][], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a float[][] object.
- FloatCatalyticActivityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a float[][] object with SI-unit values.
- FloatCatalyticActivityMatrix(Collection<FloatSparseValue<CatalyticActivityUnit, FloatCatalyticActivity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatCatalyticActivityMatrix(Collection<FloatSparseValue<CatalyticActivityUnit, FloatCatalyticActivity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatCatalyticActivityMatrix(Collection<FloatSparseValue<CatalyticActivityUnit, FloatCatalyticActivity>>, CatalyticActivityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatCatalyticActivityMatrix(Collection<FloatSparseValue<CatalyticActivityUnit, FloatCatalyticActivity>>, CatalyticActivityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatCatalyticActivityMatrix(FloatMatrixData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from an internal data object.
- FloatCatalyticActivityMatrix(FloatCatalyticActivity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from an array of an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from an array of an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from an array of an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
-
Construct a FloatCatalyticActivityMatrix from an array of an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.
- FloatCatalyticActivityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a float[] object with SI-unit values.
- FloatCatalyticActivityVector(float[], CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a float[] object.
- FloatCatalyticActivityVector(float[], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a float[] object.
- FloatCatalyticActivityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a float[] object with SI-unit values.
- FloatCatalyticActivityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a list of Number objects or a list of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(List<? extends Number>, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a list of Number objects or a list of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(List<? extends Number>, CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a list of Number objects or a list of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a list of Number objects or a list of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(Map<Integer, ? extends Number>, int, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(Map<Integer, ? extends Number>, int, CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(FloatCatalyticActivity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(FloatCatalyticActivity[], CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(FloatCatalyticActivity[], CatalyticActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(FloatCatalyticActivity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from an array of FloatCatalyticActivity objects.
- FloatCatalyticActivityVector(FloatVectorData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
-
Construct a FloatCatalyticActivityVector from an internal data object.
- FloatConstants - Class in org.djunits.value.vfloat.scalar.base
-
Various physical constants.
- FloatDensity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatDensity FloatScalar, which is relative by definition.
- FloatDensity(double, DensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDensity
-
Construct FloatDensity scalar using a double value.
- FloatDensity(float, DensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDensity
-
Construct FloatDensity scalar.
- FloatDensity(FloatDensity) - Constructor for class org.djunits.value.vfloat.scalar.FloatDensity
-
Construct FloatDensity scalar.
- FloatDensityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.
- FloatDensityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a float[][] object with SI-unit values.
- FloatDensityMatrix(float[][], DensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a float[][] object.
- FloatDensityMatrix(float[][], DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a float[][] object.
- FloatDensityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a float[][] object with SI-unit values.
- FloatDensityMatrix(Collection<FloatSparseValue<DensityUnit, FloatDensity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDensityMatrix(Collection<FloatSparseValue<DensityUnit, FloatDensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDensityMatrix(Collection<FloatSparseValue<DensityUnit, FloatDensity>>, DensityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDensityMatrix(Collection<FloatSparseValue<DensityUnit, FloatDensity>>, DensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDensityMatrix(FloatMatrixData, DensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from an internal data object.
- FloatDensityMatrix(FloatDensity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from an array of an array of FloatDensity objects.
- FloatDensityMatrix(FloatDensity[][], DensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from an array of an array of FloatDensity objects.
- FloatDensityMatrix(FloatDensity[][], DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from an array of an array of FloatDensity objects.
- FloatDensityMatrix(FloatDensity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
-
Construct a FloatDensityMatrix from an array of an array of FloatDensity objects.
- FloatDensityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatDensityVector, a vector of values with a DensityUnit.
- FloatDensityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a float[] object with SI-unit values.
- FloatDensityVector(float[], DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a float[] object.
- FloatDensityVector(float[], DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a float[] object.
- FloatDensityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a float[] object with SI-unit values.
- FloatDensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a list of Number objects or a list of FloatDensity objects.
- FloatDensityVector(List<? extends Number>, DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a list of Number objects or a list of FloatDensity objects.
- FloatDensityVector(List<? extends Number>, DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a list of Number objects or a list of FloatDensity objects.
- FloatDensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a list of Number objects or a list of FloatDensity objects.
- FloatDensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDensity objects.
- FloatDensityVector(Map<Integer, ? extends Number>, int, DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDensity objects.
- FloatDensityVector(Map<Integer, ? extends Number>, int, DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDensity objects.
- FloatDensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDensity objects.
- FloatDensityVector(FloatDensity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from an array of FloatDensity objects.
- FloatDensityVector(FloatDensity[], DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from an array of FloatDensity objects.
- FloatDensityVector(FloatDensity[], DensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from an array of FloatDensity objects.
- FloatDensityVector(FloatDensity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from an array of FloatDensity objects.
- FloatDensityVector(FloatVectorData, DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
-
Construct a FloatDensityVector from an internal data object.
- FloatDimensionless - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.
- FloatDimensionless(double, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Construct FloatDimensionless scalar using a double value.
- FloatDimensionless(float, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Construct FloatDimensionless scalar.
- FloatDimensionless(FloatDimensionless) - Constructor for class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Construct FloatDimensionless scalar.
- FloatDimensionlessMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
- FloatDimensionlessMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a float[][] object with SI-unit values.
- FloatDimensionlessMatrix(float[][], DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a float[][] object.
- FloatDimensionlessMatrix(float[][], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a float[][] object.
- FloatDimensionlessMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a float[][] object with SI-unit values.
- FloatDimensionlessMatrix(Collection<FloatSparseValue<DimensionlessUnit, FloatDimensionless>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDimensionlessMatrix(Collection<FloatSparseValue<DimensionlessUnit, FloatDimensionless>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDimensionlessMatrix(Collection<FloatSparseValue<DimensionlessUnit, FloatDimensionless>>, DimensionlessUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDimensionlessMatrix(Collection<FloatSparseValue<DimensionlessUnit, FloatDimensionless>>, DimensionlessUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDimensionlessMatrix(FloatMatrixData, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from an internal data object.
- FloatDimensionlessMatrix(FloatDimensionless[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from an array of an array of FloatDimensionless objects.
- FloatDimensionlessMatrix(FloatDimensionless[][], DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from an array of an array of FloatDimensionless objects.
- FloatDimensionlessMatrix(FloatDimensionless[][], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from an array of an array of FloatDimensionless objects.
- FloatDimensionlessMatrix(FloatDimensionless[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
-
Construct a FloatDimensionlessMatrix from an array of an array of FloatDimensionless objects.
- FloatDimensionlessVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
- FloatDimensionlessVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a float[] object with SI-unit values.
- FloatDimensionlessVector(float[], DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a float[] object.
- FloatDimensionlessVector(float[], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a float[] object.
- FloatDimensionlessVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a float[] object with SI-unit values.
- FloatDimensionlessVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a list of Number objects or a list of FloatDimensionless objects.
- FloatDimensionlessVector(List<? extends Number>, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a list of Number objects or a list of FloatDimensionless objects.
- FloatDimensionlessVector(List<? extends Number>, DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a list of Number objects or a list of FloatDimensionless objects.
- FloatDimensionlessVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a list of Number objects or a list of FloatDimensionless objects.
- FloatDimensionlessVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDimensionless objects.
- FloatDimensionlessVector(Map<Integer, ? extends Number>, int, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDimensionless objects.
- FloatDimensionlessVector(Map<Integer, ? extends Number>, int, DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDimensionless objects.
- FloatDimensionlessVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDimensionless objects.
- FloatDimensionlessVector(FloatDimensionless[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from an array of FloatDimensionless objects.
- FloatDimensionlessVector(FloatDimensionless[], DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from an array of FloatDimensionless objects.
- FloatDimensionlessVector(FloatDimensionless[], DimensionlessUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from an array of FloatDimensionless objects.
- FloatDimensionlessVector(FloatDimensionless[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from an array of FloatDimensionless objects.
- FloatDimensionlessVector(FloatVectorData, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
-
Construct a FloatDimensionlessVector from an internal data object.
- FloatDirection - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatDirection FloatScalar.
- FloatDirection(double, DirectionUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDirection
-
Construct FloatDirection scalar using a double value.
- FloatDirection(float, DirectionUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDirection
-
Construct FloatDirection scalar.
- FloatDirection(FloatDirection) - Constructor for class org.djunits.value.vfloat.scalar.FloatDirection
-
Construct FloatDirection scalar.
- FloatDirectionMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatDirection Matrix.
- FloatDirectionMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a float[][] object with SI-unit values.
- FloatDirectionMatrix(float[][], DirectionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a float[][] object.
- FloatDirectionMatrix(float[][], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a float[][] object.
- FloatDirectionMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a float[][] object with SI-unit values.
- FloatDirectionMatrix(Collection<FloatSparseValue<DirectionUnit, FloatDirection>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDirectionMatrix(Collection<FloatSparseValue<DirectionUnit, FloatDirection>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDirectionMatrix(Collection<FloatSparseValue<DirectionUnit, FloatDirection>>, DirectionUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDirectionMatrix(Collection<FloatSparseValue<DirectionUnit, FloatDirection>>, DirectionUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDirectionMatrix(FloatMatrixData, DirectionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a DirectionMatrix from an internal data object.
- FloatDirectionMatrix(FloatDirection[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from an array of an array of FloatDirection objects.
- FloatDirectionMatrix(FloatDirection[][], DirectionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from an array of an array of FloatDirection objects.
- FloatDirectionMatrix(FloatDirection[][], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from an array of an array of FloatDirection objects.
- FloatDirectionMatrix(FloatDirection[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
-
Construct a FloatDirectionMatrix from an array of an array of FloatDirection objects.
- FloatDirectionVector - Class in org.djunits.value.vfloat.vector
-
Absolute FloatDirection Vector.
- FloatDirectionVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a float[] object with SI-unit values.
- FloatDirectionVector(float[], DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a float[] object.
- FloatDirectionVector(float[], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a float[] object.
- FloatDirectionVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a float[] object with SI-unit values.
- FloatDirectionVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a list of Number objects or a list of FloatDirection objects.
- FloatDirectionVector(List<? extends Number>, DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a list of Number objects or a list of FloatDirection objects.
- FloatDirectionVector(List<? extends Number>, DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a list of Number objects or a list of FloatDirection objects.
- FloatDirectionVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a list of Number objects or a list of FloatDirection objects.
- FloatDirectionVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDirection objects.
- FloatDirectionVector(Map<Integer, ? extends Number>, int, DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDirection objects.
- FloatDirectionVector(Map<Integer, ? extends Number>, int, DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDirection objects.
- FloatDirectionVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDirection objects.
- FloatDirectionVector(FloatDirection[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from an array of FloatDirection objects.
- FloatDirectionVector(FloatDirection[], DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from an array of FloatDirection objects.
- FloatDirectionVector(FloatDirection[], DirectionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from an array of FloatDirection objects.
- FloatDirectionVector(FloatDirection[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from an array of FloatDirection objects.
- FloatDirectionVector(FloatVectorData, DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
-
Construct a FloatDirectionVector from an internal data object.
- FloatDuration - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatDuration FloatScalar.
- FloatDuration(double, DurationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDuration
-
Construct FloatDuration scalar using a double value.
- FloatDuration(float, DurationUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatDuration
-
Construct FloatDuration scalar.
- FloatDuration(FloatDuration) - Constructor for class org.djunits.value.vfloat.scalar.FloatDuration
-
Construct FloatDuration scalar.
- FloatDurationMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatDuration Matrix.
- FloatDurationMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a float[][] object with SI-unit values.
- FloatDurationMatrix(float[][], DurationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a float[][] object.
- FloatDurationMatrix(float[][], DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a float[][] object.
- FloatDurationMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a float[][] object with SI-unit values.
- FloatDurationMatrix(Collection<FloatSparseValue<DurationUnit, FloatDuration>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDurationMatrix(Collection<FloatSparseValue<DurationUnit, FloatDuration>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDurationMatrix(Collection<FloatSparseValue<DurationUnit, FloatDuration>>, DurationUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDurationMatrix(Collection<FloatSparseValue<DurationUnit, FloatDuration>>, DurationUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatDurationMatrix(FloatMatrixData, DurationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from an internal data object.
- FloatDurationMatrix(FloatDuration[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from an array of an array of FloatDuration objects.
- FloatDurationMatrix(FloatDuration[][], DurationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from an array of an array of FloatDuration objects.
- FloatDurationMatrix(FloatDuration[][], DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from an array of an array of FloatDuration objects.
- FloatDurationMatrix(FloatDuration[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
-
Construct a FloatDurationMatrix from an array of an array of FloatDuration objects.
- FloatDurationVector - Class in org.djunits.value.vfloat.vector
-
Relative FloatDuration Vector.
- FloatDurationVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a float[] object with SI-unit values.
- FloatDurationVector(float[], DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a float[] object.
- FloatDurationVector(float[], DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a float[] object.
- FloatDurationVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a float[] object with SI-unit values.
- FloatDurationVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a list of Number objects or a list of FloatDuration objects.
- FloatDurationVector(List<? extends Number>, DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a list of Number objects or a list of FloatDuration objects.
- FloatDurationVector(List<? extends Number>, DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a list of Number objects or a list of FloatDuration objects.
- FloatDurationVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a list of Number objects or a list of FloatDuration objects.
- FloatDurationVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDuration objects.
- FloatDurationVector(Map<Integer, ? extends Number>, int, DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDuration objects.
- FloatDurationVector(Map<Integer, ? extends Number>, int, DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDuration objects.
- FloatDurationVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatDuration objects.
- FloatDurationVector(FloatDuration[]) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from an array of FloatDuration objects.
- FloatDurationVector(FloatDuration[], DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from an array of FloatDuration objects.
- FloatDurationVector(FloatDuration[], DurationUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from an array of FloatDuration objects.
- FloatDurationVector(FloatDuration[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from an array of FloatDuration objects.
- FloatDurationVector(FloatVectorData, DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
-
Construct a FloatDurationVector from an internal data object.
- FloatElectricalCapacitance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.
- FloatElectricalCapacitance(double, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Construct FloatElectricalCapacitance scalar using a double value.
- FloatElectricalCapacitance(float, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Construct FloatElectricalCapacitance scalar.
- FloatElectricalCapacitance(FloatElectricalCapacitance) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Construct FloatElectricalCapacitance scalar.
- FloatElectricalCapacitanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.
- FloatElectricalCapacitanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalCapacitanceMatrix(float[][], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a float[][] object.
- FloatElectricalCapacitanceMatrix(float[][], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a float[][] object.
- FloatElectricalCapacitanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalCapacitanceMatrix(Collection<FloatSparseValue<ElectricalCapacitanceUnit, FloatElectricalCapacitance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCapacitanceMatrix(Collection<FloatSparseValue<ElectricalCapacitanceUnit, FloatElectricalCapacitance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCapacitanceMatrix(Collection<FloatSparseValue<ElectricalCapacitanceUnit, FloatElectricalCapacitance>>, ElectricalCapacitanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCapacitanceMatrix(Collection<FloatSparseValue<ElectricalCapacitanceUnit, FloatElectricalCapacitance>>, ElectricalCapacitanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCapacitanceMatrix(FloatMatrixData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from an internal data object.
- FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from an array of an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from an array of an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from an array of an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
-
Construct a FloatElectricalCapacitanceMatrix from an array of an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.
- FloatElectricalCapacitanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a float[] object with SI-unit values.
- FloatElectricalCapacitanceVector(float[], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a float[] object.
- FloatElectricalCapacitanceVector(float[], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a float[] object.
- FloatElectricalCapacitanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a float[] object with SI-unit values.
- FloatElectricalCapacitanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a list of Number objects or a list of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(List<? extends Number>, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a list of Number objects or a list of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(List<? extends Number>, ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a list of Number objects or a list of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a list of Number objects or a list of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(FloatElectricalCapacitance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(FloatElectricalCapacitance[], ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(FloatElectricalCapacitance[], ElectricalCapacitanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(FloatElectricalCapacitance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from an array of FloatElectricalCapacitance objects.
- FloatElectricalCapacitanceVector(FloatVectorData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
-
Construct a FloatElectricalCapacitanceVector from an internal data object.
- FloatElectricalCharge - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.
- FloatElectricalCharge(double, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Construct FloatElectricalCharge scalar using a double value.
- FloatElectricalCharge(float, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Construct FloatElectricalCharge scalar.
- FloatElectricalCharge(FloatElectricalCharge) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Construct FloatElectricalCharge scalar.
- FloatElectricalChargeMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
- FloatElectricalChargeMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a float[][] object with SI-unit values.
- FloatElectricalChargeMatrix(float[][], ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a float[][] object.
- FloatElectricalChargeMatrix(float[][], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a float[][] object.
- FloatElectricalChargeMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a float[][] object with SI-unit values.
- FloatElectricalChargeMatrix(Collection<FloatSparseValue<ElectricalChargeUnit, FloatElectricalCharge>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalChargeMatrix(Collection<FloatSparseValue<ElectricalChargeUnit, FloatElectricalCharge>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalChargeMatrix(Collection<FloatSparseValue<ElectricalChargeUnit, FloatElectricalCharge>>, ElectricalChargeUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalChargeMatrix(Collection<FloatSparseValue<ElectricalChargeUnit, FloatElectricalCharge>>, ElectricalChargeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalChargeMatrix(FloatMatrixData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from an internal data object.
- FloatElectricalChargeMatrix(FloatElectricalCharge[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from an array of an array of FloatElectricalCharge objects.
- FloatElectricalChargeMatrix(FloatElectricalCharge[][], ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from an array of an array of FloatElectricalCharge objects.
- FloatElectricalChargeMatrix(FloatElectricalCharge[][], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from an array of an array of FloatElectricalCharge objects.
- FloatElectricalChargeMatrix(FloatElectricalCharge[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
-
Construct a FloatElectricalChargeMatrix from an array of an array of FloatElectricalCharge objects.
- FloatElectricalChargeVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
- FloatElectricalChargeVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a float[] object with SI-unit values.
- FloatElectricalChargeVector(float[], ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a float[] object.
- FloatElectricalChargeVector(float[], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a float[] object.
- FloatElectricalChargeVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a float[] object with SI-unit values.
- FloatElectricalChargeVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a list of Number objects or a list of FloatElectricalCharge objects.
- FloatElectricalChargeVector(List<? extends Number>, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a list of Number objects or a list of FloatElectricalCharge objects.
- FloatElectricalChargeVector(List<? extends Number>, ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a list of Number objects or a list of FloatElectricalCharge objects.
- FloatElectricalChargeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a list of Number objects or a list of FloatElectricalCharge objects.
- FloatElectricalChargeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCharge objects.
- FloatElectricalChargeVector(Map<Integer, ? extends Number>, int, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCharge objects.
- FloatElectricalChargeVector(Map<Integer, ? extends Number>, int, ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCharge objects.
- FloatElectricalChargeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCharge objects.
- FloatElectricalChargeVector(FloatElectricalCharge[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from an array of FloatElectricalCharge objects.
- FloatElectricalChargeVector(FloatElectricalCharge[], ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from an array of FloatElectricalCharge objects.
- FloatElectricalChargeVector(FloatElectricalCharge[], ElectricalChargeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from an array of FloatElectricalCharge objects.
- FloatElectricalChargeVector(FloatElectricalCharge[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from an array of FloatElectricalCharge objects.
- FloatElectricalChargeVector(FloatVectorData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
-
Construct a FloatElectricalChargeVector from an internal data object.
- FloatElectricalConductance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.
- FloatElectricalConductance(double, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Construct FloatElectricalConductance scalar using a double value.
- FloatElectricalConductance(float, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Construct FloatElectricalConductance scalar.
- FloatElectricalConductance(FloatElectricalConductance) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Construct FloatElectricalConductance scalar.
- FloatElectricalConductanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.
- FloatElectricalConductanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalConductanceMatrix(float[][], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a float[][] object.
- FloatElectricalConductanceMatrix(float[][], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a float[][] object.
- FloatElectricalConductanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalConductanceMatrix(Collection<FloatSparseValue<ElectricalConductanceUnit, FloatElectricalConductance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalConductanceMatrix(Collection<FloatSparseValue<ElectricalConductanceUnit, FloatElectricalConductance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalConductanceMatrix(Collection<FloatSparseValue<ElectricalConductanceUnit, FloatElectricalConductance>>, ElectricalConductanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalConductanceMatrix(Collection<FloatSparseValue<ElectricalConductanceUnit, FloatElectricalConductance>>, ElectricalConductanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalConductanceMatrix(FloatMatrixData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from an internal data object.
- FloatElectricalConductanceMatrix(FloatElectricalConductance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from an array of an array of FloatElectricalConductance objects.
- FloatElectricalConductanceMatrix(FloatElectricalConductance[][], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from an array of an array of FloatElectricalConductance objects.
- FloatElectricalConductanceMatrix(FloatElectricalConductance[][], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from an array of an array of FloatElectricalConductance objects.
- FloatElectricalConductanceMatrix(FloatElectricalConductance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
-
Construct a FloatElectricalConductanceMatrix from an array of an array of FloatElectricalConductance objects.
- FloatElectricalConductanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.
- FloatElectricalConductanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a float[] object with SI-unit values.
- FloatElectricalConductanceVector(float[], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a float[] object.
- FloatElectricalConductanceVector(float[], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a float[] object.
- FloatElectricalConductanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a float[] object with SI-unit values.
- FloatElectricalConductanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a list of Number objects or a list of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(List<? extends Number>, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a list of Number objects or a list of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(List<? extends Number>, ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a list of Number objects or a list of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a list of Number objects or a list of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(Map<Integer, ? extends Number>, int, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(Map<Integer, ? extends Number>, int, ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(FloatElectricalConductance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from an array of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(FloatElectricalConductance[], ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from an array of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(FloatElectricalConductance[], ElectricalConductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from an array of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(FloatElectricalConductance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from an array of FloatElectricalConductance objects.
- FloatElectricalConductanceVector(FloatVectorData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
-
Construct a FloatElectricalConductanceVector from an internal data object.
- FloatElectricalCurrent - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.
- FloatElectricalCurrent(double, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Construct FloatElectricalCurrent scalar using a double value.
- FloatElectricalCurrent(float, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Construct FloatElectricalCurrent scalar.
- FloatElectricalCurrent(FloatElectricalCurrent) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Construct FloatElectricalCurrent scalar.
- FloatElectricalCurrentMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
- FloatElectricalCurrentMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a float[][] object with SI-unit values.
- FloatElectricalCurrentMatrix(float[][], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a float[][] object.
- FloatElectricalCurrentMatrix(float[][], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a float[][] object.
- FloatElectricalCurrentMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a float[][] object with SI-unit values.
- FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>>, ElectricalCurrentUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>>, ElectricalCurrentUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalCurrentMatrix(FloatMatrixData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from an internal data object.
- FloatElectricalCurrentMatrix(FloatElectricalCurrent[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
-
Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
- FloatElectricalCurrentVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a float[] object with SI-unit values.
- FloatElectricalCurrentVector(float[], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a float[] object.
- FloatElectricalCurrentVector(float[], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a float[] object.
- FloatElectricalCurrentVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a float[] object with SI-unit values.
- FloatElectricalCurrentVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(List<? extends Number>, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(List<? extends Number>, ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(Map<Integer, ? extends Number>, int, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(Map<Integer, ? extends Number>, int, ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(FloatElectricalCurrent[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(FloatElectricalCurrent[], ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(FloatElectricalCurrent[], ElectricalCurrentUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(FloatElectricalCurrent[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.
- FloatElectricalCurrentVector(FloatVectorData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
-
Construct a FloatElectricalCurrentVector from an internal data object.
- FloatElectricalInductance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.
- FloatElectricalInductance(double, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Construct FloatElectricalInductance scalar using a double value.
- FloatElectricalInductance(float, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Construct FloatElectricalInductance scalar.
- FloatElectricalInductance(FloatElectricalInductance) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Construct FloatElectricalInductance scalar.
- FloatElectricalInductanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.
- FloatElectricalInductanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalInductanceMatrix(float[][], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a float[][] object.
- FloatElectricalInductanceMatrix(float[][], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a float[][] object.
- FloatElectricalInductanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalInductanceMatrix(Collection<FloatSparseValue<ElectricalInductanceUnit, FloatElectricalInductance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalInductanceMatrix(Collection<FloatSparseValue<ElectricalInductanceUnit, FloatElectricalInductance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalInductanceMatrix(Collection<FloatSparseValue<ElectricalInductanceUnit, FloatElectricalInductance>>, ElectricalInductanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalInductanceMatrix(Collection<FloatSparseValue<ElectricalInductanceUnit, FloatElectricalInductance>>, ElectricalInductanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalInductanceMatrix(FloatMatrixData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from an internal data object.
- FloatElectricalInductanceMatrix(FloatElectricalInductance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from an array of an array of FloatElectricalInductance objects.
- FloatElectricalInductanceMatrix(FloatElectricalInductance[][], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from an array of an array of FloatElectricalInductance objects.
- FloatElectricalInductanceMatrix(FloatElectricalInductance[][], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from an array of an array of FloatElectricalInductance objects.
- FloatElectricalInductanceMatrix(FloatElectricalInductance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Construct a FloatElectricalInductanceMatrix from an array of an array of FloatElectricalInductance objects.
- FloatElectricalInductanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.
- FloatElectricalInductanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a float[] object with SI-unit values.
- FloatElectricalInductanceVector(float[], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a float[] object.
- FloatElectricalInductanceVector(float[], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a float[] object.
- FloatElectricalInductanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a float[] object with SI-unit values.
- FloatElectricalInductanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a list of Number objects or a list of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(List<? extends Number>, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a list of Number objects or a list of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(List<? extends Number>, ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a list of Number objects or a list of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a list of Number objects or a list of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(Map<Integer, ? extends Number>, int, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(Map<Integer, ? extends Number>, int, ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(FloatElectricalInductance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from an array of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(FloatElectricalInductance[], ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from an array of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(FloatElectricalInductance[], ElectricalInductanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from an array of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(FloatElectricalInductance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from an array of FloatElectricalInductance objects.
- FloatElectricalInductanceVector(FloatVectorData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
-
Construct a FloatElectricalInductanceVector from an internal data object.
- FloatElectricalPotential - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.
- FloatElectricalPotential(double, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Construct FloatElectricalPotential scalar using a double value.
- FloatElectricalPotential(float, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Construct FloatElectricalPotential scalar.
- FloatElectricalPotential(FloatElectricalPotential) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Construct FloatElectricalPotential scalar.
- FloatElectricalPotentialMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
- FloatElectricalPotentialMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a float[][] object with SI-unit values.
- FloatElectricalPotentialMatrix(float[][], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a float[][] object.
- FloatElectricalPotentialMatrix(float[][], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a float[][] object.
- FloatElectricalPotentialMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a float[][] object with SI-unit values.
- FloatElectricalPotentialMatrix(Collection<FloatSparseValue<ElectricalPotentialUnit, FloatElectricalPotential>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalPotentialMatrix(Collection<FloatSparseValue<ElectricalPotentialUnit, FloatElectricalPotential>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalPotentialMatrix(Collection<FloatSparseValue<ElectricalPotentialUnit, FloatElectricalPotential>>, ElectricalPotentialUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalPotentialMatrix(Collection<FloatSparseValue<ElectricalPotentialUnit, FloatElectricalPotential>>, ElectricalPotentialUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalPotentialMatrix(FloatMatrixData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from an internal data object.
- FloatElectricalPotentialMatrix(FloatElectricalPotential[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from an array of an array of FloatElectricalPotential objects.
- FloatElectricalPotentialMatrix(FloatElectricalPotential[][], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from an array of an array of FloatElectricalPotential objects.
- FloatElectricalPotentialMatrix(FloatElectricalPotential[][], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from an array of an array of FloatElectricalPotential objects.
- FloatElectricalPotentialMatrix(FloatElectricalPotential[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
-
Construct a FloatElectricalPotentialMatrix from an array of an array of FloatElectricalPotential objects.
- FloatElectricalPotentialVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
- FloatElectricalPotentialVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a float[] object with SI-unit values.
- FloatElectricalPotentialVector(float[], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a float[] object.
- FloatElectricalPotentialVector(float[], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a float[] object.
- FloatElectricalPotentialVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a float[] object with SI-unit values.
- FloatElectricalPotentialVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a list of Number objects or a list of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(List<? extends Number>, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a list of Number objects or a list of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(List<? extends Number>, ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a list of Number objects or a list of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a list of Number objects or a list of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(Map<Integer, ? extends Number>, int, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(Map<Integer, ? extends Number>, int, ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(FloatElectricalPotential[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from an array of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(FloatElectricalPotential[], ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from an array of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(FloatElectricalPotential[], ElectricalPotentialUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from an array of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(FloatElectricalPotential[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from an array of FloatElectricalPotential objects.
- FloatElectricalPotentialVector(FloatVectorData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
-
Construct a FloatElectricalPotentialVector from an internal data object.
- FloatElectricalResistance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.
- FloatElectricalResistance(double, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Construct FloatElectricalResistance scalar using a double value.
- FloatElectricalResistance(float, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Construct FloatElectricalResistance scalar.
- FloatElectricalResistance(FloatElectricalResistance) - Constructor for class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Construct FloatElectricalResistance scalar.
- FloatElectricalResistanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
- FloatElectricalResistanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalResistanceMatrix(float[][], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a float[][] object.
- FloatElectricalResistanceMatrix(float[][], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a float[][] object.
- FloatElectricalResistanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a float[][] object with SI-unit values.
- FloatElectricalResistanceMatrix(Collection<FloatSparseValue<ElectricalResistanceUnit, FloatElectricalResistance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalResistanceMatrix(Collection<FloatSparseValue<ElectricalResistanceUnit, FloatElectricalResistance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalResistanceMatrix(Collection<FloatSparseValue<ElectricalResistanceUnit, FloatElectricalResistance>>, ElectricalResistanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalResistanceMatrix(Collection<FloatSparseValue<ElectricalResistanceUnit, FloatElectricalResistance>>, ElectricalResistanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatElectricalResistanceMatrix(FloatMatrixData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from an internal data object.
- FloatElectricalResistanceMatrix(FloatElectricalResistance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from an array of an array of FloatElectricalResistance objects.
- FloatElectricalResistanceMatrix(FloatElectricalResistance[][], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from an array of an array of FloatElectricalResistance objects.
- FloatElectricalResistanceMatrix(FloatElectricalResistance[][], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from an array of an array of FloatElectricalResistance objects.
- FloatElectricalResistanceMatrix(FloatElectricalResistance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
-
Construct a FloatElectricalResistanceMatrix from an array of an array of FloatElectricalResistance objects.
- FloatElectricalResistanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
- FloatElectricalResistanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a float[] object with SI-unit values.
- FloatElectricalResistanceVector(float[], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a float[] object.
- FloatElectricalResistanceVector(float[], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a float[] object.
- FloatElectricalResistanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a float[] object with SI-unit values.
- FloatElectricalResistanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a list of Number objects or a list of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(List<? extends Number>, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a list of Number objects or a list of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(List<? extends Number>, ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a list of Number objects or a list of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a list of Number objects or a list of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(Map<Integer, ? extends Number>, int, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(Map<Integer, ? extends Number>, int, ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(FloatElectricalResistance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from an array of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(FloatElectricalResistance[], ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from an array of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(FloatElectricalResistance[], ElectricalResistanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from an array of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(FloatElectricalResistance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from an array of FloatElectricalResistance objects.
- FloatElectricalResistanceVector(FloatVectorData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
-
Construct a FloatElectricalResistanceVector from an internal data object.
- FloatEnergy - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.
- FloatEnergy(double, EnergyUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatEnergy
-
Construct FloatEnergy scalar using a double value.
- FloatEnergy(float, EnergyUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatEnergy
-
Construct FloatEnergy scalar.
- FloatEnergy(FloatEnergy) - Constructor for class org.djunits.value.vfloat.scalar.FloatEnergy
-
Construct FloatEnergy scalar.
- FloatEnergyMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.
- FloatEnergyMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a float[][] object with SI-unit values.
- FloatEnergyMatrix(float[][], EnergyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a float[][] object.
- FloatEnergyMatrix(float[][], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a float[][] object.
- FloatEnergyMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a float[][] object with SI-unit values.
- FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>>, EnergyUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>>, EnergyUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEnergyMatrix(FloatMatrixData, EnergyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from an internal data object.
- FloatEnergyMatrix(FloatEnergy[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.
- FloatEnergyMatrix(FloatEnergy[][], EnergyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.
- FloatEnergyMatrix(FloatEnergy[][], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.
- FloatEnergyMatrix(FloatEnergy[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.
- FloatEnergyVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatEnergyVector, a vector of values with a EnergyUnit.
- FloatEnergyVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a float[] object with SI-unit values.
- FloatEnergyVector(float[], EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a float[] object.
- FloatEnergyVector(float[], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a float[] object.
- FloatEnergyVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a float[] object with SI-unit values.
- FloatEnergyVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.
- FloatEnergyVector(List<? extends Number>, EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.
- FloatEnergyVector(List<? extends Number>, EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.
- FloatEnergyVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.
- FloatEnergyVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.
- FloatEnergyVector(Map<Integer, ? extends Number>, int, EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.
- FloatEnergyVector(Map<Integer, ? extends Number>, int, EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.
- FloatEnergyVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.
- FloatEnergyVector(FloatEnergy[]) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from an array of FloatEnergy objects.
- FloatEnergyVector(FloatEnergy[], EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from an array of FloatEnergy objects.
- FloatEnergyVector(FloatEnergy[], EnergyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from an array of FloatEnergy objects.
- FloatEnergyVector(FloatEnergy[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from an array of FloatEnergy objects.
- FloatEnergyVector(FloatVectorData, EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
-
Construct a FloatEnergyVector from an internal data object.
- FloatEquivalentDose - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.
- FloatEquivalentDose(double, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Construct FloatEquivalentDose scalar using a double value.
- FloatEquivalentDose(float, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Construct FloatEquivalentDose scalar.
- FloatEquivalentDose(FloatEquivalentDose) - Constructor for class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Construct FloatEquivalentDose scalar.
- FloatEquivalentDoseMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.
- FloatEquivalentDoseMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a float[][] object with SI-unit values.
- FloatEquivalentDoseMatrix(float[][], EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a float[][] object.
- FloatEquivalentDoseMatrix(float[][], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a float[][] object.
- FloatEquivalentDoseMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a float[][] object with SI-unit values.
- FloatEquivalentDoseMatrix(Collection<FloatSparseValue<EquivalentDoseUnit, FloatEquivalentDose>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEquivalentDoseMatrix(Collection<FloatSparseValue<EquivalentDoseUnit, FloatEquivalentDose>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEquivalentDoseMatrix(Collection<FloatSparseValue<EquivalentDoseUnit, FloatEquivalentDose>>, EquivalentDoseUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEquivalentDoseMatrix(Collection<FloatSparseValue<EquivalentDoseUnit, FloatEquivalentDose>>, EquivalentDoseUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatEquivalentDoseMatrix(FloatMatrixData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from an internal data object.
- FloatEquivalentDoseMatrix(FloatEquivalentDose[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from an array of an array of FloatEquivalentDose objects.
- FloatEquivalentDoseMatrix(FloatEquivalentDose[][], EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from an array of an array of FloatEquivalentDose objects.
- FloatEquivalentDoseMatrix(FloatEquivalentDose[][], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from an array of an array of FloatEquivalentDose objects.
- FloatEquivalentDoseMatrix(FloatEquivalentDose[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
-
Construct a FloatEquivalentDoseMatrix from an array of an array of FloatEquivalentDose objects.
- FloatEquivalentDoseVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.
- FloatEquivalentDoseVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a float[] object with SI-unit values.
- FloatEquivalentDoseVector(float[], EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a float[] object.
- FloatEquivalentDoseVector(float[], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a float[] object.
- FloatEquivalentDoseVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a float[] object with SI-unit values.
- FloatEquivalentDoseVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a list of Number objects or a list of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(List<? extends Number>, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a list of Number objects or a list of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(List<? extends Number>, EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a list of Number objects or a list of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a list of Number objects or a list of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(Map<Integer, ? extends Number>, int, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(Map<Integer, ? extends Number>, int, EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(FloatEquivalentDose[]) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from an array of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(FloatEquivalentDose[], EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from an array of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(FloatEquivalentDose[], EquivalentDoseUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from an array of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(FloatEquivalentDose[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from an array of FloatEquivalentDose objects.
- FloatEquivalentDoseVector(FloatVectorData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
-
Construct a FloatEquivalentDoseVector from an internal data object.
- FloatFlowMass - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.
- FloatFlowMass(double, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Construct FloatFlowMass scalar using a double value.
- FloatFlowMass(float, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Construct FloatFlowMass scalar.
- FloatFlowMass(FloatFlowMass) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Construct FloatFlowMass scalar.
- FloatFlowMassMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.
- FloatFlowMassMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a float[][] object with SI-unit values.
- FloatFlowMassMatrix(float[][], FlowMassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a float[][] object.
- FloatFlowMassMatrix(float[][], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a float[][] object.
- FloatFlowMassMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a float[][] object with SI-unit values.
- FloatFlowMassMatrix(Collection<FloatSparseValue<FlowMassUnit, FloatFlowMass>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowMassMatrix(Collection<FloatSparseValue<FlowMassUnit, FloatFlowMass>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowMassMatrix(Collection<FloatSparseValue<FlowMassUnit, FloatFlowMass>>, FlowMassUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowMassMatrix(Collection<FloatSparseValue<FlowMassUnit, FloatFlowMass>>, FlowMassUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowMassMatrix(FloatMatrixData, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from an internal data object.
- FloatFlowMassMatrix(FloatFlowMass[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from an array of an array of FloatFlowMass objects.
- FloatFlowMassMatrix(FloatFlowMass[][], FlowMassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from an array of an array of FloatFlowMass objects.
- FloatFlowMassMatrix(FloatFlowMass[][], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from an array of an array of FloatFlowMass objects.
- FloatFlowMassMatrix(FloatFlowMass[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
-
Construct a FloatFlowMassMatrix from an array of an array of FloatFlowMass objects.
- FloatFlowMassVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.
- FloatFlowMassVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a float[] object with SI-unit values.
- FloatFlowMassVector(float[], FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a float[] object.
- FloatFlowMassVector(float[], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a float[] object.
- FloatFlowMassVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a float[] object with SI-unit values.
- FloatFlowMassVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a list of Number objects or a list of FloatFlowMass objects.
- FloatFlowMassVector(List<? extends Number>, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a list of Number objects or a list of FloatFlowMass objects.
- FloatFlowMassVector(List<? extends Number>, FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a list of Number objects or a list of FloatFlowMass objects.
- FloatFlowMassVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a list of Number objects or a list of FloatFlowMass objects.
- FloatFlowMassVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowMass objects.
- FloatFlowMassVector(Map<Integer, ? extends Number>, int, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowMass objects.
- FloatFlowMassVector(Map<Integer, ? extends Number>, int, FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowMass objects.
- FloatFlowMassVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowMass objects.
- FloatFlowMassVector(FloatFlowMass[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from an array of FloatFlowMass objects.
- FloatFlowMassVector(FloatFlowMass[], FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from an array of FloatFlowMass objects.
- FloatFlowMassVector(FloatFlowMass[], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from an array of FloatFlowMass objects.
- FloatFlowMassVector(FloatFlowMass[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from an array of FloatFlowMass objects.
- FloatFlowMassVector(FloatVectorData, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
-
Construct a FloatFlowMassVector from an internal data object.
- FloatFlowVolume - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.
- FloatFlowVolume(double, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Construct FloatFlowVolume scalar using a double value.
- FloatFlowVolume(float, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Construct FloatFlowVolume scalar.
- FloatFlowVolume(FloatFlowVolume) - Constructor for class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Construct FloatFlowVolume scalar.
- FloatFlowVolumeMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
- FloatFlowVolumeMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a float[][] object with SI-unit values.
- FloatFlowVolumeMatrix(float[][], FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a float[][] object.
- FloatFlowVolumeMatrix(float[][], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a float[][] object.
- FloatFlowVolumeMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a float[][] object with SI-unit values.
- FloatFlowVolumeMatrix(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowVolumeMatrix(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowVolumeMatrix(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>>, FlowVolumeUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowVolumeMatrix(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>>, FlowVolumeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFlowVolumeMatrix(FloatMatrixData, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from an internal data object.
- FloatFlowVolumeMatrix(FloatFlowVolume[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.
- FloatFlowVolumeMatrix(FloatFlowVolume[][], FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.
- FloatFlowVolumeMatrix(FloatFlowVolume[][], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.
- FloatFlowVolumeMatrix(FloatFlowVolume[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
-
Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.
- FloatFlowVolumeVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.
- FloatFlowVolumeVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a float[] object with SI-unit values.
- FloatFlowVolumeVector(float[], FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a float[] object.
- FloatFlowVolumeVector(float[], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a float[] object.
- FloatFlowVolumeVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a float[] object with SI-unit values.
- FloatFlowVolumeVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.
- FloatFlowVolumeVector(List<? extends Number>, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.
- FloatFlowVolumeVector(List<? extends Number>, FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.
- FloatFlowVolumeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.
- FloatFlowVolumeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.
- FloatFlowVolumeVector(Map<Integer, ? extends Number>, int, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.
- FloatFlowVolumeVector(Map<Integer, ? extends Number>, int, FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.
- FloatFlowVolumeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.
- FloatFlowVolumeVector(FloatFlowVolume[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.
- FloatFlowVolumeVector(FloatFlowVolume[], FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.
- FloatFlowVolumeVector(FloatFlowVolume[], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.
- FloatFlowVolumeVector(FloatFlowVolume[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.
- FloatFlowVolumeVector(FloatVectorData, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
-
Construct a FloatFlowVolumeVector from an internal data object.
- FloatForce - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatForce FloatScalar, which is relative by definition.
- FloatForce(double, ForceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatForce
-
Construct FloatForce scalar using a double value.
- FloatForce(float, ForceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatForce
-
Construct FloatForce scalar.
- FloatForce(FloatForce) - Constructor for class org.djunits.value.vfloat.scalar.FloatForce
-
Construct FloatForce scalar.
- FloatForceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.
- FloatForceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a float[][] object with SI-unit values.
- FloatForceMatrix(float[][], ForceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a float[][] object.
- FloatForceMatrix(float[][], ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a float[][] object.
- FloatForceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a float[][] object with SI-unit values.
- FloatForceMatrix(Collection<FloatSparseValue<ForceUnit, FloatForce>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatForceMatrix(Collection<FloatSparseValue<ForceUnit, FloatForce>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatForceMatrix(Collection<FloatSparseValue<ForceUnit, FloatForce>>, ForceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatForceMatrix(Collection<FloatSparseValue<ForceUnit, FloatForce>>, ForceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatForceMatrix(FloatMatrixData, ForceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from an internal data object.
- FloatForceMatrix(FloatForce[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from an array of an array of FloatForce objects.
- FloatForceMatrix(FloatForce[][], ForceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from an array of an array of FloatForce objects.
- FloatForceMatrix(FloatForce[][], ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from an array of an array of FloatForce objects.
- FloatForceMatrix(FloatForce[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
-
Construct a FloatForceMatrix from an array of an array of FloatForce objects.
- FloatForceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatForceVector, a vector of values with a ForceUnit.
- FloatForceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a float[] object with SI-unit values.
- FloatForceVector(float[], ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a float[] object.
- FloatForceVector(float[], ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a float[] object.
- FloatForceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a float[] object with SI-unit values.
- FloatForceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.
- FloatForceVector(List<? extends Number>, ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.
- FloatForceVector(List<? extends Number>, ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.
- FloatForceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.
- FloatForceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.
- FloatForceVector(Map<Integer, ? extends Number>, int, ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.
- FloatForceVector(Map<Integer, ? extends Number>, int, ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.
- FloatForceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.
- FloatForceVector(FloatForce[]) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from an array of FloatForce objects.
- FloatForceVector(FloatForce[], ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from an array of FloatForce objects.
- FloatForceVector(FloatForce[], ForceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from an array of FloatForce objects.
- FloatForceVector(FloatForce[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from an array of FloatForce objects.
- FloatForceVector(FloatVectorData, ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
-
Construct a FloatForceVector from an internal data object.
- FloatFrequency - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.
- FloatFrequency(double, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFrequency
-
Construct FloatFrequency scalar using a double value.
- FloatFrequency(float, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatFrequency
-
Construct FloatFrequency scalar.
- FloatFrequency(FloatFrequency) - Constructor for class org.djunits.value.vfloat.scalar.FloatFrequency
-
Construct FloatFrequency scalar.
- FloatFrequencyMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.
- FloatFrequencyMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a float[][] object with SI-unit values.
- FloatFrequencyMatrix(float[][], FrequencyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a float[][] object.
- FloatFrequencyMatrix(float[][], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a float[][] object.
- FloatFrequencyMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a float[][] object with SI-unit values.
- FloatFrequencyMatrix(Collection<FloatSparseValue<FrequencyUnit, FloatFrequency>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFrequencyMatrix(Collection<FloatSparseValue<FrequencyUnit, FloatFrequency>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFrequencyMatrix(Collection<FloatSparseValue<FrequencyUnit, FloatFrequency>>, FrequencyUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFrequencyMatrix(Collection<FloatSparseValue<FrequencyUnit, FloatFrequency>>, FrequencyUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatFrequencyMatrix(FloatMatrixData, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from an internal data object.
- FloatFrequencyMatrix(FloatFrequency[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from an array of an array of FloatFrequency objects.
- FloatFrequencyMatrix(FloatFrequency[][], FrequencyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from an array of an array of FloatFrequency objects.
- FloatFrequencyMatrix(FloatFrequency[][], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from an array of an array of FloatFrequency objects.
- FloatFrequencyMatrix(FloatFrequency[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
-
Construct a FloatFrequencyMatrix from an array of an array of FloatFrequency objects.
- FloatFrequencyVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.
- FloatFrequencyVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a float[] object with SI-unit values.
- FloatFrequencyVector(float[], FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a float[] object.
- FloatFrequencyVector(float[], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a float[] object.
- FloatFrequencyVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a float[] object with SI-unit values.
- FloatFrequencyVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a list of Number objects or a list of FloatFrequency objects.
- FloatFrequencyVector(List<? extends Number>, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a list of Number objects or a list of FloatFrequency objects.
- FloatFrequencyVector(List<? extends Number>, FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a list of Number objects or a list of FloatFrequency objects.
- FloatFrequencyVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a list of Number objects or a list of FloatFrequency objects.
- FloatFrequencyVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFrequency objects.
- FloatFrequencyVector(Map<Integer, ? extends Number>, int, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFrequency objects.
- FloatFrequencyVector(Map<Integer, ? extends Number>, int, FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFrequency objects.
- FloatFrequencyVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFrequency objects.
- FloatFrequencyVector(FloatFrequency[]) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from an array of FloatFrequency objects.
- FloatFrequencyVector(FloatFrequency[], FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from an array of FloatFrequency objects.
- FloatFrequencyVector(FloatFrequency[], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from an array of FloatFrequency objects.
- FloatFrequencyVector(FloatFrequency[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from an array of FloatFrequency objects.
- FloatFrequencyVector(FloatVectorData, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
-
Construct a FloatFrequencyVector from an internal data object.
- FloatFunction - Interface in org.djunits.value.vfloat.function
-
DoubleFunction carries out a specific transformation function on a float value.
- FloatFunction2 - Interface in org.djunits.value.vfloat.function
-
FloatFunction carries out a specific transformation function that takes two operands.
- FloatIlluminance - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.
- FloatIlluminance(double, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Construct FloatIlluminance scalar using a double value.
- FloatIlluminance(float, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Construct FloatIlluminance scalar.
- FloatIlluminance(FloatIlluminance) - Constructor for class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Construct FloatIlluminance scalar.
- FloatIlluminanceMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.
- FloatIlluminanceMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a float[][] object with SI-unit values.
- FloatIlluminanceMatrix(float[][], IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a float[][] object.
- FloatIlluminanceMatrix(float[][], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a float[][] object.
- FloatIlluminanceMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a float[][] object with SI-unit values.
- FloatIlluminanceMatrix(Collection<FloatSparseValue<IlluminanceUnit, FloatIlluminance>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatIlluminanceMatrix(Collection<FloatSparseValue<IlluminanceUnit, FloatIlluminance>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatIlluminanceMatrix(Collection<FloatSparseValue<IlluminanceUnit, FloatIlluminance>>, IlluminanceUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatIlluminanceMatrix(Collection<FloatSparseValue<IlluminanceUnit, FloatIlluminance>>, IlluminanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatIlluminanceMatrix(FloatMatrixData, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from an internal data object.
- FloatIlluminanceMatrix(FloatIlluminance[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from an array of an array of FloatIlluminance objects.
- FloatIlluminanceMatrix(FloatIlluminance[][], IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from an array of an array of FloatIlluminance objects.
- FloatIlluminanceMatrix(FloatIlluminance[][], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from an array of an array of FloatIlluminance objects.
- FloatIlluminanceMatrix(FloatIlluminance[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
-
Construct a FloatIlluminanceMatrix from an array of an array of FloatIlluminance objects.
- FloatIlluminanceVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.
- FloatIlluminanceVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a float[] object with SI-unit values.
- FloatIlluminanceVector(float[], IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a float[] object.
- FloatIlluminanceVector(float[], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a float[] object.
- FloatIlluminanceVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a float[] object with SI-unit values.
- FloatIlluminanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a list of Number objects or a list of FloatIlluminance objects.
- FloatIlluminanceVector(List<? extends Number>, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a list of Number objects or a list of FloatIlluminance objects.
- FloatIlluminanceVector(List<? extends Number>, IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a list of Number objects or a list of FloatIlluminance objects.
- FloatIlluminanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a list of Number objects or a list of FloatIlluminance objects.
- FloatIlluminanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatIlluminance objects.
- FloatIlluminanceVector(Map<Integer, ? extends Number>, int, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatIlluminance objects.
- FloatIlluminanceVector(Map<Integer, ? extends Number>, int, IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatIlluminance objects.
- FloatIlluminanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatIlluminance objects.
- FloatIlluminanceVector(FloatIlluminance[]) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from an array of FloatIlluminance objects.
- FloatIlluminanceVector(FloatIlluminance[], IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from an array of FloatIlluminance objects.
- FloatIlluminanceVector(FloatIlluminance[], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from an array of FloatIlluminance objects.
- FloatIlluminanceVector(FloatIlluminance[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from an array of FloatIlluminance objects.
- FloatIlluminanceVector(FloatVectorData, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
-
Construct a FloatIlluminanceVector from an internal data object.
- FloatLength - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatLength FloatScalar.
- FloatLength(double, LengthUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLength
-
Construct FloatLength scalar using a double value.
- FloatLength(float, LengthUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLength
-
Construct FloatLength scalar.
- FloatLength(FloatLength) - Constructor for class org.djunits.value.vfloat.scalar.FloatLength
-
Construct FloatLength scalar.
- FloatLengthMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatLength Matrix.
- FloatLengthMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a float[][] object with SI-unit values.
- FloatLengthMatrix(float[][], LengthUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a float[][] object.
- FloatLengthMatrix(float[][], LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a float[][] object.
- FloatLengthMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a float[][] object with SI-unit values.
- FloatLengthMatrix(Collection<FloatSparseValue<LengthUnit, FloatLength>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLengthMatrix(Collection<FloatSparseValue<LengthUnit, FloatLength>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLengthMatrix(Collection<FloatSparseValue<LengthUnit, FloatLength>>, LengthUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLengthMatrix(Collection<FloatSparseValue<LengthUnit, FloatLength>>, LengthUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLengthMatrix(FloatMatrixData, LengthUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from an internal data object.
- FloatLengthMatrix(FloatLength[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from an array of an array of FloatLength objects.
- FloatLengthMatrix(FloatLength[][], LengthUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from an array of an array of FloatLength objects.
- FloatLengthMatrix(FloatLength[][], LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from an array of an array of FloatLength objects.
- FloatLengthMatrix(FloatLength[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
-
Construct a FloatLengthMatrix from an array of an array of FloatLength objects.
- FloatLengthVector - Class in org.djunits.value.vfloat.vector
-
Relative FloatLength Vector.
- FloatLengthVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a float[] object with SI-unit values.
- FloatLengthVector(float[], LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a float[] object.
- FloatLengthVector(float[], LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a float[] object.
- FloatLengthVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a float[] object with SI-unit values.
- FloatLengthVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a list of Number objects or a list of FloatLength objects.
- FloatLengthVector(List<? extends Number>, LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a list of Number objects or a list of FloatLength objects.
- FloatLengthVector(List<? extends Number>, LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a list of Number objects or a list of FloatLength objects.
- FloatLengthVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a list of Number objects or a list of FloatLength objects.
- FloatLengthVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLength objects.
- FloatLengthVector(Map<Integer, ? extends Number>, int, LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLength objects.
- FloatLengthVector(Map<Integer, ? extends Number>, int, LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLength objects.
- FloatLengthVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLength objects.
- FloatLengthVector(FloatLength[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from an array of FloatLength objects.
- FloatLengthVector(FloatLength[], LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from an array of FloatLength objects.
- FloatLengthVector(FloatLength[], LengthUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from an array of FloatLength objects.
- FloatLengthVector(FloatLength[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from an array of FloatLength objects.
- FloatLengthVector(FloatVectorData, LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
-
Construct a FloatLengthVector from an internal data object.
- FloatLinearDensity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.
- FloatLinearDensity(double, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Construct FloatLinearDensity scalar using a double value.
- FloatLinearDensity(float, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Construct FloatLinearDensity scalar.
- FloatLinearDensity(FloatLinearDensity) - Constructor for class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Construct FloatLinearDensity scalar.
- FloatLinearDensityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.
- FloatLinearDensityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a float[][] object with SI-unit values.
- FloatLinearDensityMatrix(float[][], LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a float[][] object.
- FloatLinearDensityMatrix(float[][], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a float[][] object.
- FloatLinearDensityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a float[][] object with SI-unit values.
- FloatLinearDensityMatrix(Collection<FloatSparseValue<LinearDensityUnit, FloatLinearDensity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLinearDensityMatrix(Collection<FloatSparseValue<LinearDensityUnit, FloatLinearDensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLinearDensityMatrix(Collection<FloatSparseValue<LinearDensityUnit, FloatLinearDensity>>, LinearDensityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLinearDensityMatrix(Collection<FloatSparseValue<LinearDensityUnit, FloatLinearDensity>>, LinearDensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLinearDensityMatrix(FloatMatrixData, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from an internal data object.
- FloatLinearDensityMatrix(FloatLinearDensity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from an array of an array of FloatLinearDensity objects.
- FloatLinearDensityMatrix(FloatLinearDensity[][], LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from an array of an array of FloatLinearDensity objects.
- FloatLinearDensityMatrix(FloatLinearDensity[][], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from an array of an array of FloatLinearDensity objects.
- FloatLinearDensityMatrix(FloatLinearDensity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Construct a FloatLinearDensityMatrix from an array of an array of FloatLinearDensity objects.
- FloatLinearDensityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.
- FloatLinearDensityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a float[] object with SI-unit values.
- FloatLinearDensityVector(float[], LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a float[] object.
- FloatLinearDensityVector(float[], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a float[] object.
- FloatLinearDensityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a float[] object with SI-unit values.
- FloatLinearDensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a list of Number objects or a list of FloatLinearDensity objects.
- FloatLinearDensityVector(List<? extends Number>, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a list of Number objects or a list of FloatLinearDensity objects.
- FloatLinearDensityVector(List<? extends Number>, LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a list of Number objects or a list of FloatLinearDensity objects.
- FloatLinearDensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a list of Number objects or a list of FloatLinearDensity objects.
- FloatLinearDensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLinearDensity objects.
- FloatLinearDensityVector(Map<Integer, ? extends Number>, int, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLinearDensity objects.
- FloatLinearDensityVector(Map<Integer, ? extends Number>, int, LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLinearDensity objects.
- FloatLinearDensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLinearDensity objects.
- FloatLinearDensityVector(FloatLinearDensity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from an array of FloatLinearDensity objects.
- FloatLinearDensityVector(FloatLinearDensity[], LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from an array of FloatLinearDensity objects.
- FloatLinearDensityVector(FloatLinearDensity[], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from an array of FloatLinearDensity objects.
- FloatLinearDensityVector(FloatLinearDensity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from an array of FloatLinearDensity objects.
- FloatLinearDensityVector(FloatVectorData, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
-
Construct a FloatLinearDensityVector from an internal data object.
- FloatLuminousFlux - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.
- FloatLuminousFlux(double, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Construct FloatLuminousFlux scalar using a double value.
- FloatLuminousFlux(float, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Construct FloatLuminousFlux scalar.
- FloatLuminousFlux(FloatLuminousFlux) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Construct FloatLuminousFlux scalar.
- FloatLuminousFluxMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.
- FloatLuminousFluxMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a float[][] object with SI-unit values.
- FloatLuminousFluxMatrix(float[][], LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a float[][] object.
- FloatLuminousFluxMatrix(float[][], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a float[][] object.
- FloatLuminousFluxMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a float[][] object with SI-unit values.
- FloatLuminousFluxMatrix(Collection<FloatSparseValue<LuminousFluxUnit, FloatLuminousFlux>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousFluxMatrix(Collection<FloatSparseValue<LuminousFluxUnit, FloatLuminousFlux>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousFluxMatrix(Collection<FloatSparseValue<LuminousFluxUnit, FloatLuminousFlux>>, LuminousFluxUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousFluxMatrix(Collection<FloatSparseValue<LuminousFluxUnit, FloatLuminousFlux>>, LuminousFluxUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousFluxMatrix(FloatMatrixData, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from an internal data object.
- FloatLuminousFluxMatrix(FloatLuminousFlux[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from an array of an array of FloatLuminousFlux objects.
- FloatLuminousFluxMatrix(FloatLuminousFlux[][], LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from an array of an array of FloatLuminousFlux objects.
- FloatLuminousFluxMatrix(FloatLuminousFlux[][], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from an array of an array of FloatLuminousFlux objects.
- FloatLuminousFluxMatrix(FloatLuminousFlux[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
-
Construct a FloatLuminousFluxMatrix from an array of an array of FloatLuminousFlux objects.
- FloatLuminousFluxVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.
- FloatLuminousFluxVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a float[] object with SI-unit values.
- FloatLuminousFluxVector(float[], LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a float[] object.
- FloatLuminousFluxVector(float[], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a float[] object.
- FloatLuminousFluxVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a float[] object with SI-unit values.
- FloatLuminousFluxVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a list of Number objects or a list of FloatLuminousFlux objects.
- FloatLuminousFluxVector(List<? extends Number>, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a list of Number objects or a list of FloatLuminousFlux objects.
- FloatLuminousFluxVector(List<? extends Number>, LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a list of Number objects or a list of FloatLuminousFlux objects.
- FloatLuminousFluxVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a list of Number objects or a list of FloatLuminousFlux objects.
- FloatLuminousFluxVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousFlux objects.
- FloatLuminousFluxVector(Map<Integer, ? extends Number>, int, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousFlux objects.
- FloatLuminousFluxVector(Map<Integer, ? extends Number>, int, LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousFlux objects.
- FloatLuminousFluxVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousFlux objects.
- FloatLuminousFluxVector(FloatLuminousFlux[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from an array of FloatLuminousFlux objects.
- FloatLuminousFluxVector(FloatLuminousFlux[], LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from an array of FloatLuminousFlux objects.
- FloatLuminousFluxVector(FloatLuminousFlux[], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from an array of FloatLuminousFlux objects.
- FloatLuminousFluxVector(FloatLuminousFlux[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from an array of FloatLuminousFlux objects.
- FloatLuminousFluxVector(FloatVectorData, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
-
Construct a FloatLuminousFluxVector from an internal data object.
- FloatLuminousIntensity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.
- FloatLuminousIntensity(double, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Construct FloatLuminousIntensity scalar using a double value.
- FloatLuminousIntensity(float, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Construct FloatLuminousIntensity scalar.
- FloatLuminousIntensity(FloatLuminousIntensity) - Constructor for class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Construct FloatLuminousIntensity scalar.
- FloatLuminousIntensityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.
- FloatLuminousIntensityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a float[][] object with SI-unit values.
- FloatLuminousIntensityMatrix(float[][], LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a float[][] object.
- FloatLuminousIntensityMatrix(float[][], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a float[][] object.
- FloatLuminousIntensityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a float[][] object with SI-unit values.
- FloatLuminousIntensityMatrix(Collection<FloatSparseValue<LuminousIntensityUnit, FloatLuminousIntensity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousIntensityMatrix(Collection<FloatSparseValue<LuminousIntensityUnit, FloatLuminousIntensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousIntensityMatrix(Collection<FloatSparseValue<LuminousIntensityUnit, FloatLuminousIntensity>>, LuminousIntensityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousIntensityMatrix(Collection<FloatSparseValue<LuminousIntensityUnit, FloatLuminousIntensity>>, LuminousIntensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatLuminousIntensityMatrix(FloatMatrixData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from an internal data object.
- FloatLuminousIntensityMatrix(FloatLuminousIntensity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from an array of an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from an array of an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from an array of an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
-
Construct a FloatLuminousIntensityMatrix from an array of an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.
- FloatLuminousIntensityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a float[] object with SI-unit values.
- FloatLuminousIntensityVector(float[], LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a float[] object.
- FloatLuminousIntensityVector(float[], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a float[] object.
- FloatLuminousIntensityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a float[] object with SI-unit values.
- FloatLuminousIntensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a list of Number objects or a list of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(List<? extends Number>, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a list of Number objects or a list of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(List<? extends Number>, LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a list of Number objects or a list of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a list of Number objects or a list of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(Map<Integer, ? extends Number>, int, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(Map<Integer, ? extends Number>, int, LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(FloatLuminousIntensity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(FloatLuminousIntensity[], LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(FloatLuminousIntensity[], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(FloatLuminousIntensity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from an array of FloatLuminousIntensity objects.
- FloatLuminousIntensityVector(FloatVectorData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
-
Construct a FloatLuminousIntensityVector from an internal data object.
- FloatMagneticFlux - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.
- FloatMagneticFlux(double, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Construct FloatMagneticFlux scalar using a double value.
- FloatMagneticFlux(float, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Construct FloatMagneticFlux scalar.
- FloatMagneticFlux(FloatMagneticFlux) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Construct FloatMagneticFlux scalar.
- FloatMagneticFluxDensity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.
- FloatMagneticFluxDensity(double, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Construct FloatMagneticFluxDensity scalar using a double value.
- FloatMagneticFluxDensity(float, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Construct FloatMagneticFluxDensity scalar.
- FloatMagneticFluxDensity(FloatMagneticFluxDensity) - Constructor for class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Construct FloatMagneticFluxDensity scalar.
- FloatMagneticFluxDensityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.
- FloatMagneticFluxDensityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a float[][] object with SI-unit values.
- FloatMagneticFluxDensityMatrix(float[][], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a float[][] object.
- FloatMagneticFluxDensityMatrix(float[][], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a float[][] object.
- FloatMagneticFluxDensityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a float[][] object with SI-unit values.
- FloatMagneticFluxDensityMatrix(Collection<FloatSparseValue<MagneticFluxDensityUnit, FloatMagneticFluxDensity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxDensityMatrix(Collection<FloatSparseValue<MagneticFluxDensityUnit, FloatMagneticFluxDensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxDensityMatrix(Collection<FloatSparseValue<MagneticFluxDensityUnit, FloatMagneticFluxDensity>>, MagneticFluxDensityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxDensityMatrix(Collection<FloatSparseValue<MagneticFluxDensityUnit, FloatMagneticFluxDensity>>, MagneticFluxDensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxDensityMatrix(FloatMatrixData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from an internal data object.
- FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from an array of an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from an array of an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from an array of an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
-
Construct a FloatMagneticFluxDensityMatrix from an array of an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.
- FloatMagneticFluxDensityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a float[] object with SI-unit values.
- FloatMagneticFluxDensityVector(float[], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a float[] object.
- FloatMagneticFluxDensityVector(float[], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a float[] object.
- FloatMagneticFluxDensityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a float[] object with SI-unit values.
- FloatMagneticFluxDensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a list of Number objects or a list of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(List<? extends Number>, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a list of Number objects or a list of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(List<? extends Number>, MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a list of Number objects or a list of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a list of Number objects or a list of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(Map<Integer, ? extends Number>, int, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(Map<Integer, ? extends Number>, int, MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(FloatMagneticFluxDensity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(FloatMagneticFluxDensity[], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(FloatMagneticFluxDensity[], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(FloatMagneticFluxDensity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from an array of FloatMagneticFluxDensity objects.
- FloatMagneticFluxDensityVector(FloatVectorData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
-
Construct a FloatMagneticFluxDensityVector from an internal data object.
- FloatMagneticFluxMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.
- FloatMagneticFluxMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a float[][] object with SI-unit values.
- FloatMagneticFluxMatrix(float[][], MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a float[][] object.
- FloatMagneticFluxMatrix(float[][], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a float[][] object.
- FloatMagneticFluxMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a float[][] object with SI-unit values.
- FloatMagneticFluxMatrix(Collection<FloatSparseValue<MagneticFluxUnit, FloatMagneticFlux>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxMatrix(Collection<FloatSparseValue<MagneticFluxUnit, FloatMagneticFlux>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxMatrix(Collection<FloatSparseValue<MagneticFluxUnit, FloatMagneticFlux>>, MagneticFluxUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxMatrix(Collection<FloatSparseValue<MagneticFluxUnit, FloatMagneticFlux>>, MagneticFluxUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMagneticFluxMatrix(FloatMatrixData, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from an internal data object.
- FloatMagneticFluxMatrix(FloatMagneticFlux[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from an array of an array of FloatMagneticFlux objects.
- FloatMagneticFluxMatrix(FloatMagneticFlux[][], MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from an array of an array of FloatMagneticFlux objects.
- FloatMagneticFluxMatrix(FloatMagneticFlux[][], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from an array of an array of FloatMagneticFlux objects.
- FloatMagneticFluxMatrix(FloatMagneticFlux[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
-
Construct a FloatMagneticFluxMatrix from an array of an array of FloatMagneticFlux objects.
- FloatMagneticFluxVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.
- FloatMagneticFluxVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a float[] object with SI-unit values.
- FloatMagneticFluxVector(float[], MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a float[] object.
- FloatMagneticFluxVector(float[], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a float[] object.
- FloatMagneticFluxVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a float[] object with SI-unit values.
- FloatMagneticFluxVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a list of Number objects or a list of FloatMagneticFlux objects.
- FloatMagneticFluxVector(List<? extends Number>, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a list of Number objects or a list of FloatMagneticFlux objects.
- FloatMagneticFluxVector(List<? extends Number>, MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a list of Number objects or a list of FloatMagneticFlux objects.
- FloatMagneticFluxVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a list of Number objects or a list of FloatMagneticFlux objects.
- FloatMagneticFluxVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFlux objects.
- FloatMagneticFluxVector(Map<Integer, ? extends Number>, int, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFlux objects.
- FloatMagneticFluxVector(Map<Integer, ? extends Number>, int, MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFlux objects.
- FloatMagneticFluxVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMagneticFlux objects.
- FloatMagneticFluxVector(FloatMagneticFlux[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from an array of FloatMagneticFlux objects.
- FloatMagneticFluxVector(FloatMagneticFlux[], MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from an array of FloatMagneticFlux objects.
- FloatMagneticFluxVector(FloatMagneticFlux[], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from an array of FloatMagneticFlux objects.
- FloatMagneticFluxVector(FloatMagneticFlux[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from an array of FloatMagneticFlux objects.
- FloatMagneticFluxVector(FloatVectorData, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
-
Construct a FloatMagneticFluxVector from an internal data object.
- FloatMass - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatMass FloatScalar, which is relative by definition.
- FloatMass(double, MassUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMass
-
Construct FloatMass scalar using a double value.
- FloatMass(float, MassUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMass
-
Construct FloatMass scalar.
- FloatMass(FloatMass) - Constructor for class org.djunits.value.vfloat.scalar.FloatMass
-
Construct FloatMass scalar.
- FloatMassMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatMassMatrix, a matrix of values with a MassUnit.
- FloatMassMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a float[][] object with SI-unit values.
- FloatMassMatrix(float[][], MassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a float[][] object.
- FloatMassMatrix(float[][], MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a float[][] object.
- FloatMassMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a float[][] object with SI-unit values.
- FloatMassMatrix(Collection<FloatSparseValue<MassUnit, FloatMass>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMassMatrix(Collection<FloatSparseValue<MassUnit, FloatMass>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMassMatrix(Collection<FloatSparseValue<MassUnit, FloatMass>>, MassUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMassMatrix(Collection<FloatSparseValue<MassUnit, FloatMass>>, MassUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMassMatrix(FloatMatrixData, MassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from an internal data object.
- FloatMassMatrix(FloatMass[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from an array of an array of FloatMass objects.
- FloatMassMatrix(FloatMass[][], MassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from an array of an array of FloatMass objects.
- FloatMassMatrix(FloatMass[][], MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from an array of an array of FloatMass objects.
- FloatMassMatrix(FloatMass[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
-
Construct a FloatMassMatrix from an array of an array of FloatMass objects.
- FloatMassVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatMassVector, a vector of values with a MassUnit.
- FloatMassVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a float[] object with SI-unit values.
- FloatMassVector(float[], MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a float[] object.
- FloatMassVector(float[], MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a float[] object.
- FloatMassVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a float[] object with SI-unit values.
- FloatMassVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a list of Number objects or a list of FloatMass objects.
- FloatMassVector(List<? extends Number>, MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a list of Number objects or a list of FloatMass objects.
- FloatMassVector(List<? extends Number>, MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a list of Number objects or a list of FloatMass objects.
- FloatMassVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a list of Number objects or a list of FloatMass objects.
- FloatMassVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMass objects.
- FloatMassVector(Map<Integer, ? extends Number>, int, MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMass objects.
- FloatMassVector(Map<Integer, ? extends Number>, int, MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMass objects.
- FloatMassVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMass objects.
- FloatMassVector(FloatMass[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from an array of FloatMass objects.
- FloatMassVector(FloatMass[], MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from an array of FloatMass objects.
- FloatMassVector(FloatMass[], MassUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from an array of FloatMass objects.
- FloatMassVector(FloatMass[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from an array of FloatMass objects.
- FloatMassVector(FloatVectorData, MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
-
Construct a FloatMassVector from an internal data object.
- FloatMathFunctions - Interface in org.djunits.value.vfloat.function
-
FloatMathFunctions provides a static implementation of Math functions.
- FloatMatrix<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>, M extends FloatMatrix<U, S, V, M>> - Class in org.djunits.value.vfloat.matrix.base -
FloatMatrix utility methods, e.g., for creating FloatMatrixs from different types of data.
- FloatMatrix(FloatMatrixData, U) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Construct a new FloatMatrix.
- FloatMatrixAbs<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>> - Class in org.djunits.value.vfloat.matrix.base -
AbstractMutableFloatMatrixRelWithAbs.java.
- FloatMatrixAbs(FloatMatrixData, AU) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Construct a new Relative Mutable FloatMatrix.
- FloatMatrixData - Class in org.djunits.value.vfloat.matrix.data
-
Stores the data for a FloatMatrix and carries out basic operations.
- FloatMatrixData(StorageType) - Constructor for class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Construct a new DoubleMatrixData store.
- FloatMatrixDataDense - Class in org.djunits.value.vfloat.matrix.data
-
Stores dense data for a FloatMatrix and carries out basic operations.
- FloatMatrixDataDense(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
-
Create a matrix with dense data.
- FloatMatrixDataDense(float[], int, int) - Constructor for class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
-
Create a matrix with dense data.
- FloatMatrixDataSparse - Class in org.djunits.value.vfloat.matrix.data
-
Stores sparse data for a FloatMatrix and carries out basic operations.
- FloatMatrixDataSparse(float[], long[], int, int) - Constructor for class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
-
Create a matrix with sparse data.
- FloatMatrixDataSparse(Collection<FloatSparseValue<U, S>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
-
Create a matrix with sparse data.
- FloatMatrixRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> - Class in org.djunits.value.vfloat.matrix.base -
FloatMatrixRel.java.
- FloatMatrixRel(FloatMatrixData, U) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Construct a new Relative Mutable FloatMatrix.
- 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>> - Class in org.djunits.value.vfloat.matrix.base -
AbstractMutableFloatMatrixRelWithAbs.java.
- FloatMatrixRelWithAbs(FloatMatrixData, RU) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatMatrixRelWithAbs
-
Construct a new Relative Mutable FloatMatrix.
- FloatMomentum - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatMomentum FloatScalar, which is relative by definition.
- FloatMomentum(double, MomentumUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMomentum
-
Construct FloatMomentum scalar using a double value.
- FloatMomentum(float, MomentumUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatMomentum
-
Construct FloatMomentum scalar.
- FloatMomentum(FloatMomentum) - Constructor for class org.djunits.value.vfloat.scalar.FloatMomentum
-
Construct FloatMomentum scalar.
- FloatMomentumMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatMomentumMatrix, a matrix of values with a MomentumUnit.
- FloatMomentumMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a float[][] object with SI-unit values.
- FloatMomentumMatrix(float[][], MomentumUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a float[][] object.
- FloatMomentumMatrix(float[][], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a float[][] object.
- FloatMomentumMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a float[][] object with SI-unit values.
- FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>>, MomentumUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>>, MomentumUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatMomentumMatrix(FloatMatrixData, MomentumUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from an internal data object.
- FloatMomentumMatrix(FloatMomentum[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.
- FloatMomentumMatrix(FloatMomentum[][], MomentumUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.
- FloatMomentumMatrix(FloatMomentum[][], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.
- FloatMomentumMatrix(FloatMomentum[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
-
Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.
- FloatMomentumVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatMomentumVector, a vector of values with a MomentumUnit.
- FloatMomentumVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a float[] object with SI-unit values.
- FloatMomentumVector(float[], MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a float[] object.
- FloatMomentumVector(float[], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a float[] object.
- FloatMomentumVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a float[] object with SI-unit values.
- FloatMomentumVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.
- FloatMomentumVector(List<? extends Number>, MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.
- FloatMomentumVector(List<? extends Number>, MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.
- FloatMomentumVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.
- FloatMomentumVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.
- FloatMomentumVector(Map<Integer, ? extends Number>, int, MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.
- FloatMomentumVector(Map<Integer, ? extends Number>, int, MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.
- FloatMomentumVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.
- FloatMomentumVector(FloatMomentum[]) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from an array of FloatMomentum objects.
- FloatMomentumVector(FloatMomentum[], MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from an array of FloatMomentum objects.
- FloatMomentumVector(FloatMomentum[], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from an array of FloatMomentum objects.
- FloatMomentumVector(FloatMomentum[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from an array of FloatMomentum objects.
- FloatMomentumVector(FloatVectorData, MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
-
Construct a FloatMomentumVector from an internal data object.
- FloatPosition - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatPosition FloatScalar.
- FloatPosition(double, PositionUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPosition
-
Construct FloatPosition scalar using a double value.
- FloatPosition(float, PositionUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPosition
-
Construct FloatPosition scalar.
- FloatPosition(FloatPosition) - Constructor for class org.djunits.value.vfloat.scalar.FloatPosition
-
Construct FloatPosition scalar.
- FloatPositionMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatPosition Matrix.
- FloatPositionMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a float[][] object with SI-unit values.
- FloatPositionMatrix(float[][], PositionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a float[][] object.
- FloatPositionMatrix(float[][], PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a float[][] object.
- FloatPositionMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a float[][] object with SI-unit values.
- FloatPositionMatrix(Collection<FloatSparseValue<PositionUnit, FloatPosition>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPositionMatrix(Collection<FloatSparseValue<PositionUnit, FloatPosition>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPositionMatrix(Collection<FloatSparseValue<PositionUnit, FloatPosition>>, PositionUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPositionMatrix(Collection<FloatSparseValue<PositionUnit, FloatPosition>>, PositionUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPositionMatrix(FloatMatrixData, PositionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a PositionMatrix from an internal data object.
- FloatPositionMatrix(FloatPosition[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from an array of an array of FloatPosition objects.
- FloatPositionMatrix(FloatPosition[][], PositionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from an array of an array of FloatPosition objects.
- FloatPositionMatrix(FloatPosition[][], PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from an array of an array of FloatPosition objects.
- FloatPositionMatrix(FloatPosition[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
-
Construct a FloatPositionMatrix from an array of an array of FloatPosition objects.
- FloatPositionVector - Class in org.djunits.value.vfloat.vector
-
Absolute FloatPosition Vector.
- FloatPositionVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a float[] object with SI-unit values.
- FloatPositionVector(float[], PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a float[] object.
- FloatPositionVector(float[], PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a float[] object.
- FloatPositionVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a float[] object with SI-unit values.
- FloatPositionVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a list of Number objects or a list of FloatPosition objects.
- FloatPositionVector(List<? extends Number>, PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a list of Number objects or a list of FloatPosition objects.
- FloatPositionVector(List<? extends Number>, PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a list of Number objects or a list of FloatPosition objects.
- FloatPositionVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a list of Number objects or a list of FloatPosition objects.
- FloatPositionVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPosition objects.
- FloatPositionVector(Map<Integer, ? extends Number>, int, PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPosition objects.
- FloatPositionVector(Map<Integer, ? extends Number>, int, PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPosition objects.
- FloatPositionVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPosition objects.
- FloatPositionVector(FloatPosition[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from an array of FloatPosition objects.
- FloatPositionVector(FloatPosition[], PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from an array of FloatPosition objects.
- FloatPositionVector(FloatPosition[], PositionUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from an array of FloatPosition objects.
- FloatPositionVector(FloatPosition[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from an array of FloatPosition objects.
- FloatPositionVector(FloatVectorData, PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
-
Construct a FloatPositionVector from an internal data object.
- FloatPower - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatPower FloatScalar, which is relative by definition.
- FloatPower(double, PowerUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPower
-
Construct FloatPower scalar using a double value.
- FloatPower(float, PowerUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPower
-
Construct FloatPower scalar.
- FloatPower(FloatPower) - Constructor for class org.djunits.value.vfloat.scalar.FloatPower
-
Construct FloatPower scalar.
- FloatPowerMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.
- FloatPowerMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a float[][] object with SI-unit values.
- FloatPowerMatrix(float[][], PowerUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a float[][] object.
- FloatPowerMatrix(float[][], PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a float[][] object.
- FloatPowerMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a float[][] object with SI-unit values.
- FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>>, PowerUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>>, PowerUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPowerMatrix(FloatMatrixData, PowerUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from an internal data object.
- FloatPowerMatrix(FloatPower[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from an array of an array of FloatPower objects.
- FloatPowerMatrix(FloatPower[][], PowerUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from an array of an array of FloatPower objects.
- FloatPowerMatrix(FloatPower[][], PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from an array of an array of FloatPower objects.
- FloatPowerMatrix(FloatPower[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
-
Construct a FloatPowerMatrix from an array of an array of FloatPower objects.
- FloatPowerVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatPowerVector, a vector of values with a PowerUnit.
- FloatPowerVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a float[] object with SI-unit values.
- FloatPowerVector(float[], PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a float[] object.
- FloatPowerVector(float[], PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a float[] object.
- FloatPowerVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a float[] object with SI-unit values.
- FloatPowerVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.
- FloatPowerVector(List<? extends Number>, PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.
- FloatPowerVector(List<? extends Number>, PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.
- FloatPowerVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.
- FloatPowerVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.
- FloatPowerVector(Map<Integer, ? extends Number>, int, PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.
- FloatPowerVector(Map<Integer, ? extends Number>, int, PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.
- FloatPowerVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.
- FloatPowerVector(FloatPower[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from an array of FloatPower objects.
- FloatPowerVector(FloatPower[], PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from an array of FloatPower objects.
- FloatPowerVector(FloatPower[], PowerUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from an array of FloatPower objects.
- FloatPowerVector(FloatPower[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from an array of FloatPower objects.
- FloatPowerVector(FloatVectorData, PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
-
Construct a FloatPowerVector from an internal data object.
- FloatPressure - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatPressure FloatScalar, which is relative by definition.
- FloatPressure(double, PressureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPressure
-
Construct FloatPressure scalar using a double value.
- FloatPressure(float, PressureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatPressure
-
Construct FloatPressure scalar.
- FloatPressure(FloatPressure) - Constructor for class org.djunits.value.vfloat.scalar.FloatPressure
-
Construct FloatPressure scalar.
- FloatPressureMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.
- FloatPressureMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a float[][] object with SI-unit values.
- FloatPressureMatrix(float[][], PressureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a float[][] object.
- FloatPressureMatrix(float[][], PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a float[][] object.
- FloatPressureMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a float[][] object with SI-unit values.
- FloatPressureMatrix(Collection<FloatSparseValue<PressureUnit, FloatPressure>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPressureMatrix(Collection<FloatSparseValue<PressureUnit, FloatPressure>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPressureMatrix(Collection<FloatSparseValue<PressureUnit, FloatPressure>>, PressureUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPressureMatrix(Collection<FloatSparseValue<PressureUnit, FloatPressure>>, PressureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatPressureMatrix(FloatMatrixData, PressureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from an internal data object.
- FloatPressureMatrix(FloatPressure[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.
- FloatPressureMatrix(FloatPressure[][], PressureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.
- FloatPressureMatrix(FloatPressure[][], PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.
- FloatPressureMatrix(FloatPressure[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
-
Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.
- FloatPressureVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatPressureVector, a vector of values with a PressureUnit.
- FloatPressureVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a float[] object with SI-unit values.
- FloatPressureVector(float[], PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a float[] object.
- FloatPressureVector(float[], PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a float[] object.
- FloatPressureVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a float[] object with SI-unit values.
- FloatPressureVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.
- FloatPressureVector(List<? extends Number>, PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.
- FloatPressureVector(List<? extends Number>, PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.
- FloatPressureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.
- FloatPressureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.
- FloatPressureVector(Map<Integer, ? extends Number>, int, PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.
- FloatPressureVector(Map<Integer, ? extends Number>, int, PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.
- FloatPressureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.
- FloatPressureVector(FloatPressure[]) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from an array of FloatPressure objects.
- FloatPressureVector(FloatPressure[], PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from an array of FloatPressure objects.
- FloatPressureVector(FloatPressure[], PressureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from an array of FloatPressure objects.
- FloatPressureVector(FloatPressure[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from an array of FloatPressure objects.
- FloatPressureVector(FloatVectorData, PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
-
Construct a FloatPressureVector from an internal data object.
- FloatRadioActivity - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.
- FloatRadioActivity(double, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Construct FloatRadioActivity scalar using a double value.
- FloatRadioActivity(float, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Construct FloatRadioActivity scalar.
- FloatRadioActivity(FloatRadioActivity) - Constructor for class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Construct FloatRadioActivity scalar.
- FloatRadioActivityMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.
- FloatRadioActivityMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a float[][] object with SI-unit values.
- FloatRadioActivityMatrix(float[][], RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a float[][] object.
- FloatRadioActivityMatrix(float[][], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a float[][] object.
- FloatRadioActivityMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a float[][] object with SI-unit values.
- FloatRadioActivityMatrix(Collection<FloatSparseValue<RadioActivityUnit, FloatRadioActivity>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatRadioActivityMatrix(Collection<FloatSparseValue<RadioActivityUnit, FloatRadioActivity>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatRadioActivityMatrix(Collection<FloatSparseValue<RadioActivityUnit, FloatRadioActivity>>, RadioActivityUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatRadioActivityMatrix(Collection<FloatSparseValue<RadioActivityUnit, FloatRadioActivity>>, RadioActivityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatRadioActivityMatrix(FloatMatrixData, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from an internal data object.
- FloatRadioActivityMatrix(FloatRadioActivity[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from an array of an array of FloatRadioActivity objects.
- FloatRadioActivityMatrix(FloatRadioActivity[][], RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from an array of an array of FloatRadioActivity objects.
- FloatRadioActivityMatrix(FloatRadioActivity[][], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from an array of an array of FloatRadioActivity objects.
- FloatRadioActivityMatrix(FloatRadioActivity[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
-
Construct a FloatRadioActivityMatrix from an array of an array of FloatRadioActivity objects.
- FloatRadioActivityVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.
- FloatRadioActivityVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a float[] object with SI-unit values.
- FloatRadioActivityVector(float[], RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a float[] object.
- FloatRadioActivityVector(float[], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a float[] object.
- FloatRadioActivityVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a float[] object with SI-unit values.
- FloatRadioActivityVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a list of Number objects or a list of FloatRadioActivity objects.
- FloatRadioActivityVector(List<? extends Number>, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a list of Number objects or a list of FloatRadioActivity objects.
- FloatRadioActivityVector(List<? extends Number>, RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a list of Number objects or a list of FloatRadioActivity objects.
- FloatRadioActivityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a list of Number objects or a list of FloatRadioActivity objects.
- FloatRadioActivityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatRadioActivity objects.
- FloatRadioActivityVector(Map<Integer, ? extends Number>, int, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatRadioActivity objects.
- FloatRadioActivityVector(Map<Integer, ? extends Number>, int, RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatRadioActivity objects.
- FloatRadioActivityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatRadioActivity objects.
- FloatRadioActivityVector(FloatRadioActivity[]) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from an array of FloatRadioActivity objects.
- FloatRadioActivityVector(FloatRadioActivity[], RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from an array of FloatRadioActivity objects.
- FloatRadioActivityVector(FloatRadioActivity[], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from an array of FloatRadioActivity objects.
- FloatRadioActivityVector(FloatRadioActivity[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from an array of FloatRadioActivity objects.
- FloatRadioActivityVector(FloatVectorData, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
-
Construct a FloatRadioActivityVector from an internal data object.
- FloatScalar<U extends Unit<U>,
S extends FloatScalar<U, S>> - Class in org.djunits.value.vfloat.scalar.base -
Static methods to create and operate on FloatScalars.
- FloatScalar(U, float) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Construct a new FloatScalar.
- FloatScalarAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> - Class in org.djunits.value.vfloat.scalar.base -
The typed, abstract FloatScalarAbs 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. - FloatScalarAbs(float, AU) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
-
Construct a new Absolute Immutable FloatScalar.
- FloatScalarAbs(A) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
-
Construct a new Absolute Immutable FloatScalar from an existing Absolute Immutable FloatScalar.
- FloatScalarRel<U extends Unit<U>,
R extends FloatScalarRel<U, R>> - Class in org.djunits.value.vfloat.scalar.base -
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. - FloatScalarRel(float, U) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Construct a new Relative Immutable FloatScalar.
- FloatScalarRel(R) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Construct a new Relative Immutable FloatScalar from an existing Relative Immutable FloatScalar.
- FloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> - Class in org.djunits.value.vfloat.scalar.base -
The typed, abstract FloatScalarRelWithAbs class that forms the basis of the relative FloatScalars suck as Duration that have an absolute equivalent such as Time.
- FloatScalarRelWithAbs(float, RU) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarRelWithAbs
-
Construct a new Relative Immutable FloatScalar.
- FloatScalarRelWithAbs(R) - Constructor for class org.djunits.value.vfloat.scalar.base.FloatScalarRelWithAbs
-
Construct a new Relative Immutable FloatScalar from an existing Relative Immutable FloatScalar.
- FloatSIMatrix - Class in org.djunits.value.vfloat.matrix
-
Easy access methods for the generic Relative SI FloatMatrix.
- FloatSIMatrix(float[][], SIUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Construct a new Relative FloatSIMatrix with a unit for the float values that will also be used for the displayUnit.
- FloatSIMatrix(float[][], SIUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Construct a new Relative FloatSIMatrix with a unit for the float values that will also be used for the displayUnit.
- FloatSIMatrix(FloatMatrixData, SIUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Construct a new Relative FloatSIMatrix on the basis of a data object.
- FloatSIScalar - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the generic Relative SI FloatScalar.
- FloatSIScalar(float, SIUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Construct SI scalar.
- FloatSIScalar(FloatSIScalar) - Constructor for class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Construct SI scalar.
- FloatSIVector - Class in org.djunits.value.vfloat.vector
-
Easy access methods for the generic Relative SI FloatVector.
- FloatSIVector(float[], SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a float[] object.
- FloatSIVector(float[], SIUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a float[] object.
- FloatSIVector(List<? extends Number>, SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a list of Number objects or a list of FloatSIScalar objects.
- FloatSIVector(List<? extends Number>, SIUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a list of Number objects or a list of FloatSIScalar objects.
- FloatSIVector(Map<Integer, ? extends Number>, int, SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSIScalar objects.
- FloatSIVector(Map<Integer, ? extends Number>, int, SIUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSIScalar objects.
- FloatSIVector(FloatSIScalar[], SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from an array of FloatSIScalar objects.
- FloatSIVector(FloatSIScalar[], SIUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from an array of FloatSIScalar objects.
- FloatSIVector(FloatVectorData, SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
-
Construct a FloatSIVector from an internal data object.
- FloatSolidAngle - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.
- FloatSolidAngle(double, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Construct FloatSolidAngle scalar using a double value.
- FloatSolidAngle(float, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Construct FloatSolidAngle scalar.
- FloatSolidAngle(FloatSolidAngle) - Constructor for class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Construct FloatSolidAngle scalar.
- FloatSolidAngleMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.
- FloatSolidAngleMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a float[][] object with SI-unit values.
- FloatSolidAngleMatrix(float[][], SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a float[][] object.
- FloatSolidAngleMatrix(float[][], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a float[][] object.
- FloatSolidAngleMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a float[][] object with SI-unit values.
- FloatSolidAngleMatrix(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSolidAngleMatrix(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSolidAngleMatrix(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>>, SolidAngleUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSolidAngleMatrix(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>>, SolidAngleUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSolidAngleMatrix(FloatMatrixData, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from an internal data object.
- FloatSolidAngleMatrix(FloatSolidAngle[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.
- FloatSolidAngleMatrix(FloatSolidAngle[][], SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.
- FloatSolidAngleMatrix(FloatSolidAngle[][], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.
- FloatSolidAngleMatrix(FloatSolidAngle[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
-
Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.
- FloatSolidAngleVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.
- FloatSolidAngleVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a float[] object with SI-unit values.
- FloatSolidAngleVector(float[], SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a float[] object.
- FloatSolidAngleVector(float[], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a float[] object.
- FloatSolidAngleVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a float[] object with SI-unit values.
- FloatSolidAngleVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.
- FloatSolidAngleVector(List<? extends Number>, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.
- FloatSolidAngleVector(List<? extends Number>, SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.
- FloatSolidAngleVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.
- FloatSolidAngleVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.
- FloatSolidAngleVector(Map<Integer, ? extends Number>, int, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.
- FloatSolidAngleVector(Map<Integer, ? extends Number>, int, SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.
- FloatSolidAngleVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.
- FloatSolidAngleVector(FloatSolidAngle[]) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.
- FloatSolidAngleVector(FloatSolidAngle[], SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.
- FloatSolidAngleVector(FloatSolidAngle[], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.
- FloatSolidAngleVector(FloatSolidAngle[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.
- FloatSolidAngleVector(FloatVectorData, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Construct a FloatSolidAngleVector from an internal data object.
- FloatSparseValue<U extends Unit<U>,
S extends FloatScalar<U, S>> - Class in org.djunits.value.vfloat.matrix.base -
Data point for a matrix that can be used for constructing sparse matrices.
- FloatSparseValue(int, int, float) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatSparseValue
-
Create a data point for a sparse matrix.
- FloatSparseValue(int, int, float, U) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatSparseValue
-
Create a data point for a sparse matrix.
- FloatSparseValue(int, int, S) - Constructor for class org.djunits.value.vfloat.matrix.base.FloatSparseValue
-
Create a data point for a sparse matrix.
- FloatSpeed - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.
- FloatSpeed(double, SpeedUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatSpeed
-
Construct FloatSpeed scalar using a double value.
- FloatSpeed(float, SpeedUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatSpeed
-
Construct FloatSpeed scalar.
- FloatSpeed(FloatSpeed) - Constructor for class org.djunits.value.vfloat.scalar.FloatSpeed
-
Construct FloatSpeed scalar.
- FloatSpeedMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.
- FloatSpeedMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a float[][] object with SI-unit values.
- FloatSpeedMatrix(float[][], SpeedUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a float[][] object.
- FloatSpeedMatrix(float[][], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a float[][] object.
- FloatSpeedMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a float[][] object with SI-unit values.
- FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>>, SpeedUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>>, SpeedUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatSpeedMatrix(FloatMatrixData, SpeedUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from an internal data object.
- FloatSpeedMatrix(FloatSpeed[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.
- FloatSpeedMatrix(FloatSpeed[][], SpeedUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.
- FloatSpeedMatrix(FloatSpeed[][], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.
- FloatSpeedMatrix(FloatSpeed[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
-
Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.
- FloatSpeedVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatSpeedVector, a vector of values with a SpeedUnit.
- FloatSpeedVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a float[] object with SI-unit values.
- FloatSpeedVector(float[], SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a float[] object.
- FloatSpeedVector(float[], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a float[] object.
- FloatSpeedVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a float[] object with SI-unit values.
- FloatSpeedVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.
- FloatSpeedVector(List<? extends Number>, SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.
- FloatSpeedVector(List<? extends Number>, SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.
- FloatSpeedVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.
- FloatSpeedVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.
- FloatSpeedVector(Map<Integer, ? extends Number>, int, SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.
- FloatSpeedVector(Map<Integer, ? extends Number>, int, SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.
- FloatSpeedVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.
- FloatSpeedVector(FloatSpeed[]) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from an array of FloatSpeed objects.
- FloatSpeedVector(FloatSpeed[], SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from an array of FloatSpeed objects.
- FloatSpeedVector(FloatSpeed[], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from an array of FloatSpeed objects.
- FloatSpeedVector(FloatSpeed[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from an array of FloatSpeed objects.
- FloatSpeedVector(FloatVectorData, SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
-
Construct a FloatSpeedVector from an internal data object.
- FloatTemperature - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatTemperature FloatScalar.
- FloatTemperature(double, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTemperature
-
Construct FloatTemperature scalar using a double value.
- FloatTemperature(float, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTemperature
-
Construct FloatTemperature scalar.
- FloatTemperature(FloatTemperature) - Constructor for class org.djunits.value.vfloat.scalar.FloatTemperature
-
Construct FloatTemperature scalar.
- FloatTemperatureMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatTemperature Matrix.
- FloatTemperatureMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a float[][] object with SI-unit values.
- FloatTemperatureMatrix(float[][], TemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a float[][] object.
- FloatTemperatureMatrix(float[][], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a float[][] object.
- FloatTemperatureMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a float[][] object with SI-unit values.
- FloatTemperatureMatrix(Collection<FloatSparseValue<TemperatureUnit, FloatTemperature>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTemperatureMatrix(Collection<FloatSparseValue<TemperatureUnit, FloatTemperature>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTemperatureMatrix(Collection<FloatSparseValue<TemperatureUnit, FloatTemperature>>, TemperatureUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTemperatureMatrix(Collection<FloatSparseValue<TemperatureUnit, FloatTemperature>>, TemperatureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTemperatureMatrix(FloatMatrixData, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from an internal data object.
- FloatTemperatureMatrix(FloatTemperature[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from an array of an array of FloatTemperature objects.
- FloatTemperatureMatrix(FloatTemperature[][], TemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from an array of an array of FloatTemperature objects.
- FloatTemperatureMatrix(FloatTemperature[][], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from an array of an array of FloatTemperature objects.
- FloatTemperatureMatrix(FloatTemperature[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
-
Construct a FloatTemperatureMatrix from an array of an array of FloatTemperature objects.
- FloatTemperatureVector - Class in org.djunits.value.vfloat.vector
-
Relative FloatTemperature Vector.
- FloatTemperatureVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a float[] object with SI-unit values.
- FloatTemperatureVector(float[], TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a float[] object.
- FloatTemperatureVector(float[], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a float[] object.
- FloatTemperatureVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a float[] object with SI-unit values.
- FloatTemperatureVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a list of Number objects or a list of FloatTemperature objects.
- FloatTemperatureVector(List<? extends Number>, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a list of Number objects or a list of FloatTemperature objects.
- FloatTemperatureVector(List<? extends Number>, TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a list of Number objects or a list of FloatTemperature objects.
- FloatTemperatureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a list of Number objects or a list of FloatTemperature objects.
- FloatTemperatureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTemperature objects.
- FloatTemperatureVector(Map<Integer, ? extends Number>, int, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTemperature objects.
- FloatTemperatureVector(Map<Integer, ? extends Number>, int, TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTemperature objects.
- FloatTemperatureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTemperature objects.
- FloatTemperatureVector(FloatTemperature[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from an array of FloatTemperature objects.
- FloatTemperatureVector(FloatTemperature[], TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from an array of FloatTemperature objects.
- FloatTemperatureVector(FloatTemperature[], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from an array of FloatTemperature objects.
- FloatTemperatureVector(FloatTemperature[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from an array of FloatTemperature objects.
- FloatTemperatureVector(FloatVectorData, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
-
Construct a FloatTemperatureVector from an internal data object.
- FloatTime - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatTime FloatScalar.
- FloatTime(double, TimeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTime
-
Construct FloatTime scalar using a double value.
- FloatTime(float, TimeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTime
-
Construct FloatTime scalar.
- FloatTime(FloatTime) - Constructor for class org.djunits.value.vfloat.scalar.FloatTime
-
Construct FloatTime scalar.
- FloatTimeMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatTime Matrix.
- FloatTimeMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a float[][] object with SI-unit values.
- FloatTimeMatrix(float[][], TimeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a float[][] object.
- FloatTimeMatrix(float[][], TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a float[][] object.
- FloatTimeMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a float[][] object with SI-unit values.
- FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>>, TimeUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>>, TimeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTimeMatrix(FloatMatrixData, TimeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a TimeMatrix from an internal data object.
- FloatTimeMatrix(FloatTime[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from an array of an array of FloatTime objects.
- FloatTimeMatrix(FloatTime[][], TimeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from an array of an array of FloatTime objects.
- FloatTimeMatrix(FloatTime[][], TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from an array of an array of FloatTime objects.
- FloatTimeMatrix(FloatTime[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
-
Construct a FloatTimeMatrix from an array of an array of FloatTime objects.
- FloatTimeVector - Class in org.djunits.value.vfloat.vector
-
Absolute FloatTime Vector.
- FloatTimeVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a float[] object with SI-unit values.
- FloatTimeVector(float[], TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a float[] object.
- FloatTimeVector(float[], TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a float[] object.
- FloatTimeVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a float[] object with SI-unit values.
- FloatTimeVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.
- FloatTimeVector(List<? extends Number>, TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.
- FloatTimeVector(List<? extends Number>, TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.
- FloatTimeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.
- FloatTimeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.
- FloatTimeVector(Map<Integer, ? extends Number>, int, TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.
- FloatTimeVector(Map<Integer, ? extends Number>, int, TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.
- FloatTimeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.
- FloatTimeVector(FloatTime[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from an array of FloatTime objects.
- FloatTimeVector(FloatTime[], TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from an array of FloatTime objects.
- FloatTimeVector(FloatTime[], TimeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from an array of FloatTime objects.
- FloatTimeVector(FloatTime[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from an array of FloatTime objects.
- FloatTimeVector(FloatVectorData, TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
-
Construct a FloatTimeVector from an internal data object.
- FloatTorque - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatTorque FloatScalar, which is relative by definition.
- FloatTorque(double, TorqueUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTorque
-
Construct FloatTorque scalar using a double value.
- FloatTorque(float, TorqueUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatTorque
-
Construct FloatTorque scalar.
- FloatTorque(FloatTorque) - Constructor for class org.djunits.value.vfloat.scalar.FloatTorque
-
Construct FloatTorque scalar.
- FloatTorqueMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.
- FloatTorqueMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a float[][] object with SI-unit values.
- FloatTorqueMatrix(float[][], TorqueUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a float[][] object.
- FloatTorqueMatrix(float[][], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a float[][] object.
- FloatTorqueMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a float[][] object with SI-unit values.
- FloatTorqueMatrix(Collection<FloatSparseValue<TorqueUnit, FloatTorque>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTorqueMatrix(Collection<FloatSparseValue<TorqueUnit, FloatTorque>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTorqueMatrix(Collection<FloatSparseValue<TorqueUnit, FloatTorque>>, TorqueUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTorqueMatrix(Collection<FloatSparseValue<TorqueUnit, FloatTorque>>, TorqueUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatTorqueMatrix(FloatMatrixData, TorqueUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from an internal data object.
- FloatTorqueMatrix(FloatTorque[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from an array of an array of FloatTorque objects.
- FloatTorqueMatrix(FloatTorque[][], TorqueUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from an array of an array of FloatTorque objects.
- FloatTorqueMatrix(FloatTorque[][], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from an array of an array of FloatTorque objects.
- FloatTorqueMatrix(FloatTorque[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
-
Construct a FloatTorqueMatrix from an array of an array of FloatTorque objects.
- FloatTorqueVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatTorqueVector, a vector of values with a TorqueUnit.
- FloatTorqueVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a float[] object with SI-unit values.
- FloatTorqueVector(float[], TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a float[] object.
- FloatTorqueVector(float[], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a float[] object.
- FloatTorqueVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a float[] object with SI-unit values.
- FloatTorqueVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a list of Number objects or a list of FloatTorque objects.
- FloatTorqueVector(List<? extends Number>, TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a list of Number objects or a list of FloatTorque objects.
- FloatTorqueVector(List<? extends Number>, TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a list of Number objects or a list of FloatTorque objects.
- FloatTorqueVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a list of Number objects or a list of FloatTorque objects.
- FloatTorqueVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTorque objects.
- FloatTorqueVector(Map<Integer, ? extends Number>, int, TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTorque objects.
- FloatTorqueVector(Map<Integer, ? extends Number>, int, TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTorque objects.
- FloatTorqueVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTorque objects.
- FloatTorqueVector(FloatTorque[]) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from an array of FloatTorque objects.
- FloatTorqueVector(FloatTorque[], TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from an array of FloatTorque objects.
- FloatTorqueVector(FloatTorque[], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from an array of FloatTorque objects.
- FloatTorqueVector(FloatTorque[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from an array of FloatTorque objects.
- FloatTorqueVector(FloatVectorData, TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
-
Construct a FloatTorqueVector from an internal data object.
- floatValue() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- floatValue() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- FloatVector<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>> - Class in org.djunits.value.vfloat.vector.base -
The most basic abstract class for the FloatVector.
- FloatVector(FloatVectorData, U) - Constructor for class org.djunits.value.vfloat.vector.base.FloatVector
-
Construct a new FloatVector.
- FloatVector.Itr - Class in org.djunits.value.vfloat.vector.base
-
The iterator class is loosely based in AbstractList.Itr.
- 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>> - Class in org.djunits.value.vfloat.vector.base -
AbstractMutableFloatVectorRelWithAbs.java.
- FloatVectorAbs(FloatVectorData, AU) - Constructor for class org.djunits.value.vfloat.vector.base.FloatVectorAbs
-
Construct a new Relative Mutable FloatVector.
- FloatVectorData - Class in org.djunits.value.vfloat.vector.data
-
Stores the data for a FloatVector and carries out basic operations.
- FloatVectorData(StorageType) - Constructor for class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Construct a new FloatVectorData object.
- FloatVectorDataDense - Class in org.djunits.value.vfloat.vector.data
-
Stores dense data for a FloatVector and carries out basic operations.
- FloatVectorDataDense(float[]) - Constructor for class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
-
Create a vector with dense data.
- FloatVectorDataSparse - Class in org.djunits.value.vfloat.vector.data
-
Stores sparse data for a FloatVector and carries out basic operations.
- FloatVectorDataSparse(float[], int[], int) - Constructor for class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
-
Create a vector with sparse data.
- FloatVectorRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>> - Class in org.djunits.value.vfloat.vector.base -
AbstractMutableFloatVectorRel.java.
- FloatVectorRel(FloatVectorData, U) - Constructor for class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Construct a new Relative Mutable FloatVector.
- 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>> - Class in org.djunits.value.vfloat.vector.base -
AbstractMutableFloatVectorRelWithAbs.java.
- FloatVectorRelWithAbs(FloatVectorData, RU) - Constructor for class org.djunits.value.vfloat.vector.base.FloatVectorRelWithAbs
-
Construct a new Relative Mutable FloatVector.
- FloatVolume - Class in org.djunits.value.vfloat.scalar
-
Easy access methods for the FloatVolume FloatScalar, which is relative by definition.
- FloatVolume(double, VolumeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatVolume
-
Construct FloatVolume scalar using a double value.
- FloatVolume(float, VolumeUnit) - Constructor for class org.djunits.value.vfloat.scalar.FloatVolume
-
Construct FloatVolume scalar.
- FloatVolume(FloatVolume) - Constructor for class org.djunits.value.vfloat.scalar.FloatVolume
-
Construct FloatVolume scalar.
- FloatVolumeMatrix - Class in org.djunits.value.vfloat.matrix
-
Immutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit.
- FloatVolumeMatrix(float[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a float[][] object with SI-unit values.
- FloatVolumeMatrix(float[][], VolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a float[][] object.
- FloatVolumeMatrix(float[][], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a float[][] object.
- FloatVolumeMatrix(float[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a float[][] object with SI-unit values.
- FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>>, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>>, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>>, VolumeUnit, int, int) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>>, VolumeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.
- FloatVolumeMatrix(FloatMatrixData, VolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from an internal data object.
- FloatVolumeMatrix(FloatVolume[][]) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.
- FloatVolumeMatrix(FloatVolume[][], VolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.
- FloatVolumeMatrix(FloatVolume[][], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.
- FloatVolumeMatrix(FloatVolume[][], StorageType) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
-
Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.
- FloatVolumeVector - Class in org.djunits.value.vfloat.vector
-
Immutable Float FloatVolumeVector, a vector of values with a VolumeUnit.
- FloatVolumeVector(float[]) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a float[] object with SI-unit values.
- FloatVolumeVector(float[], VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a float[] object.
- FloatVolumeVector(float[], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a float[] object.
- FloatVolumeVector(float[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a float[] object with SI-unit values.
- FloatVolumeVector(List<? extends Number>) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.
- FloatVolumeVector(List<? extends Number>, VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.
- FloatVolumeVector(List<? extends Number>, VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.
- FloatVolumeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.
- FloatVolumeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.
- FloatVolumeVector(Map<Integer, ? extends Number>, int, VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.
- FloatVolumeVector(Map<Integer, ? extends Number>, int, VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.
- FloatVolumeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.
- FloatVolumeVector(FloatVolume[]) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from an array of FloatVolume objects.
- FloatVolumeVector(FloatVolume[], VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from an array of FloatVolume objects.
- FloatVolumeVector(FloatVolume[], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from an array of FloatVolume objects.
- FloatVolumeVector(FloatVolume[], StorageType) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from an array of FloatVolume objects.
- FloatVolumeVector(FloatVectorData, VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
-
Construct a FloatVolumeVector from an internal data object.
- floor() - Method in interface org.djunits.value.Value
-
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
- floor() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- floor() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- floor() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- floor() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- floor() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- floor() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- floor() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- floor() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- FLOOR - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.floor(a)
. - FLOOR - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.floor(a)
. - FlowMass - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.
- FlowMass(double, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.scalar.FlowMass
-
Construct FlowMass scalar.
- FlowMass(FlowMass) - Constructor for class org.djunits.value.vdouble.scalar.FlowMass
-
Construct FlowMass scalar.
- FlowMassMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.
- FlowMassMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a double[][] object with SI-unit values.
- FlowMassMatrix(double[][], FlowMassUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a double[][] object.
- FlowMassMatrix(double[][], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a double[][] object.
- FlowMassMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a double[][] object with SI-unit values.
- FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>>, FlowMassUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>>, FlowMassUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowMassMatrix(DoubleMatrixData, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from an internal data object.
- FlowMassMatrix(FlowMass[][]) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from an array of an array of FlowMass objects.
- FlowMassMatrix(FlowMass[][], FlowMassUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from an array of an array of FlowMass objects.
- FlowMassMatrix(FlowMass[][], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from an array of an array of FlowMass objects.
- FlowMassMatrix(FlowMass[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
-
Construct a FlowMassMatrix from an array of an array of FlowMass objects.
- FlowMassUnit - Class in org.djunits.unit
-
The mass flow rate is the mass of a substance which passes through a given surface per unit of time (wikipedia).
- FlowMassUnit() - Constructor for class org.djunits.unit.FlowMassUnit
- FlowMassVector - Class in org.djunits.value.vdouble.vector
-
Double FlowMassVector, a vector of values with a FlowMassUnit.
- FlowMassVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a double[] object with SI-unit values.
- FlowMassVector(double[], FlowMassUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a double[] object.
- FlowMassVector(double[], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a double[] object.
- FlowMassVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a double[] object with SI-unit values.
- FlowMassVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a list of Number objects or a list of FlowMass objects.
- FlowMassVector(List<? extends Number>, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a list of Number objects or a list of FlowMass objects.
- FlowMassVector(List<? extends Number>, FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a list of Number objects or a list of FlowMass objects.
- FlowMassVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a list of Number objects or a list of FlowMass objects.
- FlowMassVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowMass objects.
- FlowMassVector(Map<Integer, ? extends Number>, int, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowMass objects.
- FlowMassVector(Map<Integer, ? extends Number>, int, FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowMass objects.
- FlowMassVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowMass objects.
- FlowMassVector(FlowMass[]) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from an array of FlowMass objects.
- FlowMassVector(FlowMass[], FlowMassUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from an array of FlowMass objects.
- FlowMassVector(FlowMass[], FlowMassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from an array of FlowMass objects.
- FlowMassVector(FlowMass[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from an array of FlowMass objects.
- FlowMassVector(DoubleVectorData, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowMassVector
-
Construct an FlowMassVector from an internal data object.
- FlowVolume - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.
- FlowVolume(double, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.scalar.FlowVolume
-
Construct FlowVolume scalar.
- FlowVolume(FlowVolume) - Constructor for class org.djunits.value.vdouble.scalar.FlowVolume
-
Construct FlowVolume scalar.
- FlowVolumeMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
- FlowVolumeMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a double[][] object with SI-unit values.
- FlowVolumeMatrix(double[][], FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a double[][] object.
- FlowVolumeMatrix(double[][], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a double[][] object.
- FlowVolumeMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a double[][] object with SI-unit values.
- FlowVolumeMatrix(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowVolumeMatrix(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowVolumeMatrix(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>>, FlowVolumeUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowVolumeMatrix(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>>, FlowVolumeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- FlowVolumeMatrix(DoubleMatrixData, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from an internal data object.
- FlowVolumeMatrix(FlowVolume[][]) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.
- FlowVolumeMatrix(FlowVolume[][], FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.
- FlowVolumeMatrix(FlowVolume[][], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.
- FlowVolumeMatrix(FlowVolume[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
-
Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.
- FlowVolumeUnit - Class in org.djunits.unit
-
The volume flow rate is the volume of fluid which passes through a given surface per unit of time (wikipedia).
- FlowVolumeUnit() - Constructor for class org.djunits.unit.FlowVolumeUnit
- FlowVolumeVector - Class in org.djunits.value.vdouble.vector
-
Double FlowVolumeVector, a vector of values with a FlowVolumeUnit.
- FlowVolumeVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a double[] object with SI-unit values.
- FlowVolumeVector(double[], FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a double[] object.
- FlowVolumeVector(double[], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a double[] object.
- FlowVolumeVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a double[] object with SI-unit values.
- FlowVolumeVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.
- FlowVolumeVector(List<? extends Number>, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.
- FlowVolumeVector(List<? extends Number>, FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.
- FlowVolumeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.
- FlowVolumeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowVolume objects.
- FlowVolumeVector(Map<Integer, ? extends Number>, int, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowVolume objects.
- FlowVolumeVector(Map<Integer, ? extends Number>, int, FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowVolume objects.
- FlowVolumeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowVolume objects.
- FlowVolumeVector(FlowVolume[]) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from an array of FlowVolume objects.
- FlowVolumeVector(FlowVolume[], FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from an array of FlowVolume objects.
- FlowVolumeVector(FlowVolume[], FlowVolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from an array of FlowVolume objects.
- FlowVolumeVector(FlowVolume[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from an array of FlowVolume objects.
- FlowVolumeVector(DoubleVectorData, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.FlowVolumeVector
-
Construct an FlowVolumeVector from an internal data object.
- FLUID_OUNCE_IMP - Static variable in interface org.djunits.unit.util.UNITS
- FLUID_OUNCE_IMP - Static variable in class org.djunits.unit.VolumeUnit
-
ounce (fluid imperial) = 1/20 imp pint.
- FLUID_OUNCE_US - Static variable in interface org.djunits.unit.util.UNITS
- FLUID_OUNCE_US - Static variable in class org.djunits.unit.VolumeUnit
-
ounce (fluid US) = 1/16 US pint.
- FOOT - Static variable in class org.djunits.unit.LengthUnit
-
foot (international) = 0.3048 m = 1/3 yd = 12 inches.
- FOOT - Static variable in class org.djunits.unit.PositionUnit
-
foot (international) = 0.3048 m = 1/3 yd = 12 inches.
- FOOT - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_ABS - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_MERCURY - Static variable in class org.djunits.unit.PressureUnit
-
foot Hg.
- FOOT_MERCURY - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_PER_HOUR - Static variable in class org.djunits.unit.SpeedUnit
-
ft/h.
- FOOT_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_PER_MINUTE - Static variable in class org.djunits.unit.SpeedUnit
-
ft/min.
- FOOT_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_PER_SECOND - Static variable in class org.djunits.unit.SpeedUnit
-
ft/s.
- FOOT_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_PER_SECOND_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
ft/s2.
- FOOT_PER_SECOND_2 - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_POUND_FORCE - Static variable in class org.djunits.unit.EnergyUnit
-
foot-pound force.
- FOOT_POUND_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_POUND_FORCE_PER_HOUR - Static variable in class org.djunits.unit.PowerUnit
-
foot-pound-force per hour.
- FOOT_POUND_FORCE_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_POUND_FORCE_PER_MINUTE - Static variable in class org.djunits.unit.PowerUnit
-
foot-pound-force per minute.
- FOOT_POUND_FORCE_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- FOOT_POUND_FORCE_PER_SECOND - Static variable in class org.djunits.unit.PowerUnit
-
foot-pound-force per second.
- FOOT_POUND_FORCE_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- Force - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Force DoubleScalar, which is relative by definition.
- Force(double, ForceUnit) - Constructor for class org.djunits.value.vdouble.scalar.Force
-
Construct Force scalar.
- Force(Force) - Constructor for class org.djunits.value.vdouble.scalar.Force
-
Construct Force scalar.
- ForceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double ForceMatrix, a matrix of values with a ForceUnit.
- ForceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a double[][] object with SI-unit values.
- ForceMatrix(double[][], ForceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a double[][] object.
- ForceMatrix(double[][], ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a double[][] object.
- ForceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a double[][] object with SI-unit values.
- ForceMatrix(Collection<DoubleSparseValue<ForceUnit, Force>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ForceMatrix(Collection<DoubleSparseValue<ForceUnit, Force>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ForceMatrix(Collection<DoubleSparseValue<ForceUnit, Force>>, ForceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ForceMatrix(Collection<DoubleSparseValue<ForceUnit, Force>>, ForceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.
- ForceMatrix(DoubleMatrixData, ForceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from an internal data object.
- ForceMatrix(Force[][]) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from an array of an array of Force objects.
- ForceMatrix(Force[][], ForceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from an array of an array of Force objects.
- ForceMatrix(Force[][], ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from an array of an array of Force objects.
- ForceMatrix(Force[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
-
Construct a ForceMatrix from an array of an array of Force objects.
- ForceUnit - Class in org.djunits.unit
-
The units of force.
- ForceUnit() - Constructor for class org.djunits.unit.ForceUnit
- ForceVector - Class in org.djunits.value.vdouble.vector
-
Double ForceVector, a vector of values with a ForceUnit.
- ForceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a double[] object with SI-unit values.
- ForceVector(double[], ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a double[] object.
- ForceVector(double[], ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a double[] object.
- ForceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a double[] object with SI-unit values.
- ForceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a list of Number objects or a list of Force objects.
- ForceVector(List<? extends Number>, ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a list of Number objects or a list of Force objects.
- ForceVector(List<? extends Number>, ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a list of Number objects or a list of Force objects.
- ForceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a list of Number objects or a list of Force objects.
- ForceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.
- ForceVector(Map<Integer, ? extends Number>, int, ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.
- ForceVector(Map<Integer, ? extends Number>, int, ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.
- ForceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.
- ForceVector(Force[]) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from an array of Force objects.
- ForceVector(Force[], ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from an array of Force objects.
- ForceVector(Force[], ForceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from an array of Force objects.
- ForceVector(Force[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from an array of Force objects.
- ForceVector(DoubleVectorData, ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
-
Construct an ForceVector from an internal data object.
- format(double) - Method in class org.djunits.value.base.Scalar
-
Format a string according to the current locale and the standard (minimized) format, such as "3.14" or "300.0".
- format(double) - Static method in class org.djunits.value.formatter.EngineeringFormatter
-
Format a double in Engineering format using
DEFAULTSIZE
room. - format(double) - Static method in class org.djunits.value.formatter.Format
-
Format a floating point value.
- format(double, int) - Static method in class org.djunits.value.formatter.EngineeringFormatter
-
Format a double in Engineering format.
- format(double, int) - Static method in class org.djunits.value.formatter.Formatter
-
Format a floating point value.
- format(double, int, int) - Static method in class org.djunits.value.formatter.Formatter
-
Format a floating point value.
- format(double, String) - Method in class org.djunits.value.base.Scalar
-
Format a string according to the current locale and the provided format string.
- format(float) - Static method in class org.djunits.value.formatter.Formatter
-
Format a floating point value.
- format(float, int) - Static method in class org.djunits.value.formatter.Formatter
-
Format a floating point value.
- format(float, int, int) - Static method in class org.djunits.value.formatter.Formatter
-
Format a floating point value.
- Format - Class in org.djunits.value.formatter
-
Format a floating point number in a reasonable way.
- formatString(int, int, String) - Static method in class org.djunits.value.formatter.Formatter
-
Build a format string.
- Formatter - Class in org.djunits.value.formatter
-
Formatter of values with width and precision.
- FRANKLIN - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
franklin (CGS ESU).
- FRANKLIN - Static variable in interface org.djunits.unit.util.UNITS
- Frequency - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Frequency DoubleScalar, which is relative by definition.
- Frequency(double, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.scalar.Frequency
-
Construct Frequency scalar.
- Frequency(Frequency) - Constructor for class org.djunits.value.vdouble.scalar.Frequency
-
Construct Frequency scalar.
- FrequencyMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.
- FrequencyMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a double[][] object with SI-unit values.
- FrequencyMatrix(double[][], FrequencyUnit) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a double[][] object.
- FrequencyMatrix(double[][], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a double[][] object.
- FrequencyMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a double[][] object with SI-unit values.
- FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.
- FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.
- FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>>, FrequencyUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.
- FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>>, FrequencyUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.
- FrequencyMatrix(DoubleMatrixData, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from an internal data object.
- FrequencyMatrix(Frequency[][]) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from an array of an array of Frequency objects.
- FrequencyMatrix(Frequency[][], FrequencyUnit) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from an array of an array of Frequency objects.
- FrequencyMatrix(Frequency[][], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from an array of an array of Frequency objects.
- FrequencyMatrix(Frequency[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
-
Construct a FrequencyMatrix from an array of an array of Frequency objects.
- FrequencyUnit - Class in org.djunits.unit
-
Standard frequency unit based on time.
- FrequencyUnit() - Constructor for class org.djunits.unit.FrequencyUnit
- FrequencyVector - Class in org.djunits.value.vdouble.vector
-
Double FrequencyVector, a vector of values with a FrequencyUnit.
- FrequencyVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a double[] object with SI-unit values.
- FrequencyVector(double[], FrequencyUnit) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a double[] object.
- FrequencyVector(double[], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a double[] object.
- FrequencyVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a double[] object with SI-unit values.
- FrequencyVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a list of Number objects or a list of Frequency objects.
- FrequencyVector(List<? extends Number>, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a list of Number objects or a list of Frequency objects.
- FrequencyVector(List<? extends Number>, FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a list of Number objects or a list of Frequency objects.
- FrequencyVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a list of Number objects or a list of Frequency objects.
- FrequencyVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Frequency objects.
- FrequencyVector(Map<Integer, ? extends Number>, int, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Frequency objects.
- FrequencyVector(Map<Integer, ? extends Number>, int, FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Frequency objects.
- FrequencyVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Frequency objects.
- FrequencyVector(Frequency[]) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from an array of Frequency objects.
- FrequencyVector(Frequency[], FrequencyUnit) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from an array of Frequency objects.
- FrequencyVector(Frequency[], FrequencyUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from an array of Frequency objects.
- FrequencyVector(Frequency[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from an array of Frequency objects.
- FrequencyVector(DoubleVectorData, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.vector.FrequencyVector
-
Construct an FrequencyVector from an internal data object.
- fromStandardUnit(double) - Method in class org.djunits.unit.scale.GradeScale
- fromStandardUnit(double) - Method in class org.djunits.unit.scale.IdentityScale
- fromStandardUnit(double) - Method in class org.djunits.unit.scale.LinearScale
- fromStandardUnit(double) - Method in class org.djunits.unit.scale.OffsetLinearScale
- fromStandardUnit(double) - Method in interface org.djunits.unit.scale.Scale
-
Convert a value from an SI value to a value in the unit that uses this scale.
G
- G - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Gravitational constant, a.k.a.
- G - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Gravitational constant, a.k.a.
- GAL - Static variable in class org.djunits.unit.AccelerationUnit
-
cm/s.
- GAL - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_IMP - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_IMP - Static variable in class org.djunits.unit.VolumeUnit
-
gallon (imperial).
- GALLON_US - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_US - Static variable in class org.djunits.unit.VolumeUnit
-
gallon (US), fluids.
- GALLON_US_PER_DAY - Static variable in class org.djunits.unit.FlowVolumeUnit
-
gallon/day (US).
- GALLON_US_PER_DAY - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_US_PER_HOUR - Static variable in class org.djunits.unit.FlowVolumeUnit
-
gallon/hour (US).
- GALLON_US_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_US_PER_MINUTE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
gallon/min (US).
- GALLON_US_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- GALLON_US_PER_SECOND - Static variable in class org.djunits.unit.FlowVolumeUnit
-
gallon/s (US).
- GALLON_US_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- GAUSS - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
Gauss.
- GAUSS - Static variable in interface org.djunits.unit.util.UNITS
- ge(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is greater than or equal to another DoubleScalar.
- ge(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- ge(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- ge0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is greater than or equal to 0.0.
- ge0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- ge0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- get(int) - Method in class org.djunits.value.base.Vector
-
Retrieve a value from the vector.
- get(int) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- get(int) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- get(int, int) - Method in class org.djunits.value.base.Matrix
-
Retrieve a value from the matrix.
- get(int, int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- get(int, int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getAbbreviation() - Method in class org.djunits.unit.unitsystem.UnitSystem
-
Retrieve the abbreviation of this UnitSystem.
- getAbbreviationKey() - Method in class org.djunits.unit.unitsystem.UnitSystem
-
Retrieve the abbreviation key of this UnitSystem.
- getAdditionalAbbreviations() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the additional abbreviations.
- getColumn() - Method in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
- getColumn() - Method in class org.djunits.value.vfloat.matrix.base.FloatSparseValue
- getColumn(int) - Method in class org.djunits.value.base.Matrix
-
Retrieve a column from the matrix as a vector.
- getColumn(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getColumn(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getColumnScalars(int) - Method in class org.djunits.value.base.Matrix
-
Retrieve a column from the matrix as an array of scalars.
- getColumnScalars(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getColumnScalars(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getColumnSI(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve a column from the matrix as an array of double.
- getColumnSI(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve a column from the matrix as an array of float.
- getConversionFactorToGrade() - Method in class org.djunits.unit.scale.GradeScale
- getConversionFactorToStandardUnit() - Method in class org.djunits.unit.scale.LinearScale
-
Retrieve the factor for conversion to the standard unit.
- getData() - Method in class org.djunits.value.IndexedValue
-
Retrieve the data object.
- getData() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getData() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- getData() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getData() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- getDefaultAbbreviations() - Method in class org.djunits.unit.Unit
-
Retrieve a safe copy of the unit abbreviations.
- getDefaultDisplayAbbreviation() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the default display abbreviation.
- getDefaultDisplayAbbreviation() - Method in class org.djunits.unit.Unit
-
Retrieve the default abbreviation.
- getDefaultDisplayPrefix() - Method in class org.djunits.unit.si.SIPrefix
-
Retrieve the default display prefix.
- getDefaultTextualAbbreviation() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the default textual abbreviation.
- getDefaultTextualAbbreviation() - Method in class org.djunits.unit.Unit
-
Retrieve the default textual abbreviation.
- getDefaultTextualPrefix() - Method in class org.djunits.unit.si.SIPrefix
-
Retrieve the default textual prefix.
- getDenseMatrixSI() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Create and return a deep copy of the data in dense format.
- getDenseMatrixSI() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- getDenseMatrixSI() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- getDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Create and return a deep copy of the data in dense format.
- getDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- getDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- getDenseVectorSI() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Create and return a dense copy of the data.
- getDenseVectorSI() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- getDenseVectorSI() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- getDenseVectorSI() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Create and return a dense copy of the data.
- getDenseVectorSI() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- getDenseVectorSI() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- getDiagonal() - Method in class org.djunits.value.base.Matrix
-
Retrieve the main diagonal of the matrix as a vector.
- getDiagonal() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getDiagonal() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getDiagonalScalars() - Method in class org.djunits.value.base.Matrix
-
Retrieve the main diagonal of the matrix as an array of scalars.
- getDiagonalScalars() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getDiagonalScalars() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getDiagonalSI() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve the main diagonal of the matrix as an array of double.
- getDiagonalSI() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve the main diagonal of the matrix as an array of float.
- getDisplayUnit() - Method in class org.djunits.value.base.Scalar
- getDisplayUnit() - Method in class org.djunits.value.IndexedValue
- getDisplayUnit() - Method in interface org.djunits.value.Value
-
Retrieve the unit of this Value.
- getDoubleDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Create and return a deep copy of the data in dense format.
- getDoubleDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- getDoubleDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- getFactor() - Method in class org.djunits.unit.si.SIPrefix
-
Retrieve the factor.
- getFallbackString(String) - Method in class org.djunits.locale.UnitLocale
-
Retrieve a string from the falback bundle.
- getId() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the id of the unit that this builder builds.
- getId() - Method in class org.djunits.unit.Unit
-
Retrieve the unit id.
- getInUnit() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Retrieve the value in the original unit.
- getInUnit() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Retrieve the value in the original unit.
- getInUnit(int) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Retrieve the value stored at a specified position in the original unit.
- getInUnit(int) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Retrieve the value stored at a specified position in the original unit.
- getInUnit(int, int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve the value stored at a specified row and column in the original unit.
- getInUnit(int, int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve the value stored at a specified row and column in the original unit.
- getInUnit(int, int, U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve the value stored at a specified row and column converted into a specified unit.
- getInUnit(int, int, U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve the value stored at a specified row and column converted into a specified unit.
- getInUnit(int, U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Retrieve the value stored at a specified position converted into a specified unit.
- getInUnit(int, U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Retrieve the value stored at a specified position converted into a specified unit.
- getInUnit(U) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Retrieve the value converted into some specified unit.
- getInUnit(U) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Retrieve the value converted into some specified unit.
- getKiloUnit(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
-
Return the prefix information for the given prefix key (e.g., "G" for "giga"), with an offset of a factor 1000 for units that have "kilo" as the default.
- getLocalizedAbbreviations() - Method in class org.djunits.unit.Unit
-
Retrieve a safe copy of the localized unit abbreviations.
- getLocalizedAbbreviations(U) - Method in class org.djunits.quantity.Quantity
-
Retrieve a safe copy of the localized unit abbreviations.
- getLocalizedDisplayAbbreviation() - Method in class org.djunits.unit.Unit
-
Retrieve the localized display abbreviation.
- getLocalizedDisplayAbbreviation(U) - Method in class org.djunits.quantity.Quantity
-
Retrieve the localized display abbreviation.
- getLocalizedName() - Method in class org.djunits.quantity.Quantity
-
Retrieve the localized name of this unit.
- getLocalizedTextualAbbreviation() - Method in class org.djunits.unit.Unit
-
Retrieve the localized textual abbreviation.
- getLocalizedTextualAbbreviation(U) - Method in class org.djunits.quantity.Quantity
-
Retrieve the localized textual abbreviation.
- getName() - Method in class org.djunits.quantity.Quantity
-
Retrieve the name of the quantity.
- getName() - Method in class org.djunits.unit.Unit.Builder
-
Return the name.
- getName() - Method in class org.djunits.unit.Unit
-
Retrieve the name of this unit.
- getName() - Method in class org.djunits.unit.unitsystem.UnitSystem
-
Retrieve the name of this UnitSystem.
- getNameKey() - Method in class org.djunits.unit.unitsystem.UnitSystem
-
Retrieve the name key of this UnitSystem.
- getOffsetToStandardUnit() - Method in class org.djunits.unit.scale.OffsetLinearScale
-
Retrieve the offset from the standard unit.
- getPerUnit(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
-
Look up and return the prefix information for the given prefix key (e.g., "/n" for "per nano").
- getPrefixName() - Method in class org.djunits.unit.si.SIPrefix
-
Retrieve the prefix name.
- getQuantities(SIDimensions) - Method in class org.djunits.quantity.Quantities
-
Retrieve a safe copy of the quantity set registered for an SI fingerprint.
- getQuantity() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the unit base.
- getQuantity() - Method in class org.djunits.unit.Unit
-
Retrieve the unit base of this unit.
- getQuantity(String) - Method in class org.djunits.quantity.Quantities
-
Return the Quantity for a given name of a unit class, or null if it has not been registered.
- getRegistry() - Method in class org.djunits.quantity.Quantities
- getRelativeQuantity() - Method in class org.djunits.unit.AbsoluteLinearUnit
-
Return the corresponding relative unit base.
- getRelativeUnit() - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
-
Retrieve the corresponding relative unit that has the same conversion factor.
- getRelativeUnit() - Method in class org.djunits.unit.AbsoluteLinearUnit
-
Return the corresponding relative unit.
- getRow() - Method in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
- getRow() - Method in class org.djunits.value.vfloat.matrix.base.FloatSparseValue
- getRow(int) - Method in class org.djunits.value.base.Matrix
-
Retrieve a row from the matrix as a vector.
- getRow(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getRow(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getRowScalars(int) - Method in class org.djunits.value.base.Matrix
-
Retrieve a row from the matrix as an array of scalars.
- getRowScalars(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getRowScalars(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getRowSI(int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve a row from the matrix as an array of double.
- getRowSI(int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve a row from the matrix as an array of float.
- getScalarClass() - Method in class org.djunits.value.IndexedValue
-
Return the class of the corresponding scalar.
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MassMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AccelerationVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngleVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.AreaVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.DensityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.DirectionVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.DurationVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.EnergyVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.FlowMassVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.ForceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.FrequencyVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.LengthVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.MassVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.MomentumVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.PositionVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.PowerVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.PressureVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.SIVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.SpeedVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.TemperatureVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.TimeVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.TorqueVector
- getScalarClass() - Method in class org.djunits.value.vdouble.vector.VolumeVector
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatForceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMassVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
- getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
- getScalars() - Method in class org.djunits.value.base.Matrix
-
Return the vector as a 2D-array of scalars.
- getScalars() - Method in class org.djunits.value.base.Vector
-
Return the vector as an array of scalars.
- getScalars() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- getScalars() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- getScalars() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- getScalars() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- getScale() - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- getScale() - Method in class org.djunits.unit.AbsoluteLinearUnit
- getScale() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the scale.
- getScale() - Method in class org.djunits.unit.Unit
-
Retrieve the scale of this unit.
- getSI() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Retrieve the value in the underlying SI unit.
- getSI() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Return the value in the underlying SI unit.
- getSI(int) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Retrieve the value stored at a specified position in the standard SI unit.
- getSI(int) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Retrieve the SI value of one element of this data.
- getSI(int) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- getSI(int) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- getSI(int) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Retrieve the value stored at a specified position in the standard SI unit.
- getSI(int) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Retrieve the SI value of one element of this data.
- getSI(int) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- getSI(int) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Retrieve the value stored at a specified row and column in the standard SI unit.
- getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Retrieve one value from this data.
- getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Retrieve the value stored at a specified row and column in the standard SI unit.
- getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Retrieve one value from this data.
- getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- getSiDimensions() - Method in class org.djunits.quantity.Quantity
- getSiPrefixes() - Method in class org.djunits.unit.Unit.Builder
-
Return whether SI prefixes, ranging from yotta (y) to yocto (Y), will be generated.
- getSiPrefixPowerFactor() - Method in class org.djunits.unit.Unit.Builder
-
Return the power factor of the SI prefixes, e.g. 2.0 for square meters and 3.0 for cubic meters.
- getStandardUnit() - Method in class org.djunits.quantity.Quantity
-
Retrieve the standard unit for this unit base (usually the first registered unit).
- getStandardUnit() - Method in class org.djunits.unit.Unit
-
Retrieve the standard unit (SI Unit) belonging to this unit.
- getStorageType() - Method in class org.djunits.value.IndexedValue
-
Return the StorageType (DENSE, SPARSE, etc.) for the stored vector.
- getStorageType() - Method in class org.djunits.value.storage.Storage
-
Return the StorageType (DENSE, SPARSE, etc.) for the stored indexed value.
- getString(String) - Method in class org.djunits.locale.UnitLocale
-
Retrieve a string from a resource bundle.
- getUnit(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
-
Look up and return the prefix information for the given prefix key (e.g., "G" for "giga").
- getUnit(String) - Static method in class org.djunits.unit.Unit
-
Find or create a unit for the given SI dimensions.
- getUnitByAbbreviation(String) - Method in class org.djunits.quantity.Quantity
-
Retrieve a unit by one of its abbreviations.
- getUnitById(String) - Method in class org.djunits.quantity.Quantity
-
Retrieve a unit by Id.
- getUnitsByAbbreviation() - Method in class org.djunits.quantity.Quantity
-
Return a safe copy of the unitsByAbbreviation.
- getUnitsById() - Method in class org.djunits.quantity.Quantity
-
Retrieve a safe copy of the unitsById.
- getUnitsByLocalizedAbbreviation() - Method in class org.djunits.quantity.Quantity
-
Return a safe copy of the unitsByLocalizedAbbreviation.
- getUnitSystem() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the unit system.
- getUnitSystem() - Method in class org.djunits.unit.Unit
-
Retrieve the unit system of this unit.
- getValueSI() - Method in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
- getValueSI() - Method in class org.djunits.value.vfloat.matrix.base.FloatSparseValue
- getValuesInUnit() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Create a dense double[][] array filled with the values in the original unit.
- getValuesInUnit() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Create a double[] array filled with the values in the original unit.
- getValuesInUnit() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Create a dense float[][] array filled with the values in the original unit.
- getValuesInUnit() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Create a float[] array filled with the values in the original unit.
- getValuesInUnit(U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Create a dense double[][] array filled with the values converted into a specified unit.
- getValuesInUnit(U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Create a double[] array filled with the values converted into a specified unit.
- getValuesInUnit(U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Create a dense float[][] array filled with the values converted into a specified unit.
- getValuesInUnit(U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Create a float[] array filled with the values converted into a specified unit.
- getValuesSI() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Create a dense double[][] array filled with the values in the standard SI unit.
- getValuesSI() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Create a double[] array filled with the values in the standard SI unit.
- getValuesSI() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Create a dense float[][] array filled with the values in the standard SI unit.
- getValuesSI() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Create a float[] array filled with the values in the standard SI unit.
- getVectorClass() - Method in class org.djunits.value.base.Matrix
-
Return the class of the corresponding vector.
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MassMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
- getVectorClass() - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
- getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
- GIGABECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
GBq.
- GIGABECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- GIGAELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
giga-electronvolt.
- GIGAELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
gigaelectronvolt.
- GIGAHERTZ - Static variable in class org.djunits.unit.FrequencyUnit
-
gigaHertz.
- GIGAHERTZ - Static variable in interface org.djunits.unit.util.UNITS
- GIGAJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
gigajoule.
- GIGAJOULE - Static variable in interface org.djunits.unit.util.UNITS
- GIGAOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
giga-ohm.
- GIGAOHM - Static variable in interface org.djunits.unit.util.UNITS
- GIGAVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
gigavolt.
- GIGAVOLT - Static variable in interface org.djunits.unit.util.UNITS
- GIGAWATT - Static variable in class org.djunits.unit.PowerUnit
-
gigawatt.
- GIGAWATT - Static variable in interface org.djunits.unit.util.UNITS
- GIGAWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
gigawatt-hour.
- GIGAWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- GRAD - Static variable in class org.djunits.unit.AngleUnit
-
grad.
- GRAD - Static variable in interface org.djunits.unit.util.UNITS
- GRAD_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
grad per second.
- GRAD_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- GRAD_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
grad per second squared.
- GRAD_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- GradeScale - Class in org.djunits.unit.scale
-
A Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.
- GradeScale(double) - Constructor for class org.djunits.unit.scale.GradeScale
-
Construct a Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.
- GRAM - Static variable in class org.djunits.unit.MassUnit
-
gram.
- GRAM - Static variable in interface org.djunits.unit.util.UNITS
- GRAM_PER_CENTIMETER_3 - Static variable in class org.djunits.unit.DensityUnit
-
g/cm^3.
- GRAM_PER_CENTIMETER_3 - Static variable in interface org.djunits.unit.util.UNITS
- GRAY - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
Gray.
- GRAY - Static variable in interface org.djunits.unit.util.UNITS
- gt(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is greater than another DoubleScalar.
- gt(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- gt(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- gt0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is greater than 0.0.
- gt0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- gt0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
H
- hashCode() - Method in class org.djunits.quantity.Quantity
- hashCode() - Method in class org.djunits.unit.scale.GradeScale
- hashCode() - Method in class org.djunits.unit.scale.LinearScale
- hashCode() - Method in class org.djunits.unit.scale.OffsetLinearScale
- hashCode() - Method in class org.djunits.unit.si.SIDimensions
- hashCode() - Method in class org.djunits.unit.SIUnit
- hashCode() - Method in class org.djunits.unit.Unit
- hashCode() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- hashCode() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
- hashCode() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- hashCode() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- hashCode() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- hashCode() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
- hashCode() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- hashCode() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- hashCode() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
- hashCode() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- hashCode() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- hashCode() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- hashCode() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
- hashCode() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- hasNext() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- hasNext() - Method in class org.djunits.value.vfloat.vector.base.FloatVector.Itr
- HECTARE - Static variable in class org.djunits.unit.AreaUnit
-
hectare.
- HECTARE - Static variable in interface org.djunits.unit.util.UNITS
- HECTOMETER - Static variable in class org.djunits.unit.LengthUnit
-
hm.
- HECTOMETER - Static variable in class org.djunits.unit.PositionUnit
-
hm.
- HECTOMETER - Static variable in interface org.djunits.unit.util.UNITS
- HECTOMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- HECTOPASCAL - Static variable in class org.djunits.unit.PressureUnit
-
hectoPascal.
- HECTOPASCAL - Static variable in interface org.djunits.unit.util.UNITS
- HENRY - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
Henry.
- HENRY - Static variable in interface org.djunits.unit.util.UNITS
- HERTZ - Static variable in class org.djunits.unit.FrequencyUnit
-
Hertz.
- HERTZ - Static variable in interface org.djunits.unit.util.UNITS
- HORSEPOWER_METRIC - Static variable in class org.djunits.unit.PowerUnit
-
horsepower (metric).
- HORSEPOWER_METRIC - Static variable in interface org.djunits.unit.util.UNITS
- HOUR - Static variable in class org.djunits.unit.DurationUnit
-
hour.
- HOUR - Static variable in interface org.djunits.unit.util.UNITS
I
- IdentityScale - Class in org.djunits.unit.scale
-
A Scale for standard, e.g.
- Illuminance - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Illuminance DoubleScalar, which is relative by definition.
- Illuminance(double, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.scalar.Illuminance
-
Construct Illuminance scalar.
- Illuminance(Illuminance) - Constructor for class org.djunits.value.vdouble.scalar.Illuminance
-
Construct Illuminance scalar.
- IlluminanceMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.
- IlluminanceMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a double[][] object with SI-unit values.
- IlluminanceMatrix(double[][], IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a double[][] object.
- IlluminanceMatrix(double[][], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a double[][] object.
- IlluminanceMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a double[][] object with SI-unit values.
- IlluminanceMatrix(Collection<DoubleSparseValue<IlluminanceUnit, Illuminance>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- IlluminanceMatrix(Collection<DoubleSparseValue<IlluminanceUnit, Illuminance>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- IlluminanceMatrix(Collection<DoubleSparseValue<IlluminanceUnit, Illuminance>>, IlluminanceUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- IlluminanceMatrix(Collection<DoubleSparseValue<IlluminanceUnit, Illuminance>>, IlluminanceUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from a (sparse) collection of DoubleSparseValue objects.
- IlluminanceMatrix(DoubleMatrixData, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from an internal data object.
- IlluminanceMatrix(Illuminance[][]) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from an array of an array of Illuminance objects.
- IlluminanceMatrix(Illuminance[][], IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from an array of an array of Illuminance objects.
- IlluminanceMatrix(Illuminance[][], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from an array of an array of Illuminance objects.
- IlluminanceMatrix(Illuminance[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
-
Construct a IlluminanceMatrix from an array of an array of Illuminance objects.
- IlluminanceUnit - Class in org.djunits.unit
-
The units of illuminance.
- IlluminanceUnit() - Constructor for class org.djunits.unit.IlluminanceUnit
- IlluminanceVector - Class in org.djunits.value.vdouble.vector
-
Double IlluminanceVector, a vector of values with a IlluminanceUnit.
- IlluminanceVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a double[] object with SI-unit values.
- IlluminanceVector(double[], IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a double[] object.
- IlluminanceVector(double[], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a double[] object.
- IlluminanceVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a double[] object with SI-unit values.
- IlluminanceVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a list of Number objects or a list of Illuminance objects.
- IlluminanceVector(List<? extends Number>, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a list of Number objects or a list of Illuminance objects.
- IlluminanceVector(List<? extends Number>, IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a list of Number objects or a list of Illuminance objects.
- IlluminanceVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a list of Number objects or a list of Illuminance objects.
- IlluminanceVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Illuminance objects.
- IlluminanceVector(Map<Integer, ? extends Number>, int, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Illuminance objects.
- IlluminanceVector(Map<Integer, ? extends Number>, int, IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Illuminance objects.
- IlluminanceVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Illuminance objects.
- IlluminanceVector(Illuminance[]) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from an array of Illuminance objects.
- IlluminanceVector(Illuminance[], IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from an array of Illuminance objects.
- IlluminanceVector(Illuminance[], IlluminanceUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from an array of Illuminance objects.
- IlluminanceVector(Illuminance[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from an array of Illuminance objects.
- IlluminanceVector(DoubleVectorData, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.vector.IlluminanceVector
-
Construct an IlluminanceVector from an internal data object.
- immutable() - Method in class org.djunits.value.IndexedValue
-
Turn the immutable flag on for this vector.
- Imperial - Class in org.djunits.unit.unitsystem
-
The imperial system (or British imperial system).
- Imperial(String, String) - Constructor for class org.djunits.unit.unitsystem.Imperial
-
Protected constructor to avoid creating other (false) unit systems.
- IMPERIAL - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
Imperial system.
- INC(double) - Static method in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
a + b
. - INC(float) - Static method in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
a + b
. - INCH - Static variable in class org.djunits.unit.LengthUnit
-
inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.
- INCH - Static variable in class org.djunits.unit.PositionUnit
-
inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.
- INCH - Static variable in interface org.djunits.unit.util.UNITS
- INCH_ABS - Static variable in interface org.djunits.unit.util.UNITS
- INCH_MERCURY - Static variable in class org.djunits.unit.PressureUnit
-
inch Hg.
- INCH_MERCURY - Static variable in interface org.djunits.unit.util.UNITS
- INCH_PER_HOUR - Static variable in class org.djunits.unit.SpeedUnit
-
in/h.
- INCH_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- INCH_PER_MINUTE - Static variable in class org.djunits.unit.SpeedUnit
-
in/min.
- INCH_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- INCH_PER_SECOND - Static variable in class org.djunits.unit.SpeedUnit
-
in/s.
- INCH_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- INCH_PER_SECOND_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
in/s2.
- INCH_PER_SECOND_2 - Static variable in interface org.djunits.unit.util.UNITS
- INCH_POUND_FORCE - Static variable in class org.djunits.unit.EnergyUnit
-
inch-pound force.
- INCH_POUND_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- incrementBy(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Add a matrix to this matrix on a cell-by-cell basis.
- incrementBy(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Add a vector to this vector on a cell-by-cell basis.
- incrementBy(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Add a matrix to this matrix on a cell-by-cell basis.
- incrementBy(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Add a vector to this vector on a cell-by-cell basis.
- incrementBy(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Increment all values of this matrix by the increment on a value by value basis.
- incrementBy(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Increment all values of this matrix by the increment on a value by value basis.
- incrementBy(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Increment all values of this vector by the increment on a value by value basis.
- incrementBy(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Increment all values of this vector by the increment on a value by value basis.
- incrementBy(S) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Increment all values of this matrix by the increment.
- incrementBy(S) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Increment all values of this vector by the increment.
- incrementBy(S) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Increment all values of this matrix by the increment.
- incrementBy(S) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Increment all values of this vector by the increment.
- IndexedValue<U extends Unit<U>,
S extends Scalar<U, S>, T extends IndexedValue<U, S, T, D>, D extends Storage<D>> - Class in org.djunits.value -
AbstractIndexedValue.java.
- IndexedValue(U) - Constructor for class org.djunits.value.IndexedValue
-
Construct a new IndexedValue.
- INSTANCE - Static variable in class org.djunits.quantity.Quantities
-
The one instance.
- instantiate(double[]) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
-
Instantiate a DoubleVectorDataSparse from an array.
- instantiate(double[][]) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
-
Instantiate a DoubleMatrixDataSparse from an array.
- instantiate(double[][], Scale) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
-
Instantiate a DoubleMatrixDataSparse from an array.
- instantiate(double[][], Scale, StorageType) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Instantiate a DoubleMatrixData with the right data type.
- instantiate(double[], Scale, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Instantiate a DoubleVectorData with the right data type.
- instantiate(double, U) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Instantiate the DoubleScalar based on its unit.
- instantiate(float[]) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
-
Instantiate a FloatVectorDataSparse from an array.
- instantiate(float[][]) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
-
Instantiate a FloatMatrixDataSparse from an array.
- instantiate(float[][], Scale) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
-
Instantiate a FloatMatrixDataSparse from an array.
- instantiate(float[][], Scale, StorageType) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Instantiate a FloatMatrixData with the right data type.
- instantiate(float[], Scale, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Instantiate a FloatVectorData with the right data type.
- instantiate(float, U) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Instantiate the FloatScalar based on its unit.
- instantiate(Collection<DoubleSparseValue<U, S>>, int, int, StorageType) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Instantiate a DoubleMatrixData with the right data type.
- instantiate(Collection<FloatSparseValue<U, S>>, int, int, StorageType) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Instantiate a FloatMatrixData with the right data type.
- instantiate(List<? extends Number>, Scale, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Instantiate a DoubleVectorData with the right data type.
- instantiate(List<? extends Number>, Scale, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Instantiate a FloatVectorData with the right data type.
- instantiate(Map<Integer, ? extends Number>, int, Scale, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Instantiate a DoubleVectorData with the right data type.
- instantiate(Map<Integer, ? extends Number>, int, Scale, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Instantiate a FloatVectorData with the right data type.
- instantiate(S[][], StorageType) - Static method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Instantiate a DoubleMatrixData with the right data type.
- instantiate(S[][], StorageType) - Static method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Instantiate a FloatMatrixData with the right data type.
- instantiate(S[], StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Instantiate a DoubleVectorData with the right data type.
- instantiate(S[], StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Instantiate a FloatVectorData with the right data type.
- instantiateAbs(double, AU) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
-
Construct a new Absolute Immutable DoubleScalar of the right type.
- instantiateAbs(double, AU) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRelWithAbs
-
Construct a new Absolute Immutable DoubleScalar of the right type.
- instantiateAbs(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
- instantiateAbs(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.Temperature
- instantiateAbs(double, DirectionUnit) - Method in class org.djunits.value.vdouble.scalar.Angle
- instantiateAbs(double, DirectionUnit) - Method in class org.djunits.value.vdouble.scalar.Direction
- instantiateAbs(double, PositionUnit) - Method in class org.djunits.value.vdouble.scalar.Length
- instantiateAbs(double, PositionUnit) - Method in class org.djunits.value.vdouble.scalar.Position
- instantiateAbs(double, TimeUnit) - Method in class org.djunits.value.vdouble.scalar.Duration
- instantiateAbs(double, TimeUnit) - Method in class org.djunits.value.vdouble.scalar.Time
- instantiateAbs(float, AU) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
-
Construct a new Absolute Immutable FloatScalar of the right type.
- instantiateAbs(float, AU) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRelWithAbs
-
Construct a new Absolute Immutable FloatScalar of the right type.
- instantiateAbs(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
- instantiateAbs(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
- instantiateAbs(float, DirectionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
- instantiateAbs(float, DirectionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDirection
- instantiateAbs(float, PositionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLength
- instantiateAbs(float, PositionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPosition
- instantiateAbs(float, TimeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
- instantiateAbs(float, TimeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTime
- instantiateAnonymous(double, Unit<?>) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Instantiate the DoubleScalar based on its unit.
- instantiateAnonymous(float, Unit<?>) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Instantiate the FloatScalar based on its unit.
- instantiateMatrix(DoubleMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateMatrix(DoubleMatrixData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
- instantiateMatrix(DoubleMatrixData, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
- instantiateMatrix(DoubleMatrixData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
- instantiateMatrix(DoubleMatrixData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateMatrix(DoubleMatrixData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
- instantiateMatrix(DoubleMatrixData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
- instantiateMatrix(DoubleMatrixData, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
- instantiateMatrix(DoubleMatrixData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
- instantiateMatrix(DoubleMatrixData, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
- instantiateMatrix(DoubleMatrixData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- instantiateMatrix(DoubleMatrixData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateMatrix(DoubleMatrixData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
- instantiateMatrix(DoubleMatrixData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
- instantiateMatrix(DoubleMatrixData, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
- instantiateMatrix(DoubleMatrixData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
- instantiateMatrix(DoubleMatrixData, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
- instantiateMatrix(DoubleMatrixData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
- instantiateMatrix(DoubleMatrixData, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
- instantiateMatrix(DoubleMatrixData, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
- instantiateMatrix(DoubleMatrixData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
- instantiateMatrix(DoubleMatrixData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateMatrix(DoubleMatrixData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
- instantiateMatrix(DoubleMatrixData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
- instantiateMatrix(DoubleMatrixData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
- instantiateMatrix(DoubleMatrixData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
- instantiateMatrix(DoubleMatrixData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
- instantiateMatrix(DoubleMatrixData, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
- instantiateMatrix(DoubleMatrixData, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
- instantiateMatrix(DoubleMatrixData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateMatrix(DoubleMatrixData, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
- instantiateMatrix(DoubleMatrixData, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
- instantiateMatrix(DoubleMatrixData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
- instantiateMatrix(DoubleMatrixData, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- instantiateMatrix(DoubleMatrixData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
- instantiateMatrix(DoubleMatrixData, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
- instantiateMatrix(DoubleMatrixData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateMatrix(DoubleMatrixData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateMatrix(DoubleMatrixData, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
- instantiateMatrix(DoubleMatrixData, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
- instantiateMatrix(DoubleMatrixData, U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Instantiate a new matrix of the class of this matrix.
- instantiateMatrix(FloatMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateMatrix(FloatMatrixData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
- instantiateMatrix(FloatMatrixData, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
- instantiateMatrix(FloatMatrixData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
- instantiateMatrix(FloatMatrixData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateMatrix(FloatMatrixData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
- instantiateMatrix(FloatMatrixData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
- instantiateMatrix(FloatMatrixData, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
- instantiateMatrix(FloatMatrixData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
- instantiateMatrix(FloatMatrixData, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
- instantiateMatrix(FloatMatrixData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- instantiateMatrix(FloatMatrixData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateMatrix(FloatMatrixData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateMatrix(FloatMatrixData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
- instantiateMatrix(FloatMatrixData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
- instantiateMatrix(FloatMatrixData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
- instantiateMatrix(FloatMatrixData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
- instantiateMatrix(FloatMatrixData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
- instantiateMatrix(FloatMatrixData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
- instantiateMatrix(FloatMatrixData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
- instantiateMatrix(FloatMatrixData, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
- instantiateMatrix(FloatMatrixData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
- instantiateMatrix(FloatMatrixData, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
- instantiateMatrix(FloatMatrixData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
- instantiateMatrix(FloatMatrixData, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
- instantiateMatrix(FloatMatrixData, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
- instantiateMatrix(FloatMatrixData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
- instantiateMatrix(FloatMatrixData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateMatrix(FloatMatrixData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
- instantiateMatrix(FloatMatrixData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
- instantiateMatrix(FloatMatrixData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
- instantiateMatrix(FloatMatrixData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
- instantiateMatrix(FloatMatrixData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
- instantiateMatrix(FloatMatrixData, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
- instantiateMatrix(FloatMatrixData, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
- instantiateMatrix(FloatMatrixData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateMatrix(FloatMatrixData, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
- instantiateMatrix(FloatMatrixData, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
- instantiateMatrix(FloatMatrixData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
- instantiateMatrix(FloatMatrixData, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- instantiateMatrix(FloatMatrixData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
- instantiateMatrix(FloatMatrixData, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
- instantiateMatrix(FloatMatrixData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateMatrix(FloatMatrixData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateMatrix(FloatMatrixData, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
- instantiateMatrix(FloatMatrixData, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
- instantiateMatrix(FloatMatrixData, U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Instantiate a new matrix of the class of this matrix.
- instantiateMatrixAbs(DoubleMatrixData, AU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRelWithAbs
-
Instantiate a new absolute matrix of the class of this relative matrix.
- instantiateMatrixAbs(DoubleMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateMatrixAbs(DoubleMatrixData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateMatrixAbs(DoubleMatrixData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateMatrixAbs(DoubleMatrixData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateMatrixAbs(FloatMatrixData, AU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRelWithAbs
-
Instantiate a new absolute matrix of the class of this relative matrix.
- instantiateMatrixAbs(FloatMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateMatrixAbs(FloatMatrixData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateMatrixAbs(FloatMatrixData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateMatrixAbs(FloatMatrixData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateMatrixRel(DoubleMatrixData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateMatrixRel(DoubleMatrixData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateMatrixRel(DoubleMatrixData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateMatrixRel(DoubleMatrixData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateMatrixRel(DoubleMatrixData, RU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Instantiate a new relative matrix of the class of this absolute matrix.
- instantiateMatrixRel(FloatMatrixData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateMatrixRel(FloatMatrixData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateMatrixRel(FloatMatrixData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateMatrixRel(FloatMatrixData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateMatrixRel(FloatMatrixData, RU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Instantiate a new relative matrix of the class of this absolute matrix.
- instantiateRel(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.scalar.AbsorbedDose
- instantiateRel(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.Acceleration
- instantiateRel(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
- instantiateRel(double, AngleUnit) - Method in class org.djunits.value.vdouble.scalar.Angle
- instantiateRel(double, AngleUnit) - Method in class org.djunits.value.vdouble.scalar.Direction
- instantiateRel(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
- instantiateRel(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
- instantiateRel(double, AreaUnit) - Method in class org.djunits.value.vdouble.scalar.Area
- instantiateRel(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
- instantiateRel(double, DensityUnit) - Method in class org.djunits.value.vdouble.scalar.Density
- instantiateRel(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- instantiateRel(double, DurationUnit) - Method in class org.djunits.value.vdouble.scalar.Duration
- instantiateRel(double, DurationUnit) - Method in class org.djunits.value.vdouble.scalar.Time
- instantiateRel(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
- instantiateRel(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
- instantiateRel(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
- instantiateRel(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
- instantiateRel(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
- instantiateRel(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
- instantiateRel(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
- instantiateRel(double, EnergyUnit) - Method in class org.djunits.value.vdouble.scalar.Energy
- instantiateRel(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.scalar.EquivalentDose
- instantiateRel(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.scalar.FlowMass
- instantiateRel(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
- instantiateRel(double, ForceUnit) - Method in class org.djunits.value.vdouble.scalar.Force
- instantiateRel(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.scalar.Frequency
- instantiateRel(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.scalar.Illuminance
- instantiateRel(double, LengthUnit) - Method in class org.djunits.value.vdouble.scalar.Length
- instantiateRel(double, LengthUnit) - Method in class org.djunits.value.vdouble.scalar.Position
- instantiateRel(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
- instantiateRel(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
- instantiateRel(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
- instantiateRel(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
- instantiateRel(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
- instantiateRel(double, MassUnit) - Method in class org.djunits.value.vdouble.scalar.Mass
- instantiateRel(double, MomentumUnit) - Method in class org.djunits.value.vdouble.scalar.Momentum
- instantiateRel(double, PowerUnit) - Method in class org.djunits.value.vdouble.scalar.Power
- instantiateRel(double, PressureUnit) - Method in class org.djunits.value.vdouble.scalar.Pressure
- instantiateRel(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.scalar.RadioActivity
- instantiateRel(double, SIUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
- instantiateRel(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.scalar.SolidAngle
- instantiateRel(double, SpeedUnit) - Method in class org.djunits.value.vdouble.scalar.Speed
- instantiateRel(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
- instantiateRel(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.Temperature
- instantiateRel(double, TorqueUnit) - Method in class org.djunits.value.vdouble.scalar.Torque
- instantiateRel(double, VolumeUnit) - Method in class org.djunits.value.vdouble.scalar.Volume
- instantiateRel(double, RU) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
-
Construct a new Relative Immutable DoubleScalar of the right type.
- instantiateRel(double, U) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Construct a new Relative Immutable DoubleScalar of the right type.
- instantiateRel(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
- instantiateRel(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
- instantiateRel(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
- instantiateRel(float, AngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
- instantiateRel(float, AngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDirection
- instantiateRel(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
- instantiateRel(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
- instantiateRel(float, AreaUnit) - Method in class org.djunits.value.vfloat.scalar.FloatArea
- instantiateRel(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
- instantiateRel(float, DensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDensity
- instantiateRel(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- instantiateRel(float, DurationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
- instantiateRel(float, DurationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTime
- instantiateRel(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
- instantiateRel(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
- instantiateRel(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
- instantiateRel(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
- instantiateRel(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
- instantiateRel(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
- instantiateRel(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
- instantiateRel(float, EnergyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
- instantiateRel(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
- instantiateRel(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
- instantiateRel(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
- instantiateRel(float, ForceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatForce
- instantiateRel(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
- instantiateRel(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
- instantiateRel(float, LengthUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLength
- instantiateRel(float, LengthUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPosition
- instantiateRel(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
- instantiateRel(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
- instantiateRel(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
- instantiateRel(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
- instantiateRel(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
- instantiateRel(float, MassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMass
- instantiateRel(float, MomentumUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
- instantiateRel(float, PowerUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPower
- instantiateRel(float, PressureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPressure
- instantiateRel(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
- instantiateRel(float, SIUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
- instantiateRel(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
- instantiateRel(float, SpeedUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
- instantiateRel(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
- instantiateRel(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
- instantiateRel(float, TorqueUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
- instantiateRel(float, VolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
- instantiateRel(float, RU) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
-
Construct a new Relative Immutable FloatScalar of the right type.
- instantiateRel(float, U) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Construct a new Relative Immutable FloatScalar of the right type.
- instantiateScalarAbsSI(double, AU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRelWithAbs
-
Instantiate a new absolute scalar for the class of this relative matrix.
- instantiateScalarAbsSI(double, AU) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRelWithAbs
-
Instantiate a new absolute scalar for the class of this relative vector.
- instantiateScalarAbsSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateScalarAbsSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
- instantiateScalarAbsSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateScalarAbsSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
- instantiateScalarAbsSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateScalarAbsSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
- instantiateScalarAbsSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateScalarAbsSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
- instantiateScalarAbsSI(float, AU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRelWithAbs
-
Instantiate a new absolute scalar for the class of this relative matrix.
- instantiateScalarAbsSI(float, AU) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRelWithAbs
-
Instantiate a new absolute scalar for the class of this relative vector.
- instantiateScalarAbsSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateScalarAbsSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
- instantiateScalarAbsSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateScalarAbsSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
- instantiateScalarAbsSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateScalarAbsSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
- instantiateScalarAbsSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateScalarAbsSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
- instantiateScalarRelSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateScalarRelSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
- instantiateScalarRelSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateScalarRelSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
- instantiateScalarRelSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateScalarRelSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
- instantiateScalarRelSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateScalarRelSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
- instantiateScalarRelSI(double, RU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Instantiate a new relative scalar for the class of this absolute matrix.
- instantiateScalarRelSI(double, RU) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
-
Instantiate a new relative scalar for the class of this absolute vector.
- instantiateScalarRelSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateScalarRelSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
- instantiateScalarRelSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateScalarRelSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
- instantiateScalarRelSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateScalarRelSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
- instantiateScalarRelSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateScalarRelSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
- instantiateScalarRelSI(float, RU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Instantiate a new relative scalar for the class of this absolute matrix.
- instantiateScalarRelSI(float, RU) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
-
Instantiate a new relative scalar for the class of this absolute vector.
- instantiateScalarSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateScalarSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
- instantiateScalarSI(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
- instantiateScalarSI(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
- instantiateScalarSI(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
- instantiateScalarSI(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AccelerationVector
- instantiateScalarSI(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
- instantiateScalarSI(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
- instantiateScalarSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateScalarSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
- instantiateScalarSI(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
- instantiateScalarSI(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
- instantiateScalarSI(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
- instantiateScalarSI(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
- instantiateScalarSI(double, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
- instantiateScalarSI(double, AreaUnit) - Method in class org.djunits.value.vdouble.vector.AreaVector
- instantiateScalarSI(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
- instantiateScalarSI(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
- instantiateScalarSI(double, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
- instantiateScalarSI(double, DensityUnit) - Method in class org.djunits.value.vdouble.vector.DensityVector
- instantiateScalarSI(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- instantiateScalarSI(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- instantiateScalarSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateScalarSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
- instantiateScalarSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateScalarSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
- instantiateScalarSI(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
- instantiateScalarSI(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
- instantiateScalarSI(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
- instantiateScalarSI(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
- instantiateScalarSI(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
- instantiateScalarSI(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
- instantiateScalarSI(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
- instantiateScalarSI(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
- instantiateScalarSI(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
- instantiateScalarSI(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
- instantiateScalarSI(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
- instantiateScalarSI(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
- instantiateScalarSI(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
- instantiateScalarSI(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
- instantiateScalarSI(double, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
- instantiateScalarSI(double, EnergyUnit) - Method in class org.djunits.value.vdouble.vector.EnergyVector
- instantiateScalarSI(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
- instantiateScalarSI(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
- instantiateScalarSI(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
- instantiateScalarSI(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.vector.FlowMassVector
- instantiateScalarSI(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
- instantiateScalarSI(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
- instantiateScalarSI(double, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
- instantiateScalarSI(double, ForceUnit) - Method in class org.djunits.value.vdouble.vector.ForceVector
- instantiateScalarSI(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
- instantiateScalarSI(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.vector.FrequencyVector
- instantiateScalarSI(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
- instantiateScalarSI(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
- instantiateScalarSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateScalarSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
- instantiateScalarSI(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
- instantiateScalarSI(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
- instantiateScalarSI(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
- instantiateScalarSI(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
- instantiateScalarSI(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
- instantiateScalarSI(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
- instantiateScalarSI(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
- instantiateScalarSI(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
- instantiateScalarSI(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
- instantiateScalarSI(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
- instantiateScalarSI(double, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
- instantiateScalarSI(double, MassUnit) - Method in class org.djunits.value.vdouble.vector.MassVector
- instantiateScalarSI(double, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
- instantiateScalarSI(double, MomentumUnit) - Method in class org.djunits.value.vdouble.vector.MomentumVector
- instantiateScalarSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateScalarSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
- instantiateScalarSI(double, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
- instantiateScalarSI(double, PowerUnit) - Method in class org.djunits.value.vdouble.vector.PowerVector
- instantiateScalarSI(double, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
- instantiateScalarSI(double, PressureUnit) - Method in class org.djunits.value.vdouble.vector.PressureVector
- instantiateScalarSI(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
- instantiateScalarSI(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
- instantiateScalarSI(double, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- instantiateScalarSI(double, SIUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
- instantiateScalarSI(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
- instantiateScalarSI(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
- instantiateScalarSI(double, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
- instantiateScalarSI(double, SpeedUnit) - Method in class org.djunits.value.vdouble.vector.SpeedVector
- instantiateScalarSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateScalarSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
- instantiateScalarSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateScalarSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
- instantiateScalarSI(double, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
- instantiateScalarSI(double, TorqueUnit) - Method in class org.djunits.value.vdouble.vector.TorqueVector
- instantiateScalarSI(double, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
- instantiateScalarSI(double, VolumeUnit) - Method in class org.djunits.value.vdouble.vector.VolumeVector
- instantiateScalarSI(double, U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Instantiate a new scalar for the class of this matrix.
- instantiateScalarSI(double, U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Instantiate a new scalar for the class of this vector.
- instantiateScalarSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateScalarSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
- instantiateScalarSI(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
- instantiateScalarSI(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
- instantiateScalarSI(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
- instantiateScalarSI(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
- instantiateScalarSI(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
- instantiateScalarSI(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
- instantiateScalarSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateScalarSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
- instantiateScalarSI(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
- instantiateScalarSI(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
- instantiateScalarSI(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
- instantiateScalarSI(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
- instantiateScalarSI(float, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
- instantiateScalarSI(float, AreaUnit) - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
- instantiateScalarSI(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
- instantiateScalarSI(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
- instantiateScalarSI(float, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
- instantiateScalarSI(float, DensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
- instantiateScalarSI(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- instantiateScalarSI(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- instantiateScalarSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateScalarSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
- instantiateScalarSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateScalarSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
- instantiateScalarSI(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
- instantiateScalarSI(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
- instantiateScalarSI(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
- instantiateScalarSI(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
- instantiateScalarSI(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
- instantiateScalarSI(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
- instantiateScalarSI(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
- instantiateScalarSI(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
- instantiateScalarSI(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
- instantiateScalarSI(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
- instantiateScalarSI(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
- instantiateScalarSI(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
- instantiateScalarSI(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
- instantiateScalarSI(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
- instantiateScalarSI(float, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
- instantiateScalarSI(float, EnergyUnit) - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
- instantiateScalarSI(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
- instantiateScalarSI(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
- instantiateScalarSI(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
- instantiateScalarSI(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
- instantiateScalarSI(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
- instantiateScalarSI(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
- instantiateScalarSI(float, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
- instantiateScalarSI(float, ForceUnit) - Method in class org.djunits.value.vfloat.vector.FloatForceVector
- instantiateScalarSI(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
- instantiateScalarSI(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
- instantiateScalarSI(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
- instantiateScalarSI(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
- instantiateScalarSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateScalarSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
- instantiateScalarSI(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
- instantiateScalarSI(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
- instantiateScalarSI(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
- instantiateScalarSI(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
- instantiateScalarSI(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
- instantiateScalarSI(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
- instantiateScalarSI(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
- instantiateScalarSI(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
- instantiateScalarSI(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
- instantiateScalarSI(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
- instantiateScalarSI(float, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
- instantiateScalarSI(float, MassUnit) - Method in class org.djunits.value.vfloat.vector.FloatMassVector
- instantiateScalarSI(float, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
- instantiateScalarSI(float, MomentumUnit) - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
- instantiateScalarSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateScalarSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
- instantiateScalarSI(float, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
- instantiateScalarSI(float, PowerUnit) - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
- instantiateScalarSI(float, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
- instantiateScalarSI(float, PressureUnit) - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
- instantiateScalarSI(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
- instantiateScalarSI(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
- instantiateScalarSI(float, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- instantiateScalarSI(float, SIUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
- instantiateScalarSI(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
- instantiateScalarSI(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
- instantiateScalarSI(float, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
- instantiateScalarSI(float, SpeedUnit) - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
- instantiateScalarSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateScalarSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
- instantiateScalarSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateScalarSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
- instantiateScalarSI(float, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
- instantiateScalarSI(float, TorqueUnit) - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
- instantiateScalarSI(float, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
- instantiateScalarSI(float, VolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
- instantiateScalarSI(float, U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Instantiate a new scalar for the class of this matrix.
- instantiateScalarSI(float, U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Instantiate a new scalar for the class of this vector.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Construct AbsoluteTemperature scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Construct AbsorbedDose scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Construct Acceleration scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Construct AmountOfSubstance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Construct Angle scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Construct AngularAcceleration scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Construct AngularVelocity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Construct Area scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Construct CatalyticActivity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Construct Density scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Construct Dimensionless scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Construct Direction scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Construct Duration scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Construct ElectricalCapacitance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Construct ElectricalCharge scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Construct ElectricalConductance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Construct ElectricalCurrent scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Construct ElectricalInductance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Construct ElectricalPotential scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Construct ElectricalResistance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Construct Energy scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Construct EquivalentDose scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Construct FlowMass scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Construct FlowVolume scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Construct Force scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Construct Frequency scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Construct Illuminance scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Construct Length scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Construct LinearDensity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Construct LuminousFlux scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Construct LuminousIntensity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Construct MagneticFlux scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Construct MagneticFluxDensity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Construct Mass scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Construct Momentum scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Construct Position scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Construct Power scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Construct Pressure scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Construct RadioActivity scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Construct SolidAngle scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Construct Speed scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Construct Temperature scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Construct Time scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Construct Torque scalar.
- instantiateSI(double) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Construct Volume scalar.
- instantiateSI(double, SIUnit) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Construct SI scalar.
- instantiateSI(double, U) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Instantiate the DoubleScalar with an SI value and add the displayUnit later.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Construct FloatAbsoluteTemperature scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Construct FloatAbsorbedDose scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Construct FloatAcceleration scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Construct FloatAmountOfSubstance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Construct FloatAngle scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Construct FloatAngularAcceleration scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Construct FloatAngularVelocity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Construct FloatArea scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Construct FloatCatalyticActivity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Construct FloatDensity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Construct FloatDimensionless scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Construct FloatDirection scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Construct FloatDuration scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Construct FloatElectricalCapacitance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Construct FloatElectricalCharge scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Construct FloatElectricalConductance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Construct FloatElectricalCurrent scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Construct FloatElectricalInductance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Construct FloatElectricalPotential scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Construct FloatElectricalResistance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Construct FloatEnergy scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Construct FloatEquivalentDose scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Construct FloatFlowMass scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Construct FloatFlowVolume scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Construct FloatForce scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Construct FloatFrequency scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Construct FloatIlluminance scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Construct FloatLength scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Construct FloatLinearDensity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Construct FloatLuminousFlux scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Construct FloatLuminousIntensity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Construct FloatMagneticFlux scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Construct FloatMagneticFluxDensity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Construct FloatMass scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Construct FloatMomentum scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Construct FloatPosition scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Construct FloatPower scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Construct FloatPressure scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Construct FloatRadioActivity scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Construct FloatSolidAngle scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Construct FloatSpeed scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Construct FloatTemperature scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Construct FloatTime scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Construct FloatTorque scalar.
- instantiateSI(float) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Construct FloatVolume scalar.
- instantiateSI(float, SIUnit) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Construct SI scalar.
- instantiateSI(float, U) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Instantiate the FloatScalar with an SI value and add the displayUnit later.
- instantiateVector(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateVector(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
- instantiateVector(DoubleVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
- instantiateVector(DoubleVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
- instantiateVector(DoubleVectorData, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
- instantiateVector(DoubleVectorData, AccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AccelerationVector
- instantiateVector(DoubleVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
- instantiateVector(DoubleVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
- instantiateVector(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateVector(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
- instantiateVector(DoubleVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
- instantiateVector(DoubleVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
- instantiateVector(DoubleVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
- instantiateVector(DoubleVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
- instantiateVector(DoubleVectorData, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
- instantiateVector(DoubleVectorData, AreaUnit) - Method in class org.djunits.value.vdouble.vector.AreaVector
- instantiateVector(DoubleVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
- instantiateVector(DoubleVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
- instantiateVector(DoubleVectorData, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
- instantiateVector(DoubleVectorData, DensityUnit) - Method in class org.djunits.value.vdouble.vector.DensityVector
- instantiateVector(DoubleVectorData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- instantiateVector(DoubleVectorData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- instantiateVector(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateVector(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
- instantiateVector(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateVector(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
- instantiateVector(DoubleVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
- instantiateVector(DoubleVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
- instantiateVector(DoubleVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
- instantiateVector(DoubleVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
- instantiateVector(DoubleVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
- instantiateVector(DoubleVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
- instantiateVector(DoubleVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
- instantiateVector(DoubleVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
- instantiateVector(DoubleVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
- instantiateVector(DoubleVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
- instantiateVector(DoubleVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
- instantiateVector(DoubleVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
- instantiateVector(DoubleVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
- instantiateVector(DoubleVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
- instantiateVector(DoubleVectorData, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
- instantiateVector(DoubleVectorData, EnergyUnit) - Method in class org.djunits.value.vdouble.vector.EnergyVector
- instantiateVector(DoubleVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
- instantiateVector(DoubleVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
- instantiateVector(DoubleVectorData, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
- instantiateVector(DoubleVectorData, FlowMassUnit) - Method in class org.djunits.value.vdouble.vector.FlowMassVector
- instantiateVector(DoubleVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
- instantiateVector(DoubleVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
- instantiateVector(DoubleVectorData, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
- instantiateVector(DoubleVectorData, ForceUnit) - Method in class org.djunits.value.vdouble.vector.ForceVector
- instantiateVector(DoubleVectorData, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
- instantiateVector(DoubleVectorData, FrequencyUnit) - Method in class org.djunits.value.vdouble.vector.FrequencyVector
- instantiateVector(DoubleVectorData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
- instantiateVector(DoubleVectorData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
- instantiateVector(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateVector(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
- instantiateVector(DoubleVectorData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
- instantiateVector(DoubleVectorData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
- instantiateVector(DoubleVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
- instantiateVector(DoubleVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
- instantiateVector(DoubleVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
- instantiateVector(DoubleVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
- instantiateVector(DoubleVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
- instantiateVector(DoubleVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
- instantiateVector(DoubleVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
- instantiateVector(DoubleVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
- instantiateVector(DoubleVectorData, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
- instantiateVector(DoubleVectorData, MassUnit) - Method in class org.djunits.value.vdouble.vector.MassVector
- instantiateVector(DoubleVectorData, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
- instantiateVector(DoubleVectorData, MomentumUnit) - Method in class org.djunits.value.vdouble.vector.MomentumVector
- instantiateVector(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateVector(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
- instantiateVector(DoubleVectorData, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
- instantiateVector(DoubleVectorData, PowerUnit) - Method in class org.djunits.value.vdouble.vector.PowerVector
- instantiateVector(DoubleVectorData, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
- instantiateVector(DoubleVectorData, PressureUnit) - Method in class org.djunits.value.vdouble.vector.PressureVector
- instantiateVector(DoubleVectorData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
- instantiateVector(DoubleVectorData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
- instantiateVector(DoubleVectorData, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- instantiateVector(DoubleVectorData, SIUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
- instantiateVector(DoubleVectorData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
- instantiateVector(DoubleVectorData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
- instantiateVector(DoubleVectorData, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
- instantiateVector(DoubleVectorData, SpeedUnit) - Method in class org.djunits.value.vdouble.vector.SpeedVector
- instantiateVector(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateVector(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
- instantiateVector(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateVector(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
- instantiateVector(DoubleVectorData, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
- instantiateVector(DoubleVectorData, TorqueUnit) - Method in class org.djunits.value.vdouble.vector.TorqueVector
- instantiateVector(DoubleVectorData, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
- instantiateVector(DoubleVectorData, VolumeUnit) - Method in class org.djunits.value.vdouble.vector.VolumeVector
- instantiateVector(DoubleVectorData, U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Instantiate a new vector of the class of this matrix.
- instantiateVector(DoubleVectorData, U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Instantiate a new vector of the class of this vector.
- instantiateVector(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateVector(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
- instantiateVector(FloatVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
- instantiateVector(FloatVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
- instantiateVector(FloatVectorData, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
- instantiateVector(FloatVectorData, AccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
- instantiateVector(FloatVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
- instantiateVector(FloatVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
- instantiateVector(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateVector(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
- instantiateVector(FloatVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
- instantiateVector(FloatVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
- instantiateVector(FloatVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
- instantiateVector(FloatVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
- instantiateVector(FloatVectorData, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
- instantiateVector(FloatVectorData, AreaUnit) - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
- instantiateVector(FloatVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
- instantiateVector(FloatVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
- instantiateVector(FloatVectorData, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
- instantiateVector(FloatVectorData, DensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
- instantiateVector(FloatVectorData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- instantiateVector(FloatVectorData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- instantiateVector(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateVector(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
- instantiateVector(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateVector(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
- instantiateVector(FloatVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
- instantiateVector(FloatVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
- instantiateVector(FloatVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
- instantiateVector(FloatVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
- instantiateVector(FloatVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
- instantiateVector(FloatVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
- instantiateVector(FloatVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
- instantiateVector(FloatVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
- instantiateVector(FloatVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
- instantiateVector(FloatVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
- instantiateVector(FloatVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
- instantiateVector(FloatVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
- instantiateVector(FloatVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
- instantiateVector(FloatVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
- instantiateVector(FloatVectorData, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
- instantiateVector(FloatVectorData, EnergyUnit) - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
- instantiateVector(FloatVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
- instantiateVector(FloatVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
- instantiateVector(FloatVectorData, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
- instantiateVector(FloatVectorData, FlowMassUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
- instantiateVector(FloatVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
- instantiateVector(FloatVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
- instantiateVector(FloatVectorData, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
- instantiateVector(FloatVectorData, ForceUnit) - Method in class org.djunits.value.vfloat.vector.FloatForceVector
- instantiateVector(FloatVectorData, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
- instantiateVector(FloatVectorData, FrequencyUnit) - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
- instantiateVector(FloatVectorData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
- instantiateVector(FloatVectorData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
- instantiateVector(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateVector(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
- instantiateVector(FloatVectorData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
- instantiateVector(FloatVectorData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
- instantiateVector(FloatVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
- instantiateVector(FloatVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
- instantiateVector(FloatVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
- instantiateVector(FloatVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
- instantiateVector(FloatVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
- instantiateVector(FloatVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
- instantiateVector(FloatVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
- instantiateVector(FloatVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
- instantiateVector(FloatVectorData, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
- instantiateVector(FloatVectorData, MassUnit) - Method in class org.djunits.value.vfloat.vector.FloatMassVector
- instantiateVector(FloatVectorData, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
- instantiateVector(FloatVectorData, MomentumUnit) - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
- instantiateVector(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateVector(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
- instantiateVector(FloatVectorData, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
- instantiateVector(FloatVectorData, PowerUnit) - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
- instantiateVector(FloatVectorData, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
- instantiateVector(FloatVectorData, PressureUnit) - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
- instantiateVector(FloatVectorData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
- instantiateVector(FloatVectorData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
- instantiateVector(FloatVectorData, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- instantiateVector(FloatVectorData, SIUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
- instantiateVector(FloatVectorData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
- instantiateVector(FloatVectorData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
- instantiateVector(FloatVectorData, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
- instantiateVector(FloatVectorData, SpeedUnit) - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
- instantiateVector(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateVector(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
- instantiateVector(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateVector(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
- instantiateVector(FloatVectorData, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
- instantiateVector(FloatVectorData, TorqueUnit) - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
- instantiateVector(FloatVectorData, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
- instantiateVector(FloatVectorData, VolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
- instantiateVector(FloatVectorData, U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Instantiate a new vector of the class of this matrix.
- instantiateVector(FloatVectorData, U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Instantiate a new vector of the class of this vector.
- instantiateVectorAbs(DoubleVectorData, AU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRelWithAbs
-
Instantiate a new absolute vector of the class of this relative matrix.
- instantiateVectorAbs(DoubleVectorData, AU) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRelWithAbs
-
Instantiate a new absolute vector of the class of this relative vector.
- instantiateVectorAbs(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
- instantiateVectorAbs(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
- instantiateVectorAbs(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
- instantiateVectorAbs(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
- instantiateVectorAbs(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
- instantiateVectorAbs(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
- instantiateVectorAbs(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
- instantiateVectorAbs(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
- instantiateVectorAbs(FloatVectorData, AU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRelWithAbs
-
Instantiate a new absolute vector of the class of this relative matrix.
- instantiateVectorAbs(FloatVectorData, AU) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRelWithAbs
-
Instantiate a new absolute vector of the class of this relative vector.
- instantiateVectorAbs(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
- instantiateVectorAbs(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
- instantiateVectorAbs(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
- instantiateVectorAbs(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
- instantiateVectorAbs(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
- instantiateVectorAbs(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
- instantiateVectorAbs(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
- instantiateVectorAbs(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
- instantiateVectorRel(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
- instantiateVectorRel(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
- instantiateVectorRel(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
- instantiateVectorRel(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
- instantiateVectorRel(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
- instantiateVectorRel(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
- instantiateVectorRel(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
- instantiateVectorRel(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
- instantiateVectorRel(DoubleVectorData, RU) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
-
Instantiate a new relative vector of the class of this absolute matrix.
- instantiateVectorRel(DoubleVectorData, RU) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
-
Instantiate a new relative vector of the class of this absolute vector.
- instantiateVectorRel(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
- instantiateVectorRel(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
- instantiateVectorRel(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
- instantiateVectorRel(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
- instantiateVectorRel(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
- instantiateVectorRel(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
- instantiateVectorRel(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
- instantiateVectorRel(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
- instantiateVectorRel(FloatVectorData, RU) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
-
Instantiate a new relative vector of the class of this absolute matrix.
- instantiateVectorRel(FloatVectorData, RU) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
-
Instantiate a new relative vector of the class of this absolute vector.
- interpolate(A, A, double) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Interpolate between two values.
- interpolate(A, A, float) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Interpolate between two values.
- interpolate(AbsoluteTemperature, AbsoluteTemperature, double) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Interpolate between two values.
- interpolate(AbsorbedDose, AbsorbedDose, double) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Interpolate between two values.
- interpolate(Acceleration, Acceleration, double) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Interpolate between two values.
- interpolate(AmountOfSubstance, AmountOfSubstance, double) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Interpolate between two values.
- interpolate(Angle, Angle, double) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Interpolate between two values.
- interpolate(AngularAcceleration, AngularAcceleration, double) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Interpolate between two values.
- interpolate(AngularVelocity, AngularVelocity, double) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Interpolate between two values.
- interpolate(Area, Area, double) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Interpolate between two values.
- interpolate(CatalyticActivity, CatalyticActivity, double) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Interpolate between two values.
- interpolate(Density, Density, double) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Interpolate between two values.
- interpolate(Dimensionless, Dimensionless, double) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Interpolate between two values.
- interpolate(Direction, Direction, double) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Interpolate between two values.
- interpolate(Duration, Duration, double) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Interpolate between two values.
- interpolate(ElectricalCapacitance, ElectricalCapacitance, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Interpolate between two values.
- interpolate(ElectricalCharge, ElectricalCharge, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Interpolate between two values.
- interpolate(ElectricalConductance, ElectricalConductance, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Interpolate between two values.
- interpolate(ElectricalCurrent, ElectricalCurrent, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Interpolate between two values.
- interpolate(ElectricalInductance, ElectricalInductance, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Interpolate between two values.
- interpolate(ElectricalPotential, ElectricalPotential, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Interpolate between two values.
- interpolate(ElectricalResistance, ElectricalResistance, double) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Interpolate between two values.
- interpolate(Energy, Energy, double) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Interpolate between two values.
- interpolate(EquivalentDose, EquivalentDose, double) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Interpolate between two values.
- interpolate(FlowMass, FlowMass, double) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Interpolate between two values.
- interpolate(FlowVolume, FlowVolume, double) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Interpolate between two values.
- interpolate(Force, Force, double) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Interpolate between two values.
- interpolate(Frequency, Frequency, double) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Interpolate between two values.
- interpolate(Illuminance, Illuminance, double) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Interpolate between two values.
- interpolate(Length, Length, double) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Interpolate between two values.
- interpolate(LinearDensity, LinearDensity, double) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Interpolate between two values.
- interpolate(LuminousFlux, LuminousFlux, double) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Interpolate between two values.
- interpolate(LuminousIntensity, LuminousIntensity, double) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Interpolate between two values.
- interpolate(MagneticFluxDensity, MagneticFluxDensity, double) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Interpolate between two values.
- interpolate(MagneticFlux, MagneticFlux, double) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Interpolate between two values.
- interpolate(Mass, Mass, double) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Interpolate between two values.
- interpolate(Momentum, Momentum, double) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Interpolate between two values.
- interpolate(Position, Position, double) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Interpolate between two values.
- interpolate(Power, Power, double) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Interpolate between two values.
- interpolate(Pressure, Pressure, double) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Interpolate between two values.
- interpolate(RadioActivity, RadioActivity, double) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Interpolate between two values.
- interpolate(SIScalar, SIScalar, double) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Interpolate between two values.
- interpolate(SolidAngle, SolidAngle, double) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Interpolate between two values.
- interpolate(Speed, Speed, double) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Interpolate between two values.
- interpolate(Temperature, Temperature, double) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Interpolate between two values.
- interpolate(Time, Time, double) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Interpolate between two values.
- interpolate(Torque, Torque, double) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Interpolate between two values.
- interpolate(Volume, Volume, double) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Interpolate between two values.
- interpolate(FloatAbsoluteTemperature, FloatAbsoluteTemperature, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Interpolate between two values.
- interpolate(FloatAbsorbedDose, FloatAbsorbedDose, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Interpolate between two values.
- interpolate(FloatAcceleration, FloatAcceleration, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Interpolate between two values.
- interpolate(FloatAmountOfSubstance, FloatAmountOfSubstance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Interpolate between two values.
- interpolate(FloatAngle, FloatAngle, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Interpolate between two values.
- interpolate(FloatAngularAcceleration, FloatAngularAcceleration, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Interpolate between two values.
- interpolate(FloatAngularVelocity, FloatAngularVelocity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Interpolate between two values.
- interpolate(FloatArea, FloatArea, float) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Interpolate between two values.
- interpolate(FloatCatalyticActivity, FloatCatalyticActivity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Interpolate between two values.
- interpolate(FloatDensity, FloatDensity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Interpolate between two values.
- interpolate(FloatDimensionless, FloatDimensionless, float) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Interpolate between two values.
- interpolate(FloatDirection, FloatDirection, float) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Interpolate between two values.
- interpolate(FloatDuration, FloatDuration, float) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Interpolate between two values.
- interpolate(FloatElectricalCapacitance, FloatElectricalCapacitance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Interpolate between two values.
- interpolate(FloatElectricalCharge, FloatElectricalCharge, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Interpolate between two values.
- interpolate(FloatElectricalConductance, FloatElectricalConductance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Interpolate between two values.
- interpolate(FloatElectricalCurrent, FloatElectricalCurrent, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Interpolate between two values.
- interpolate(FloatElectricalInductance, FloatElectricalInductance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Interpolate between two values.
- interpolate(FloatElectricalPotential, FloatElectricalPotential, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Interpolate between two values.
- interpolate(FloatElectricalResistance, FloatElectricalResistance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Interpolate between two values.
- interpolate(FloatEnergy, FloatEnergy, float) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Interpolate between two values.
- interpolate(FloatEquivalentDose, FloatEquivalentDose, float) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Interpolate between two values.
- interpolate(FloatFlowMass, FloatFlowMass, float) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Interpolate between two values.
- interpolate(FloatFlowVolume, FloatFlowVolume, float) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Interpolate between two values.
- interpolate(FloatForce, FloatForce, float) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Interpolate between two values.
- interpolate(FloatFrequency, FloatFrequency, float) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Interpolate between two values.
- interpolate(FloatIlluminance, FloatIlluminance, float) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Interpolate between two values.
- interpolate(FloatLength, FloatLength, float) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Interpolate between two values.
- interpolate(FloatLinearDensity, FloatLinearDensity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Interpolate between two values.
- interpolate(FloatLuminousFlux, FloatLuminousFlux, float) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Interpolate between two values.
- interpolate(FloatLuminousIntensity, FloatLuminousIntensity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Interpolate between two values.
- interpolate(FloatMagneticFluxDensity, FloatMagneticFluxDensity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Interpolate between two values.
- interpolate(FloatMagneticFlux, FloatMagneticFlux, float) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Interpolate between two values.
- interpolate(FloatMass, FloatMass, float) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Interpolate between two values.
- interpolate(FloatMomentum, FloatMomentum, float) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Interpolate between two values.
- interpolate(FloatPosition, FloatPosition, float) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Interpolate between two values.
- interpolate(FloatPower, FloatPower, float) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Interpolate between two values.
- interpolate(FloatPressure, FloatPressure, float) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Interpolate between two values.
- interpolate(FloatRadioActivity, FloatRadioActivity, float) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Interpolate between two values.
- interpolate(FloatSIScalar, FloatSIScalar, float) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Interpolate between two values.
- interpolate(FloatSolidAngle, FloatSolidAngle, float) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Interpolate between two values.
- interpolate(FloatSpeed, FloatSpeed, float) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Interpolate between two values.
- interpolate(FloatTemperature, FloatTemperature, float) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Interpolate between two values.
- interpolate(FloatTime, FloatTime, float) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Interpolate between two values.
- interpolate(FloatTorque, FloatTorque, float) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Interpolate between two values.
- interpolate(FloatVolume, FloatVolume, float) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Interpolate between two values.
- interpolate(R, R, double) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Interpolate between two values.
- interpolate(R, R, float) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Interpolate between two values.
- intValue() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- intValue() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- inv() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the complement (1.0/x) of the value(s).
- inv() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- inv() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- inv() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- inv() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- inv() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- inv() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- INV - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
1/a
. - INV - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
1/a
. - invert() - Method in class org.djunits.unit.si.SIDimensions
-
Invert a set of SI dimensions; instead of m/s we get s/m.
- isAbsolute() - Method in interface org.djunits.value.Value
-
Indicate whether this is an Absolute Value.
- isBaseSIScale() - Method in class org.djunits.unit.scale.GradeScale
- isBaseSIScale() - Method in class org.djunits.unit.scale.LinearScale
- isBaseSIScale() - Method in class org.djunits.unit.scale.OffsetLinearScale
- isBaseSIScale() - Method in interface org.djunits.unit.scale.Scale
-
Return whether a scale is a 'standard' scale that would belong to an SI unit.
- isBaseSIUnit() - Method in class org.djunits.unit.Unit
-
Indicate whether this unit has the standard SI signature.
- isCopyOnWrite() - Method in class org.djunits.value.IndexedValue
-
Retrieve the value of the copyOnWrite flag.
- isDense() - Method in class org.djunits.value.IndexedValue
-
Return whether the internal storage type of the indexed value is dense or not.
- isDense() - Method in class org.djunits.value.storage.Storage
-
Is this indexed value dense?
- isFractional() - Method in class org.djunits.unit.si.SIDimensions
-
Indicate whether this SIDImensions contains one or more fractional dimensions.
- isGenerated() - Method in class org.djunits.unit.Unit.Builder
-
Retrieve the generated flag.
- isGenerated() - Method in class org.djunits.unit.Unit
-
Indicate whether is unit was automatically generated.
- isMutable() - Method in class org.djunits.value.IndexedValue
-
Return whether the data is mutable or not.
- isRelative() - Method in interface org.djunits.value.Value
-
Indicate whether this is a Relative Value.
- isSparse() - Method in class org.djunits.value.IndexedValue
-
Return whether the internal storage type of the indexed value is sparse or not.
- isSparse() - Method in class org.djunits.value.storage.Storage
-
Is this indexed value sparse?
- iterator() - Method in class org.djunits.value.base.Vector
-
Create and return an iterator over the scalars in this vector in proper sequence.
- iterator() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- iterator() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- Itr() - Constructor for class org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- Itr() - Constructor for class org.djunits.value.vfloat.vector.base.FloatVector.Itr
J
- JOULE - Static variable in class org.djunits.unit.EnergyUnit
-
Joule.
- JOULE - Static variable in interface org.djunits.unit.util.UNITS
K
- KATAL - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
KATAL.
- KATAL - Static variable in interface org.djunits.unit.util.UNITS
- KELVIN - Static variable in class org.djunits.unit.AbsoluteTemperatureUnit
-
The default unit for temperature is Kelvin.
- KELVIN - Static variable in class org.djunits.unit.TemperatureUnit
-
Kelvin.
- KELVIN - Static variable in interface org.djunits.unit.util.UNITS
- KELVIN_ABS - Static variable in interface org.djunits.unit.util.UNITS
- KG_PER_METER_3 - Static variable in class org.djunits.unit.DensityUnit
-
kg/m^3.
- KG_PER_METER_3 - Static variable in interface org.djunits.unit.util.UNITS
- KGF_PER_SQUARE_MM - Static variable in class org.djunits.unit.PressureUnit
-
kilogram-force per square millimeter.
- KGF_PER_SQUARE_MM - Static variable in interface org.djunits.unit.util.UNITS
- KILO - Enum constant in enum class org.djunits.unit.si.SIPrefixes
-
SI prefixes allowed, but default starts with "kilo" / "k", e.g., for the "kilogram".
- KILO_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
-
The SI prefixes and their values for the "KILO" settings.
- KILOAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
kiloampere.
- KILOAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- KILOAMPERE_HOUR - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
kiloampere hour.
- KILOAMPERE_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- KILOBECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
kBq.
- KILOBECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- KILOCALORIE - Static variable in class org.djunits.unit.EnergyUnit
-
kilocalorie.
- KILOCALORIE - Static variable in interface org.djunits.unit.util.UNITS
- KILOELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
kilo-electronvolt.
- KILOELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
kiloelectronvolt.
- KILOGRAM - Static variable in class org.djunits.unit.MassUnit
-
kilogram.
- KILOGRAM - Static variable in interface org.djunits.unit.util.UNITS
- KILOGRAM_FORCE - Static variable in class org.djunits.unit.ForceUnit
-
kilogram-force.
- KILOGRAM_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- KILOGRAM_METER_PER_SECOND - Static variable in class org.djunits.unit.MomentumUnit
-
kgm/s.
- KILOGRAM_METER_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- KILOGRAM_PER_SECOND - Static variable in class org.djunits.unit.FlowMassUnit
-
kg/s.
- KILOGRAM_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- KILOHERTZ - Static variable in class org.djunits.unit.FrequencyUnit
-
kiloHertz.
- KILOHERTZ - Static variable in interface org.djunits.unit.util.UNITS
- KILOJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
kilojoule.
- KILOJOULE - Static variable in interface org.djunits.unit.util.UNITS
- KILOLUX - Static variable in class org.djunits.unit.IlluminanceUnit
-
klux.
- KILOLUX - Static variable in interface org.djunits.unit.util.UNITS
- KILOMETER - Static variable in class org.djunits.unit.LengthUnit
-
km.
- KILOMETER - Static variable in class org.djunits.unit.PositionUnit
-
km.
- KILOMETER - Static variable in interface org.djunits.unit.util.UNITS
- KILOMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- KILOOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
kilo-ohm.
- KILOOHM - Static variable in interface org.djunits.unit.util.UNITS
- KILOPASCAL - Static variable in class org.djunits.unit.PressureUnit
-
kiloPascal.
- KILOPASCAL - Static variable in interface org.djunits.unit.util.UNITS
- KILOVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
kilovolt.
- KILOVOLT - Static variable in interface org.djunits.unit.util.UNITS
- KILOWATT - Static variable in class org.djunits.unit.PowerUnit
-
kiloawatt.
- KILOWATT - Static variable in interface org.djunits.unit.util.UNITS
- KILOWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
kilowatt-hour.
- KILOWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- KM_PER_HOUR - Static variable in class org.djunits.unit.SpeedUnit
-
km/h.
- KM_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- KM_PER_HOUR_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
km/h2.
- KM_PER_HOUR_2 - Static variable in interface org.djunits.unit.util.UNITS
- KM_PER_SECOND - Static variable in class org.djunits.unit.SpeedUnit
-
km/s.
- KM_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- KNOT - Static variable in class org.djunits.unit.SpeedUnit
-
knot = Nautical Mile per hour.
- KNOT - Static variable in interface org.djunits.unit.util.UNITS
- KNOT_PER_SECOND - Static variable in class org.djunits.unit.AccelerationUnit
-
kt/s.
- KNOT_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
L
- le(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is less than or equal to another DoubleScalar.
- le(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- le(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- le0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is less than or equal to 0.0.
- le0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- le0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- Length - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Relative Length DoubleScalar.
- Length(double, LengthUnit) - Constructor for class org.djunits.value.vdouble.scalar.Length
-
Construct Length scalar.
- Length(Length) - Constructor for class org.djunits.value.vdouble.scalar.Length
-
Construct Length scalar.
- LengthMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Length Matrix.
- LengthMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a double[][] object with SI-unit values.
- LengthMatrix(double[][], LengthUnit) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a double[][] object.
- LengthMatrix(double[][], LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a double[][] object.
- LengthMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a double[][] object with SI-unit values.
- LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.
- LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.
- LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>>, LengthUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.
- LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>>, LengthUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.
- LengthMatrix(DoubleMatrixData, LengthUnit) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from an internal data object.
- LengthMatrix(Length[][]) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from an array of an array of Length objects.
- LengthMatrix(Length[][], LengthUnit) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from an array of an array of Length objects.
- LengthMatrix(Length[][], LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from an array of an array of Length objects.
- LengthMatrix(Length[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
-
Construct a LengthMatrix from an array of an array of Length objects.
- LengthUnit - Class in org.djunits.unit
-
Standard length units.
- LengthUnit() - Constructor for class org.djunits.unit.LengthUnit
- LengthVector - Class in org.djunits.value.vdouble.vector
-
Double LengthVector, a vector of values with a LengthUnit.
- LengthVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a double[] object with SI-unit values.
- LengthVector(double[], LengthUnit) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a double[] object.
- LengthVector(double[], LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a double[] object.
- LengthVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a double[] object with SI-unit values.
- LengthVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a list of Number objects or a list of Length objects.
- LengthVector(List<? extends Number>, LengthUnit) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a list of Number objects or a list of Length objects.
- LengthVector(List<? extends Number>, LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a list of Number objects or a list of Length objects.
- LengthVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a list of Number objects or a list of Length objects.
- LengthVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Length objects.
- LengthVector(Map<Integer, ? extends Number>, int, LengthUnit) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Length objects.
- LengthVector(Map<Integer, ? extends Number>, int, LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Length objects.
- LengthVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Length objects.
- LengthVector(Length[]) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from an array of Length objects.
- LengthVector(Length[], LengthUnit) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from an array of Length objects.
- LengthVector(Length[], LengthUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from an array of Length objects.
- LengthVector(Length[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from an array of Length objects.
- LengthVector(DoubleVectorData, LengthUnit) - Constructor for class org.djunits.value.vdouble.vector.LengthVector
-
Construct an LengthVector from an internal data object.
- LIGHTSPEED - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Speed of light in vacuum.
- LIGHTSPEED - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Speed of light in vacuum.
- LIGHTYEAR - Static variable in class org.djunits.unit.LengthUnit
-
Lightyear = 9,460,730,472,580,800 m.
- LIGHTYEAR - Static variable in class org.djunits.unit.PositionUnit
-
Lightyear = 9,460,730,472,580,800 m.
- LIGHTYEAR - Static variable in interface org.djunits.unit.util.UNITS
- LIGHTYEAR_ABS - Static variable in interface org.djunits.unit.util.UNITS
- LinearDensity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.
- LinearDensity(double, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.scalar.LinearDensity
-
Construct LinearDensity scalar.
- LinearDensity(LinearDensity) - Constructor for class org.djunits.value.vdouble.scalar.LinearDensity
-
Construct LinearDensity scalar.
- LinearDensityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.
- LinearDensityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a double[][] object with SI-unit values.
- LinearDensityMatrix(double[][], LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a double[][] object.
- LinearDensityMatrix(double[][], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a double[][] object.
- LinearDensityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a double[][] object with SI-unit values.
- LinearDensityMatrix(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LinearDensityMatrix(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LinearDensityMatrix(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>>, LinearDensityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LinearDensityMatrix(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>>, LinearDensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LinearDensityMatrix(DoubleMatrixData, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from an internal data object.
- LinearDensityMatrix(LinearDensity[][]) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.
- LinearDensityMatrix(LinearDensity[][], LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.
- LinearDensityMatrix(LinearDensity[][], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.
- LinearDensityMatrix(LinearDensity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
-
Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.
- LinearDensityUnit - Class in org.djunits.unit
-
Objects per unit of distance.
- LinearDensityUnit() - Constructor for class org.djunits.unit.LinearDensityUnit
- LinearDensityVector - Class in org.djunits.value.vdouble.vector
-
Double LinearDensityVector, a vector of values with a LinearDensityUnit.
- LinearDensityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a double[] object with SI-unit values.
- LinearDensityVector(double[], LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a double[] object.
- LinearDensityVector(double[], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a double[] object.
- LinearDensityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a double[] object with SI-unit values.
- LinearDensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a list of Number objects or a list of LinearDensity objects.
- LinearDensityVector(List<? extends Number>, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a list of Number objects or a list of LinearDensity objects.
- LinearDensityVector(List<? extends Number>, LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a list of Number objects or a list of LinearDensity objects.
- LinearDensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a list of Number objects or a list of LinearDensity objects.
- LinearDensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LinearDensity objects.
- LinearDensityVector(Map<Integer, ? extends Number>, int, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LinearDensity objects.
- LinearDensityVector(Map<Integer, ? extends Number>, int, LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LinearDensity objects.
- LinearDensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LinearDensity objects.
- LinearDensityVector(LinearDensity[]) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from an array of LinearDensity objects.
- LinearDensityVector(LinearDensity[], LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from an array of LinearDensity objects.
- LinearDensityVector(LinearDensity[], LinearDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from an array of LinearDensity objects.
- LinearDensityVector(LinearDensity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from an array of LinearDensity objects.
- LinearDensityVector(DoubleVectorData, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LinearDensityVector
-
Construct an LinearDensityVector from an internal data object.
- LinearScale - Class in org.djunits.unit.scale
-
A Scale for linear transformations not involving a zero-offset, e.g. for Length, Time, Area.
- LinearScale(double) - Constructor for class org.djunits.unit.scale.LinearScale
-
Construct a Scale for linear transformations.
- LITER - Static variable in interface org.djunits.unit.util.UNITS
- LITER - Static variable in class org.djunits.unit.VolumeUnit
-
liter.
- LITER_PER_DAY - Static variable in class org.djunits.unit.FlowVolumeUnit
-
L/day.
- LITER_PER_DAY - Static variable in interface org.djunits.unit.util.UNITS
- LITER_PER_HOUR - Static variable in class org.djunits.unit.FlowVolumeUnit
-
L/hour.
- LITER_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- LITER_PER_MINUTE - Static variable in class org.djunits.unit.FlowVolumeUnit
-
L/min.
- LITER_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- LITER_PER_SECOND - Static variable in class org.djunits.unit.FlowVolumeUnit
-
L/s.
- LITER_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- log() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the natural logarithm (base e) of the value(s).
- log() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- log() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- log() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- log() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- log() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- log() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- LOG - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.log(a)
. - LOG - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.log(a)
. - log10() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the base 10 logarithm of the value(s).
- log10() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- log10() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- log10() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- log10() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- log10() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- log10() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- LOG10 - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.log10(a)
. - LOG10 - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.log10(a)
. - log1p() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
- log1p() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- log1p() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- log1p() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- log1p() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- log1p() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- log1p() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- LOG1P - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.log1p(a)
. - LOG1P - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.log1p(a)
. - longValue() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- longValue() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- lookupOrCreateUnitWithSIDimensions(SIDimensions) - Static method in class org.djunits.unit.Unit
-
Create or lookup a unit based on given SI dimensions.
- lt(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is less than another DoubleScalar.
- lt(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- lt(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- lt0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is less than 0.0.
- lt0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- lt0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- LUMEN - Static variable in class org.djunits.unit.LuminousFluxUnit
-
Mole.
- LUMEN - Static variable in interface org.djunits.unit.util.UNITS
- LUMINOUS_EFFICACY_540THZ - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
The luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).
- LUMINOUS_EFFICACY_540THZ - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
The luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).
- LuminousFlux - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.
- LuminousFlux(double, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.scalar.LuminousFlux
-
Construct LuminousFlux scalar.
- LuminousFlux(LuminousFlux) - Constructor for class org.djunits.value.vdouble.scalar.LuminousFlux
-
Construct LuminousFlux scalar.
- LuminousFluxMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.
- LuminousFluxMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a double[][] object with SI-unit values.
- LuminousFluxMatrix(double[][], LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a double[][] object.
- LuminousFluxMatrix(double[][], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a double[][] object.
- LuminousFluxMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a double[][] object with SI-unit values.
- LuminousFluxMatrix(Collection<DoubleSparseValue<LuminousFluxUnit, LuminousFlux>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousFluxMatrix(Collection<DoubleSparseValue<LuminousFluxUnit, LuminousFlux>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousFluxMatrix(Collection<DoubleSparseValue<LuminousFluxUnit, LuminousFlux>>, LuminousFluxUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousFluxMatrix(Collection<DoubleSparseValue<LuminousFluxUnit, LuminousFlux>>, LuminousFluxUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousFluxMatrix(DoubleMatrixData, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from an internal data object.
- LuminousFluxMatrix(LuminousFlux[][]) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from an array of an array of LuminousFlux objects.
- LuminousFluxMatrix(LuminousFlux[][], LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from an array of an array of LuminousFlux objects.
- LuminousFluxMatrix(LuminousFlux[][], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from an array of an array of LuminousFlux objects.
- LuminousFluxMatrix(LuminousFlux[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
-
Construct a LuminousFluxMatrix from an array of an array of LuminousFlux objects.
- LuminousFluxUnit - Class in org.djunits.unit
-
The units of luminous flux.
- LuminousFluxUnit() - Constructor for class org.djunits.unit.LuminousFluxUnit
- LuminousFluxVector - Class in org.djunits.value.vdouble.vector
-
Double LuminousFluxVector, a vector of values with a LuminousFluxUnit.
- LuminousFluxVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a double[] object with SI-unit values.
- LuminousFluxVector(double[], LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a double[] object.
- LuminousFluxVector(double[], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a double[] object.
- LuminousFluxVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a double[] object with SI-unit values.
- LuminousFluxVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a list of Number objects or a list of LuminousFlux objects.
- LuminousFluxVector(List<? extends Number>, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a list of Number objects or a list of LuminousFlux objects.
- LuminousFluxVector(List<? extends Number>, LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a list of Number objects or a list of LuminousFlux objects.
- LuminousFluxVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a list of Number objects or a list of LuminousFlux objects.
- LuminousFluxVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousFlux objects.
- LuminousFluxVector(Map<Integer, ? extends Number>, int, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousFlux objects.
- LuminousFluxVector(Map<Integer, ? extends Number>, int, LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousFlux objects.
- LuminousFluxVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousFlux objects.
- LuminousFluxVector(LuminousFlux[]) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from an array of LuminousFlux objects.
- LuminousFluxVector(LuminousFlux[], LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from an array of LuminousFlux objects.
- LuminousFluxVector(LuminousFlux[], LuminousFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from an array of LuminousFlux objects.
- LuminousFluxVector(LuminousFlux[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from an array of LuminousFlux objects.
- LuminousFluxVector(DoubleVectorData, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousFluxVector
-
Construct an LuminousFluxVector from an internal data object.
- LuminousIntensity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.
- LuminousIntensity(double, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Construct LuminousIntensity scalar.
- LuminousIntensity(LuminousIntensity) - Constructor for class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Construct LuminousIntensity scalar.
- LuminousIntensityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.
- LuminousIntensityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a double[][] object with SI-unit values.
- LuminousIntensityMatrix(double[][], LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a double[][] object.
- LuminousIntensityMatrix(double[][], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a double[][] object.
- LuminousIntensityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a double[][] object with SI-unit values.
- LuminousIntensityMatrix(Collection<DoubleSparseValue<LuminousIntensityUnit, LuminousIntensity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousIntensityMatrix(Collection<DoubleSparseValue<LuminousIntensityUnit, LuminousIntensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousIntensityMatrix(Collection<DoubleSparseValue<LuminousIntensityUnit, LuminousIntensity>>, LuminousIntensityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousIntensityMatrix(Collection<DoubleSparseValue<LuminousIntensityUnit, LuminousIntensity>>, LuminousIntensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- LuminousIntensityMatrix(DoubleMatrixData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from an internal data object.
- LuminousIntensityMatrix(LuminousIntensity[][]) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from an array of an array of LuminousIntensity objects.
- LuminousIntensityMatrix(LuminousIntensity[][], LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from an array of an array of LuminousIntensity objects.
- LuminousIntensityMatrix(LuminousIntensity[][], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from an array of an array of LuminousIntensity objects.
- LuminousIntensityMatrix(LuminousIntensity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
-
Construct a LuminousIntensityMatrix from an array of an array of LuminousIntensity objects.
- LuminousIntensityUnit - Class in org.djunits.unit
-
The units of luminous intensity.
- LuminousIntensityUnit() - Constructor for class org.djunits.unit.LuminousIntensityUnit
- LuminousIntensityVector - Class in org.djunits.value.vdouble.vector
-
Double LuminousIntensityVector, a vector of values with a LuminousIntensityUnit.
- LuminousIntensityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a double[] object with SI-unit values.
- LuminousIntensityVector(double[], LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a double[] object.
- LuminousIntensityVector(double[], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a double[] object.
- LuminousIntensityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a double[] object with SI-unit values.
- LuminousIntensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a list of Number objects or a list of LuminousIntensity objects.
- LuminousIntensityVector(List<? extends Number>, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a list of Number objects or a list of LuminousIntensity objects.
- LuminousIntensityVector(List<? extends Number>, LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a list of Number objects or a list of LuminousIntensity objects.
- LuminousIntensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a list of Number objects or a list of LuminousIntensity objects.
- LuminousIntensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousIntensity objects.
- LuminousIntensityVector(Map<Integer, ? extends Number>, int, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousIntensity objects.
- LuminousIntensityVector(Map<Integer, ? extends Number>, int, LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousIntensity objects.
- LuminousIntensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of LuminousIntensity objects.
- LuminousIntensityVector(LuminousIntensity[]) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from an array of LuminousIntensity objects.
- LuminousIntensityVector(LuminousIntensity[], LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from an array of LuminousIntensity objects.
- LuminousIntensityVector(LuminousIntensity[], LuminousIntensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from an array of LuminousIntensity objects.
- LuminousIntensityVector(LuminousIntensity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from an array of LuminousIntensity objects.
- LuminousIntensityVector(DoubleVectorData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.vector.LuminousIntensityVector
-
Construct an LuminousIntensityVector from an internal data object.
- LUX - Static variable in class org.djunits.unit.IlluminanceUnit
-
Lux.
- LUX - Static variable in interface org.djunits.unit.util.UNITS
M
- MagneticFlux - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.
- MagneticFlux(double, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.scalar.MagneticFlux
-
Construct MagneticFlux scalar.
- MagneticFlux(MagneticFlux) - Constructor for class org.djunits.value.vdouble.scalar.MagneticFlux
-
Construct MagneticFlux scalar.
- MagneticFluxDensity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.
- MagneticFluxDensity(double, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Construct MagneticFluxDensity scalar.
- MagneticFluxDensity(MagneticFluxDensity) - Constructor for class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Construct MagneticFluxDensity scalar.
- MagneticFluxDensityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.
- MagneticFluxDensityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a double[][] object with SI-unit values.
- MagneticFluxDensityMatrix(double[][], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a double[][] object.
- MagneticFluxDensityMatrix(double[][], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a double[][] object.
- MagneticFluxDensityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a double[][] object with SI-unit values.
- MagneticFluxDensityMatrix(Collection<DoubleSparseValue<MagneticFluxDensityUnit, MagneticFluxDensity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxDensityMatrix(Collection<DoubleSparseValue<MagneticFluxDensityUnit, MagneticFluxDensity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxDensityMatrix(Collection<DoubleSparseValue<MagneticFluxDensityUnit, MagneticFluxDensity>>, MagneticFluxDensityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxDensityMatrix(Collection<DoubleSparseValue<MagneticFluxDensityUnit, MagneticFluxDensity>>, MagneticFluxDensityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxDensityMatrix(DoubleMatrixData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from an internal data object.
- MagneticFluxDensityMatrix(MagneticFluxDensity[][]) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from an array of an array of MagneticFluxDensity objects.
- MagneticFluxDensityMatrix(MagneticFluxDensity[][], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from an array of an array of MagneticFluxDensity objects.
- MagneticFluxDensityMatrix(MagneticFluxDensity[][], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from an array of an array of MagneticFluxDensity objects.
- MagneticFluxDensityMatrix(MagneticFluxDensity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
-
Construct a MagneticFluxDensityMatrix from an array of an array of MagneticFluxDensity objects.
- MagneticFluxDensityUnit - Class in org.djunits.unit
-
The units of magnetic flux density, a.k.a. magnetic induction.
- MagneticFluxDensityUnit() - Constructor for class org.djunits.unit.MagneticFluxDensityUnit
- MagneticFluxDensityVector - Class in org.djunits.value.vdouble.vector
-
Double MagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.
- MagneticFluxDensityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a double[] object with SI-unit values.
- MagneticFluxDensityVector(double[], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a double[] object.
- MagneticFluxDensityVector(double[], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a double[] object.
- MagneticFluxDensityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a double[] object with SI-unit values.
- MagneticFluxDensityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a list of Number objects or a list of MagneticFluxDensity objects.
- MagneticFluxDensityVector(List<? extends Number>, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a list of Number objects or a list of MagneticFluxDensity objects.
- MagneticFluxDensityVector(List<? extends Number>, MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a list of Number objects or a list of MagneticFluxDensity objects.
- MagneticFluxDensityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a list of Number objects or a list of MagneticFluxDensity objects.
- MagneticFluxDensityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFluxDensity objects.
- MagneticFluxDensityVector(Map<Integer, ? extends Number>, int, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFluxDensity objects.
- MagneticFluxDensityVector(Map<Integer, ? extends Number>, int, MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFluxDensity objects.
- MagneticFluxDensityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFluxDensity objects.
- MagneticFluxDensityVector(MagneticFluxDensity[]) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from an array of MagneticFluxDensity objects.
- MagneticFluxDensityVector(MagneticFluxDensity[], MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from an array of MagneticFluxDensity objects.
- MagneticFluxDensityVector(MagneticFluxDensity[], MagneticFluxDensityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from an array of MagneticFluxDensity objects.
- MagneticFluxDensityVector(MagneticFluxDensity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from an array of MagneticFluxDensity objects.
- MagneticFluxDensityVector(DoubleVectorData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
-
Construct an MagneticFluxDensityVector from an internal data object.
- MagneticFluxMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.
- MagneticFluxMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a double[][] object with SI-unit values.
- MagneticFluxMatrix(double[][], MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a double[][] object.
- MagneticFluxMatrix(double[][], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a double[][] object.
- MagneticFluxMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a double[][] object with SI-unit values.
- MagneticFluxMatrix(Collection<DoubleSparseValue<MagneticFluxUnit, MagneticFlux>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxMatrix(Collection<DoubleSparseValue<MagneticFluxUnit, MagneticFlux>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxMatrix(Collection<DoubleSparseValue<MagneticFluxUnit, MagneticFlux>>, MagneticFluxUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxMatrix(Collection<DoubleSparseValue<MagneticFluxUnit, MagneticFlux>>, MagneticFluxUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from a (sparse) collection of DoubleSparseValue objects.
- MagneticFluxMatrix(DoubleMatrixData, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from an internal data object.
- MagneticFluxMatrix(MagneticFlux[][]) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from an array of an array of MagneticFlux objects.
- MagneticFluxMatrix(MagneticFlux[][], MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from an array of an array of MagneticFlux objects.
- MagneticFluxMatrix(MagneticFlux[][], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from an array of an array of MagneticFlux objects.
- MagneticFluxMatrix(MagneticFlux[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
-
Construct a MagneticFluxMatrix from an array of an array of MagneticFlux objects.
- MagneticFluxUnit - Class in org.djunits.unit
-
The units of magnetic flux.
- MagneticFluxUnit() - Constructor for class org.djunits.unit.MagneticFluxUnit
- MagneticFluxVector - Class in org.djunits.value.vdouble.vector
-
Double MagneticFluxVector, a vector of values with a MagneticFluxUnit.
- MagneticFluxVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a double[] object with SI-unit values.
- MagneticFluxVector(double[], MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a double[] object.
- MagneticFluxVector(double[], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a double[] object.
- MagneticFluxVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a double[] object with SI-unit values.
- MagneticFluxVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a list of Number objects or a list of MagneticFlux objects.
- MagneticFluxVector(List<? extends Number>, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a list of Number objects or a list of MagneticFlux objects.
- MagneticFluxVector(List<? extends Number>, MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a list of Number objects or a list of MagneticFlux objects.
- MagneticFluxVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a list of Number objects or a list of MagneticFlux objects.
- MagneticFluxVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFlux objects.
- MagneticFluxVector(Map<Integer, ? extends Number>, int, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFlux objects.
- MagneticFluxVector(Map<Integer, ? extends Number>, int, MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFlux objects.
- MagneticFluxVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of MagneticFlux objects.
- MagneticFluxVector(MagneticFlux[]) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from an array of MagneticFlux objects.
- MagneticFluxVector(MagneticFlux[], MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from an array of MagneticFlux objects.
- MagneticFluxVector(MagneticFlux[], MagneticFluxUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from an array of MagneticFlux objects.
- MagneticFluxVector(MagneticFlux[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from an array of MagneticFlux objects.
- MagneticFluxVector(DoubleVectorData, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
-
Construct an MagneticFluxVector from an internal data object.
- makeBuilder() - Method in class org.djunits.unit.AbsoluteLinearUnit
- makeBuilder() - Method in class org.djunits.unit.Unit
-
Create a Builder.
- Mass - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Mass DoubleScalar, which is relative by definition.
- Mass(double, MassUnit) - Constructor for class org.djunits.value.vdouble.scalar.Mass
-
Construct Mass scalar.
- Mass(Mass) - Constructor for class org.djunits.value.vdouble.scalar.Mass
-
Construct Mass scalar.
- MASS_ELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MASS_GIGAELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MASS_KILOELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MASS_MEGAELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MASS_MICROELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MASS_MILLIELECTRONVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MassMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double MassMatrix, a matrix of values with a MassUnit.
- MassMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a double[][] object with SI-unit values.
- MassMatrix(double[][], MassUnit) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a double[][] object.
- MassMatrix(double[][], MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a double[][] object.
- MassMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a double[][] object with SI-unit values.
- MassMatrix(Collection<DoubleSparseValue<MassUnit, Mass>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.
- MassMatrix(Collection<DoubleSparseValue<MassUnit, Mass>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.
- MassMatrix(Collection<DoubleSparseValue<MassUnit, Mass>>, MassUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.
- MassMatrix(Collection<DoubleSparseValue<MassUnit, Mass>>, MassUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.
- MassMatrix(DoubleMatrixData, MassUnit) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from an internal data object.
- MassMatrix(Mass[][]) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from an array of an array of Mass objects.
- MassMatrix(Mass[][], MassUnit) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from an array of an array of Mass objects.
- MassMatrix(Mass[][], MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from an array of an array of Mass objects.
- MassMatrix(Mass[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
-
Construct a MassMatrix from an array of an array of Mass objects.
- MassUnit - Class in org.djunits.unit
-
Standard mass units.
- MassUnit() - Constructor for class org.djunits.unit.MassUnit
- MassVector - Class in org.djunits.value.vdouble.vector
-
Double MassVector, a vector of values with a MassUnit.
- MassVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a double[] object with SI-unit values.
- MassVector(double[], MassUnit) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a double[] object.
- MassVector(double[], MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a double[] object.
- MassVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a double[] object with SI-unit values.
- MassVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a list of Number objects or a list of Mass objects.
- MassVector(List<? extends Number>, MassUnit) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a list of Number objects or a list of Mass objects.
- MassVector(List<? extends Number>, MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a list of Number objects or a list of Mass objects.
- MassVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a list of Number objects or a list of Mass objects.
- MassVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Mass objects.
- MassVector(Map<Integer, ? extends Number>, int, MassUnit) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Mass objects.
- MassVector(Map<Integer, ? extends Number>, int, MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Mass objects.
- MassVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Mass objects.
- MassVector(Mass[]) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from an array of Mass objects.
- MassVector(Mass[], MassUnit) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from an array of Mass objects.
- MassVector(Mass[], MassUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from an array of Mass objects.
- MassVector(Mass[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from an array of Mass objects.
- MassVector(DoubleVectorData, MassUnit) - Constructor for class org.djunits.value.vdouble.vector.MassVector
-
Construct an MassVector from an internal data object.
- Matrix<U extends Unit<U>,
S extends Scalar<U, S>, V extends Vector<U, S, V, DV>, DV extends Storage<DV>, M extends Matrix<U, S, V, DV, M, DM>, DM extends Storage<DM>> - Class in org.djunits.value.base -
Matrix to distinguish a matrix from scalars and matrixs.
- Matrix(U) - Constructor for class org.djunits.value.base.Matrix
-
Construct a new Matrix.
- matrixSI - Variable in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
the internal storage of the Matrix; can be sparse or dense.
- matrixSI - Variable in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
the internal storage of the Matrix; can be sparse or dense.
- max(AbsoluteTemperature, AbsoluteTemperature) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Return the maximum value of two absolute scalars.
- max(AbsoluteTemperature, AbsoluteTemperature, AbsoluteTemperature...) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Return the maximum value of more than two absolute scalars.
- max(AbsorbedDose, AbsorbedDose) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Return the maximum value of two relative scalars.
- max(AbsorbedDose, AbsorbedDose, AbsorbedDose...) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Return the maximum value of more than two relative scalars.
- max(Acceleration, Acceleration) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Return the maximum value of two relative scalars.
- max(Acceleration, Acceleration, Acceleration...) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Return the maximum value of more than two relative scalars.
- max(AmountOfSubstance, AmountOfSubstance) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Return the maximum value of two relative scalars.
- max(AmountOfSubstance, AmountOfSubstance, AmountOfSubstance...) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Return the maximum value of more than two relative scalars.
- max(Angle, Angle) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Return the maximum value of two relative scalars.
- max(Angle, Angle, Angle...) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Return the maximum value of more than two relative scalars.
- max(AngularAcceleration, AngularAcceleration) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Return the maximum value of two relative scalars.
- max(AngularAcceleration, AngularAcceleration, AngularAcceleration...) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Return the maximum value of more than two relative scalars.
- max(AngularVelocity, AngularVelocity) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Return the maximum value of two relative scalars.
- max(AngularVelocity, AngularVelocity, AngularVelocity...) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Return the maximum value of more than two relative scalars.
- max(Area, Area) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Return the maximum value of two relative scalars.
- max(Area, Area, Area...) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Return the maximum value of more than two relative scalars.
- max(CatalyticActivity, CatalyticActivity) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Return the maximum value of two relative scalars.
- max(CatalyticActivity, CatalyticActivity, CatalyticActivity...) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Return the maximum value of more than two relative scalars.
- max(Density, Density) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Return the maximum value of two relative scalars.
- max(Density, Density, Density...) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Return the maximum value of more than two relative scalars.
- max(Dimensionless, Dimensionless) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Return the maximum value of two relative scalars.
- max(Dimensionless, Dimensionless, Dimensionless...) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Return the maximum value of more than two relative scalars.
- max(Direction, Direction) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Return the maximum value of two absolute scalars.
- max(Direction, Direction, Direction...) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Return the maximum value of more than two absolute scalars.
- max(Duration, Duration) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Return the maximum value of two relative scalars.
- max(Duration, Duration, Duration...) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Return the maximum value of more than two relative scalars.
- max(ElectricalCapacitance, ElectricalCapacitance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Return the maximum value of two relative scalars.
- max(ElectricalCapacitance, ElectricalCapacitance, ElectricalCapacitance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Return the maximum value of more than two relative scalars.
- max(ElectricalCharge, ElectricalCharge) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Return the maximum value of two relative scalars.
- max(ElectricalCharge, ElectricalCharge, ElectricalCharge...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Return the maximum value of more than two relative scalars.
- max(ElectricalConductance, ElectricalConductance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Return the maximum value of two relative scalars.
- max(ElectricalConductance, ElectricalConductance, ElectricalConductance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Return the maximum value of more than two relative scalars.
- max(ElectricalCurrent, ElectricalCurrent) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Return the maximum value of two relative scalars.
- max(ElectricalCurrent, ElectricalCurrent, ElectricalCurrent...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Return the maximum value of more than two relative scalars.
- max(ElectricalInductance, ElectricalInductance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Return the maximum value of two relative scalars.
- max(ElectricalInductance, ElectricalInductance, ElectricalInductance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Return the maximum value of more than two relative scalars.
- max(ElectricalPotential, ElectricalPotential) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Return the maximum value of two relative scalars.
- max(ElectricalPotential, ElectricalPotential, ElectricalPotential...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Return the maximum value of more than two relative scalars.
- max(ElectricalResistance, ElectricalResistance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Return the maximum value of two relative scalars.
- max(ElectricalResistance, ElectricalResistance, ElectricalResistance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Return the maximum value of more than two relative scalars.
- max(Energy, Energy) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Return the maximum value of two relative scalars.
- max(Energy, Energy, Energy...) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Return the maximum value of more than two relative scalars.
- max(EquivalentDose, EquivalentDose) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Return the maximum value of two relative scalars.
- max(EquivalentDose, EquivalentDose, EquivalentDose...) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Return the maximum value of more than two relative scalars.
- max(FlowMass, FlowMass) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Return the maximum value of two relative scalars.
- max(FlowMass, FlowMass, FlowMass...) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Return the maximum value of more than two relative scalars.
- max(FlowVolume, FlowVolume) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Return the maximum value of two relative scalars.
- max(FlowVolume, FlowVolume, FlowVolume...) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Return the maximum value of more than two relative scalars.
- max(Force, Force) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Return the maximum value of two relative scalars.
- max(Force, Force, Force...) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Return the maximum value of more than two relative scalars.
- max(Frequency, Frequency) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Return the maximum value of two relative scalars.
- max(Frequency, Frequency, Frequency...) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Return the maximum value of more than two relative scalars.
- max(Illuminance, Illuminance) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Return the maximum value of two relative scalars.
- max(Illuminance, Illuminance, Illuminance...) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Return the maximum value of more than two relative scalars.
- max(Length, Length) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Return the maximum value of two relative scalars.
- max(Length, Length, Length...) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Return the maximum value of more than two relative scalars.
- max(LinearDensity, LinearDensity) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Return the maximum value of two relative scalars.
- max(LinearDensity, LinearDensity, LinearDensity...) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Return the maximum value of more than two relative scalars.
- max(LuminousFlux, LuminousFlux) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Return the maximum value of two relative scalars.
- max(LuminousFlux, LuminousFlux, LuminousFlux...) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Return the maximum value of more than two relative scalars.
- max(LuminousIntensity, LuminousIntensity) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Return the maximum value of two relative scalars.
- max(LuminousIntensity, LuminousIntensity, LuminousIntensity...) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Return the maximum value of more than two relative scalars.
- max(MagneticFluxDensity, MagneticFluxDensity) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Return the maximum value of two relative scalars.
- max(MagneticFluxDensity, MagneticFluxDensity, MagneticFluxDensity...) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Return the maximum value of more than two relative scalars.
- max(MagneticFlux, MagneticFlux) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Return the maximum value of two relative scalars.
- max(MagneticFlux, MagneticFlux, MagneticFlux...) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Return the maximum value of more than two relative scalars.
- max(Mass, Mass) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Return the maximum value of two relative scalars.
- max(Mass, Mass, Mass...) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Return the maximum value of more than two relative scalars.
- max(Momentum, Momentum) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Return the maximum value of two relative scalars.
- max(Momentum, Momentum, Momentum...) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Return the maximum value of more than two relative scalars.
- max(Position, Position) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Return the maximum value of two absolute scalars.
- max(Position, Position, Position...) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Return the maximum value of more than two absolute scalars.
- max(Power, Power) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Return the maximum value of two relative scalars.
- max(Power, Power, Power...) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Return the maximum value of more than two relative scalars.
- max(Pressure, Pressure) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Return the maximum value of two relative scalars.
- max(Pressure, Pressure, Pressure...) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Return the maximum value of more than two relative scalars.
- max(RadioActivity, RadioActivity) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Return the maximum value of two relative scalars.
- max(RadioActivity, RadioActivity, RadioActivity...) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Return the maximum value of more than two relative scalars.
- max(SIScalar, SIScalar) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the maximum value of two relative scalars.
- max(SIScalar, SIScalar, SIScalar...) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the maximum value of more than two relative scalars.
- max(SolidAngle, SolidAngle) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Return the maximum value of two relative scalars.
- max(SolidAngle, SolidAngle, SolidAngle...) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Return the maximum value of more than two relative scalars.
- max(Speed, Speed) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Return the maximum value of two relative scalars.
- max(Speed, Speed, Speed...) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Return the maximum value of more than two relative scalars.
- max(Temperature, Temperature) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Return the maximum value of two relative scalars.
- max(Temperature, Temperature, Temperature...) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Return the maximum value of more than two relative scalars.
- max(Time, Time) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Return the maximum value of two absolute scalars.
- max(Time, Time, Time...) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Return the maximum value of more than two absolute scalars.
- max(Torque, Torque) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Return the maximum value of two relative scalars.
- max(Torque, Torque, Torque...) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Return the maximum value of more than two relative scalars.
- max(Volume, Volume) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Return the maximum value of two relative scalars.
- max(Volume, Volume, Volume...) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Return the maximum value of more than two relative scalars.
- max(FloatAbsoluteTemperature, FloatAbsoluteTemperature) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Return the maximum value of two absolute scalars.
- max(FloatAbsoluteTemperature, FloatAbsoluteTemperature, FloatAbsoluteTemperature...) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Return the maximum value of more than two absolute scalars.
- max(FloatAbsorbedDose, FloatAbsorbedDose) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Return the maximum value of two relative scalars.
- max(FloatAbsorbedDose, FloatAbsorbedDose, FloatAbsorbedDose...) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Return the maximum value of more than two relative scalars.
- max(FloatAcceleration, FloatAcceleration) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Return the maximum value of two relative scalars.
- max(FloatAcceleration, FloatAcceleration, FloatAcceleration...) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Return the maximum value of more than two relative scalars.
- max(FloatAmountOfSubstance, FloatAmountOfSubstance) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Return the maximum value of two relative scalars.
- max(FloatAmountOfSubstance, FloatAmountOfSubstance, FloatAmountOfSubstance...) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Return the maximum value of more than two relative scalars.
- max(FloatAngle, FloatAngle) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Return the maximum value of two relative scalars.
- max(FloatAngle, FloatAngle, FloatAngle...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Return the maximum value of more than two relative scalars.
- max(FloatAngularAcceleration, FloatAngularAcceleration) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Return the maximum value of two relative scalars.
- max(FloatAngularAcceleration, FloatAngularAcceleration, FloatAngularAcceleration...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Return the maximum value of more than two relative scalars.
- max(FloatAngularVelocity, FloatAngularVelocity) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Return the maximum value of two relative scalars.
- max(FloatAngularVelocity, FloatAngularVelocity, FloatAngularVelocity...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Return the maximum value of more than two relative scalars.
- max(FloatArea, FloatArea) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Return the maximum value of two relative scalars.
- max(FloatArea, FloatArea, FloatArea...) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Return the maximum value of more than two relative scalars.
- max(FloatCatalyticActivity, FloatCatalyticActivity) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Return the maximum value of two relative scalars.
- max(FloatCatalyticActivity, FloatCatalyticActivity, FloatCatalyticActivity...) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Return the maximum value of more than two relative scalars.
- max(FloatDensity, FloatDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Return the maximum value of two relative scalars.
- max(FloatDensity, FloatDensity, FloatDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Return the maximum value of more than two relative scalars.
- max(FloatDimensionless, FloatDimensionless) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Return the maximum value of two relative scalars.
- max(FloatDimensionless, FloatDimensionless, FloatDimensionless...) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Return the maximum value of more than two relative scalars.
- max(FloatDirection, FloatDirection) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Return the maximum value of two absolute scalars.
- max(FloatDirection, FloatDirection, FloatDirection...) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Return the maximum value of more than two absolute scalars.
- max(FloatDuration, FloatDuration) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Return the maximum value of two relative scalars.
- max(FloatDuration, FloatDuration, FloatDuration...) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalCapacitance, FloatElectricalCapacitance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Return the maximum value of two relative scalars.
- max(FloatElectricalCapacitance, FloatElectricalCapacitance, FloatElectricalCapacitance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalCharge, FloatElectricalCharge) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Return the maximum value of two relative scalars.
- max(FloatElectricalCharge, FloatElectricalCharge, FloatElectricalCharge...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalConductance, FloatElectricalConductance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Return the maximum value of two relative scalars.
- max(FloatElectricalConductance, FloatElectricalConductance, FloatElectricalConductance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalCurrent, FloatElectricalCurrent) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Return the maximum value of two relative scalars.
- max(FloatElectricalCurrent, FloatElectricalCurrent, FloatElectricalCurrent...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalInductance, FloatElectricalInductance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Return the maximum value of two relative scalars.
- max(FloatElectricalInductance, FloatElectricalInductance, FloatElectricalInductance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalPotential, FloatElectricalPotential) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Return the maximum value of two relative scalars.
- max(FloatElectricalPotential, FloatElectricalPotential, FloatElectricalPotential...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Return the maximum value of more than two relative scalars.
- max(FloatElectricalResistance, FloatElectricalResistance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Return the maximum value of two relative scalars.
- max(FloatElectricalResistance, FloatElectricalResistance, FloatElectricalResistance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Return the maximum value of more than two relative scalars.
- max(FloatEnergy, FloatEnergy) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Return the maximum value of two relative scalars.
- max(FloatEnergy, FloatEnergy, FloatEnergy...) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Return the maximum value of more than two relative scalars.
- max(FloatEquivalentDose, FloatEquivalentDose) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Return the maximum value of two relative scalars.
- max(FloatEquivalentDose, FloatEquivalentDose, FloatEquivalentDose...) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Return the maximum value of more than two relative scalars.
- max(FloatFlowMass, FloatFlowMass) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Return the maximum value of two relative scalars.
- max(FloatFlowMass, FloatFlowMass, FloatFlowMass...) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Return the maximum value of more than two relative scalars.
- max(FloatFlowVolume, FloatFlowVolume) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Return the maximum value of two relative scalars.
- max(FloatFlowVolume, FloatFlowVolume, FloatFlowVolume...) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Return the maximum value of more than two relative scalars.
- max(FloatForce, FloatForce) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Return the maximum value of two relative scalars.
- max(FloatForce, FloatForce, FloatForce...) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Return the maximum value of more than two relative scalars.
- max(FloatFrequency, FloatFrequency) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Return the maximum value of two relative scalars.
- max(FloatFrequency, FloatFrequency, FloatFrequency...) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Return the maximum value of more than two relative scalars.
- max(FloatIlluminance, FloatIlluminance) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Return the maximum value of two relative scalars.
- max(FloatIlluminance, FloatIlluminance, FloatIlluminance...) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Return the maximum value of more than two relative scalars.
- max(FloatLength, FloatLength) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Return the maximum value of two relative scalars.
- max(FloatLength, FloatLength, FloatLength...) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Return the maximum value of more than two relative scalars.
- max(FloatLinearDensity, FloatLinearDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Return the maximum value of two relative scalars.
- max(FloatLinearDensity, FloatLinearDensity, FloatLinearDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Return the maximum value of more than two relative scalars.
- max(FloatLuminousFlux, FloatLuminousFlux) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Return the maximum value of two relative scalars.
- max(FloatLuminousFlux, FloatLuminousFlux, FloatLuminousFlux...) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Return the maximum value of more than two relative scalars.
- max(FloatLuminousIntensity, FloatLuminousIntensity) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Return the maximum value of two relative scalars.
- max(FloatLuminousIntensity, FloatLuminousIntensity, FloatLuminousIntensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Return the maximum value of more than two relative scalars.
- max(FloatMagneticFluxDensity, FloatMagneticFluxDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Return the maximum value of two relative scalars.
- max(FloatMagneticFluxDensity, FloatMagneticFluxDensity, FloatMagneticFluxDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Return the maximum value of more than two relative scalars.
- max(FloatMagneticFlux, FloatMagneticFlux) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Return the maximum value of two relative scalars.
- max(FloatMagneticFlux, FloatMagneticFlux, FloatMagneticFlux...) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Return the maximum value of more than two relative scalars.
- max(FloatMass, FloatMass) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Return the maximum value of two relative scalars.
- max(FloatMass, FloatMass, FloatMass...) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Return the maximum value of more than two relative scalars.
- max(FloatMomentum, FloatMomentum) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Return the maximum value of two relative scalars.
- max(FloatMomentum, FloatMomentum, FloatMomentum...) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Return the maximum value of more than two relative scalars.
- max(FloatPosition, FloatPosition) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Return the maximum value of two absolute scalars.
- max(FloatPosition, FloatPosition, FloatPosition...) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Return the maximum value of more than two absolute scalars.
- max(FloatPower, FloatPower) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Return the maximum value of two relative scalars.
- max(FloatPower, FloatPower, FloatPower...) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Return the maximum value of more than two relative scalars.
- max(FloatPressure, FloatPressure) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Return the maximum value of two relative scalars.
- max(FloatPressure, FloatPressure, FloatPressure...) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Return the maximum value of more than two relative scalars.
- max(FloatRadioActivity, FloatRadioActivity) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Return the maximum value of two relative scalars.
- max(FloatRadioActivity, FloatRadioActivity, FloatRadioActivity...) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Return the maximum value of more than two relative scalars.
- max(FloatSIScalar, FloatSIScalar) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the maximum value of two relative scalars.
- max(FloatSIScalar, FloatSIScalar, FloatSIScalar...) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the maximum value of more than two relative scalars.
- max(FloatSolidAngle, FloatSolidAngle) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Return the maximum value of two relative scalars.
- max(FloatSolidAngle, FloatSolidAngle, FloatSolidAngle...) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Return the maximum value of more than two relative scalars.
- max(FloatSpeed, FloatSpeed) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Return the maximum value of two relative scalars.
- max(FloatSpeed, FloatSpeed, FloatSpeed...) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Return the maximum value of more than two relative scalars.
- max(FloatTemperature, FloatTemperature) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Return the maximum value of two relative scalars.
- max(FloatTemperature, FloatTemperature, FloatTemperature...) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Return the maximum value of more than two relative scalars.
- max(FloatTime, FloatTime) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Return the maximum value of two absolute scalars.
- max(FloatTime, FloatTime, FloatTime...) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Return the maximum value of more than two absolute scalars.
- max(FloatTorque, FloatTorque) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Return the maximum value of two relative scalars.
- max(FloatTorque, FloatTorque, FloatTorque...) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Return the maximum value of more than two relative scalars.
- max(FloatVolume, FloatVolume) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Return the maximum value of two relative scalars.
- max(FloatVolume, FloatVolume, FloatVolume...) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Return the maximum value of more than two relative scalars.
- max(T, T) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Return the maximum value of two relative scalars.
- max(T, T) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Return the maximum value of two relative scalars.
- max(T, T, T...) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Return the maximum value of more than two relative scalars.
- max(T, T, T...) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Return the maximum value of more than two relative scalars.
- MAXWELL - Static variable in class org.djunits.unit.MagneticFluxUnit
-
Maxwell.
- MAXWELL - Static variable in interface org.djunits.unit.util.UNITS
- MEGAAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
megaampere.
- MEGAAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- MEGAAMPERE_HOUR - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
megaampere hour.
- MEGAAMPERE_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- MEGABECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
MBq.
- MEGABECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- MEGAELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
mega-electronvolt.
- MEGAELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
megaelectronvolt.
- MEGAHERTZ - Static variable in class org.djunits.unit.FrequencyUnit
-
megaHertz.
- MEGAHERTZ - Static variable in interface org.djunits.unit.util.UNITS
- MEGAJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
megajoule.
- MEGAJOULE - Static variable in interface org.djunits.unit.util.UNITS
- MEGAOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
mega-ohm.
- MEGAOHM - Static variable in interface org.djunits.unit.util.UNITS
- MEGAVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
megavolt.
- MEGAVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MEGAWATT - Static variable in class org.djunits.unit.PowerUnit
-
megawatt.
- MEGAWATT - Static variable in interface org.djunits.unit.util.UNITS
- MEGAWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
megawatt-hour.
- MEGAWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- METER - Static variable in class org.djunits.unit.LengthUnit
-
meter.
- METER - Static variable in class org.djunits.unit.PositionUnit
-
meter.
- METER - Static variable in interface org.djunits.unit.util.UNITS
- METER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- METER_KILOGRAM_FORCE - Static variable in class org.djunits.unit.TorqueUnit
-
meter kilogram-force.
- METER_KILOGRAM_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- METER_PER_HOUR - Static variable in class org.djunits.unit.SpeedUnit
-
m/h.
- METER_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- METER_PER_SECOND - Static variable in class org.djunits.unit.SpeedUnit
-
m/s.
- METER_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- METER_PER_SECOND_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
m/s2.
- METER_PER_SECOND_2 - Static variable in interface org.djunits.unit.util.UNITS
- MICROAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
microampere.
- MICROAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- MICROCOULOMB - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
microCoulomb = muA.s.
- MICROCOULOMB - Static variable in interface org.djunits.unit.util.UNITS
- MICROCURIE - Static variable in class org.djunits.unit.RadioActivityUnit
-
microCurie.
- MICROCURIE - Static variable in interface org.djunits.unit.util.UNITS
- MICROELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
micro-electronvolt.
- MICROELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
microelectronvolt.
- MICROFARAD - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
uF.
- MICROFARAD - Static variable in interface org.djunits.unit.util.UNITS
- MICROGRAM - Static variable in class org.djunits.unit.MassUnit
-
microgram.
- MICROGRAM - Static variable in interface org.djunits.unit.util.UNITS
- MICROGRAY - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
µGy.
- MICROGRAY - Static variable in interface org.djunits.unit.util.UNITS
- MICROHENRY - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
muH.
- MICROHENRY - Static variable in interface org.djunits.unit.util.UNITS
- MICROJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
microjoule.
- MICROJOULE - Static variable in interface org.djunits.unit.util.UNITS
- MICROKATAL - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
µkat.
- MICROKATAL - Static variable in interface org.djunits.unit.util.UNITS
- MICROLUX - Static variable in class org.djunits.unit.IlluminanceUnit
-
mulux.
- MICROLUX - Static variable in interface org.djunits.unit.util.UNITS
- MICROMETER - Static variable in class org.djunits.unit.LengthUnit
-
µm.
- MICROMETER - Static variable in class org.djunits.unit.PositionUnit
-
µm.
- MICROMETER - Static variable in interface org.djunits.unit.util.UNITS
- MICROMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- MICROMOLE - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
µmol.
- MICROMOLE - Static variable in interface org.djunits.unit.util.UNITS
- MICROOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
micro-ohm.
- MICROOHM - Static variable in interface org.djunits.unit.util.UNITS
- MICROSECOND - Static variable in class org.djunits.unit.DurationUnit
-
microsecond.
- MICROSECOND - Static variable in interface org.djunits.unit.util.UNITS
- MICROSIEMENS - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
muS.
- MICROSIEMENS - Static variable in interface org.djunits.unit.util.UNITS
- MICROSIEVERT - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
µSv.
- MICROSIEVERT - Static variable in interface org.djunits.unit.util.UNITS
- MICROTESLA - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
muT.
- MICROTESLA - Static variable in interface org.djunits.unit.util.UNITS
- MICROVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
microvolt.
- MICROVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MICROWATT - Static variable in class org.djunits.unit.PowerUnit
-
microwatt.
- MICROWATT - Static variable in interface org.djunits.unit.util.UNITS
- MICROWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
microwatt-hour.
- MICROWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- MICROWEBER - Static variable in class org.djunits.unit.MagneticFluxUnit
-
muWb.
- MICROWEBER - Static variable in interface org.djunits.unit.util.UNITS
- MILE - Static variable in class org.djunits.unit.LengthUnit
-
mile (international) = 5280 ft = 1760 yd.
- MILE - Static variable in class org.djunits.unit.PositionUnit
-
mile (international) = 5280 ft = 1760 yd.
- MILE - Static variable in interface org.djunits.unit.util.UNITS
- MILE_ABS - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_HOUR - Static variable in class org.djunits.unit.SpeedUnit
-
mile/h.
- MILE_PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_HOUR_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
mi/h2.
- MILE_PER_HOUR_2 - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_HOUR_PER_SECOND - Static variable in class org.djunits.unit.AccelerationUnit
-
mi/h/s.
- MILE_PER_HOUR_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_MINUTE - Static variable in class org.djunits.unit.SpeedUnit
-
mile/min.
- MILE_PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_SECOND - Static variable in class org.djunits.unit.SpeedUnit
-
mile/s.
- MILE_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- MILE_PER_SECOND_2 - Static variable in class org.djunits.unit.AccelerationUnit
-
mi/s2.
- MILE_PER_SECOND_2 - Static variable in interface org.djunits.unit.util.UNITS
- MILLIAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
milliampere.
- MILLIAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- MILLIAMPERE_HOUR - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
milliampere hour.
- MILLIAMPERE_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- MILLIAMPERE_SECOND - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
milliampere second.
- MILLIAMPERE_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- MILLIBAR - Static variable in class org.djunits.unit.PressureUnit
-
millibar.
- MILLIBAR - Static variable in interface org.djunits.unit.util.UNITS
- MILLICOULOMB - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
milliCoulomb = mA.s.
- MILLICOULOMB - Static variable in interface org.djunits.unit.util.UNITS
- MILLICURIE - Static variable in class org.djunits.unit.RadioActivityUnit
-
milliCurie.
- MILLICURIE - Static variable in interface org.djunits.unit.util.UNITS
- MILLIELECTRONVOLT - Static variable in class org.djunits.unit.EnergyUnit
-
milli-electronvolt.
- MILLIELECTRONVOLT - Static variable in class org.djunits.unit.MassUnit
-
millielectronvolt.
- MILLIFARAD - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
mF.
- MILLIFARAD - Static variable in interface org.djunits.unit.util.UNITS
- MILLIGRAM - Static variable in class org.djunits.unit.MassUnit
-
milligram.
- MILLIGRAM - Static variable in interface org.djunits.unit.util.UNITS
- MILLIGRAY - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
mGy.
- MILLIGRAY - Static variable in interface org.djunits.unit.util.UNITS
- MILLIHENRY - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
mH.
- MILLIHENRY - Static variable in interface org.djunits.unit.util.UNITS
- MILLIJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
millijoule.
- MILLIJOULE - Static variable in interface org.djunits.unit.util.UNITS
- MILLIKATAL - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
mkat.
- MILLIKATAL - Static variable in interface org.djunits.unit.util.UNITS
- MILLILUX - Static variable in class org.djunits.unit.IlluminanceUnit
-
mlux.
- MILLILUX - Static variable in interface org.djunits.unit.util.UNITS
- MILLIMETER - Static variable in class org.djunits.unit.LengthUnit
-
mm.
- MILLIMETER - Static variable in class org.djunits.unit.PositionUnit
-
mm.
- MILLIMETER - Static variable in interface org.djunits.unit.util.UNITS
- MILLIMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- MILLIMETER_MERCURY - Static variable in class org.djunits.unit.PressureUnit
-
mm Hg.
- MILLIMETER_MERCURY - Static variable in interface org.djunits.unit.util.UNITS
- MILLIMOLE - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
mmol.
- MILLIMOLE - Static variable in interface org.djunits.unit.util.UNITS
- MILLIOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
milli-ohm.
- MILLIOHM - Static variable in interface org.djunits.unit.util.UNITS
- MILLISECOND - Static variable in class org.djunits.unit.DurationUnit
-
millisecond.
- MILLISECOND - Static variable in interface org.djunits.unit.util.UNITS
- MILLISIEMENS - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
mS.
- MILLISIEMENS - Static variable in interface org.djunits.unit.util.UNITS
- MILLISIEVERT - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
mSv.
- MILLISIEVERT - Static variable in interface org.djunits.unit.util.UNITS
- MILLITESLA - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
mT.
- MILLITESLA - Static variable in interface org.djunits.unit.util.UNITS
- MILLIVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
millivolt.
- MILLIVOLT - Static variable in interface org.djunits.unit.util.UNITS
- MILLIWATT - Static variable in class org.djunits.unit.PowerUnit
-
milliwatt.
- MILLIWATT - Static variable in interface org.djunits.unit.util.UNITS
- MILLIWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
milliwatt-hour.
- MILLIWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- MILLIWEBER - Static variable in class org.djunits.unit.MagneticFluxUnit
-
mWb.
- MILLIWEBER - Static variable in interface org.djunits.unit.util.UNITS
- min(AbsoluteTemperature, AbsoluteTemperature) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Return the minimum value of two absolute scalars.
- min(AbsoluteTemperature, AbsoluteTemperature, AbsoluteTemperature...) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Return the minimum value of more than two absolute scalars.
- min(AbsorbedDose, AbsorbedDose) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Return the minimum value of two relative scalars.
- min(AbsorbedDose, AbsorbedDose, AbsorbedDose...) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Return the minimum value of more than two relative scalars.
- min(Acceleration, Acceleration) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Return the minimum value of two relative scalars.
- min(Acceleration, Acceleration, Acceleration...) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Return the minimum value of more than two relative scalars.
- min(AmountOfSubstance, AmountOfSubstance) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Return the minimum value of two relative scalars.
- min(AmountOfSubstance, AmountOfSubstance, AmountOfSubstance...) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Return the minimum value of more than two relative scalars.
- min(Angle, Angle) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Return the minimum value of two relative scalars.
- min(Angle, Angle, Angle...) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Return the minimum value of more than two relative scalars.
- min(AngularAcceleration, AngularAcceleration) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Return the minimum value of two relative scalars.
- min(AngularAcceleration, AngularAcceleration, AngularAcceleration...) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Return the minimum value of more than two relative scalars.
- min(AngularVelocity, AngularVelocity) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Return the minimum value of two relative scalars.
- min(AngularVelocity, AngularVelocity, AngularVelocity...) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Return the minimum value of more than two relative scalars.
- min(Area, Area) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Return the minimum value of two relative scalars.
- min(Area, Area, Area...) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Return the minimum value of more than two relative scalars.
- min(CatalyticActivity, CatalyticActivity) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Return the minimum value of two relative scalars.
- min(CatalyticActivity, CatalyticActivity, CatalyticActivity...) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Return the minimum value of more than two relative scalars.
- min(Density, Density) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Return the minimum value of two relative scalars.
- min(Density, Density, Density...) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Return the minimum value of more than two relative scalars.
- min(Dimensionless, Dimensionless) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Return the minimum value of two relative scalars.
- min(Dimensionless, Dimensionless, Dimensionless...) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Return the minimum value of more than two relative scalars.
- min(Direction, Direction) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Return the minimum value of two absolute scalars.
- min(Direction, Direction, Direction...) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Return the minimum value of more than two absolute scalars.
- min(Duration, Duration) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Return the minimum value of two relative scalars.
- min(Duration, Duration, Duration...) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Return the minimum value of more than two relative scalars.
- min(ElectricalCapacitance, ElectricalCapacitance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Return the minimum value of two relative scalars.
- min(ElectricalCapacitance, ElectricalCapacitance, ElectricalCapacitance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Return the minimum value of more than two relative scalars.
- min(ElectricalCharge, ElectricalCharge) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Return the minimum value of two relative scalars.
- min(ElectricalCharge, ElectricalCharge, ElectricalCharge...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Return the minimum value of more than two relative scalars.
- min(ElectricalConductance, ElectricalConductance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Return the minimum value of two relative scalars.
- min(ElectricalConductance, ElectricalConductance, ElectricalConductance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Return the minimum value of more than two relative scalars.
- min(ElectricalCurrent, ElectricalCurrent) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Return the minimum value of two relative scalars.
- min(ElectricalCurrent, ElectricalCurrent, ElectricalCurrent...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Return the minimum value of more than two relative scalars.
- min(ElectricalInductance, ElectricalInductance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Return the minimum value of two relative scalars.
- min(ElectricalInductance, ElectricalInductance, ElectricalInductance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Return the minimum value of more than two relative scalars.
- min(ElectricalPotential, ElectricalPotential) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Return the minimum value of two relative scalars.
- min(ElectricalPotential, ElectricalPotential, ElectricalPotential...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Return the minimum value of more than two relative scalars.
- min(ElectricalResistance, ElectricalResistance) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Return the minimum value of two relative scalars.
- min(ElectricalResistance, ElectricalResistance, ElectricalResistance...) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Return the minimum value of more than two relative scalars.
- min(Energy, Energy) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Return the minimum value of two relative scalars.
- min(Energy, Energy, Energy...) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Return the minimum value of more than two relative scalars.
- min(EquivalentDose, EquivalentDose) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Return the minimum value of two relative scalars.
- min(EquivalentDose, EquivalentDose, EquivalentDose...) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Return the minimum value of more than two relative scalars.
- min(FlowMass, FlowMass) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Return the minimum value of two relative scalars.
- min(FlowMass, FlowMass, FlowMass...) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Return the minimum value of more than two relative scalars.
- min(FlowVolume, FlowVolume) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Return the minimum value of two relative scalars.
- min(FlowVolume, FlowVolume, FlowVolume...) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Return the minimum value of more than two relative scalars.
- min(Force, Force) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Return the minimum value of two relative scalars.
- min(Force, Force, Force...) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Return the minimum value of more than two relative scalars.
- min(Frequency, Frequency) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Return the minimum value of two relative scalars.
- min(Frequency, Frequency, Frequency...) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Return the minimum value of more than two relative scalars.
- min(Illuminance, Illuminance) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Return the minimum value of two relative scalars.
- min(Illuminance, Illuminance, Illuminance...) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Return the minimum value of more than two relative scalars.
- min(Length, Length) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Return the minimum value of two relative scalars.
- min(Length, Length, Length...) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Return the minimum value of more than two relative scalars.
- min(LinearDensity, LinearDensity) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Return the minimum value of two relative scalars.
- min(LinearDensity, LinearDensity, LinearDensity...) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Return the minimum value of more than two relative scalars.
- min(LuminousFlux, LuminousFlux) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Return the minimum value of two relative scalars.
- min(LuminousFlux, LuminousFlux, LuminousFlux...) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Return the minimum value of more than two relative scalars.
- min(LuminousIntensity, LuminousIntensity) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Return the minimum value of two relative scalars.
- min(LuminousIntensity, LuminousIntensity, LuminousIntensity...) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Return the minimum value of more than two relative scalars.
- min(MagneticFluxDensity, MagneticFluxDensity) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Return the minimum value of two relative scalars.
- min(MagneticFluxDensity, MagneticFluxDensity, MagneticFluxDensity...) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Return the minimum value of more than two relative scalars.
- min(MagneticFlux, MagneticFlux) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Return the minimum value of two relative scalars.
- min(MagneticFlux, MagneticFlux, MagneticFlux...) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Return the minimum value of more than two relative scalars.
- min(Mass, Mass) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Return the minimum value of two relative scalars.
- min(Mass, Mass, Mass...) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Return the minimum value of more than two relative scalars.
- min(Momentum, Momentum) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Return the minimum value of two relative scalars.
- min(Momentum, Momentum, Momentum...) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Return the minimum value of more than two relative scalars.
- min(Position, Position) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Return the minimum value of two absolute scalars.
- min(Position, Position, Position...) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Return the minimum value of more than two absolute scalars.
- min(Power, Power) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Return the minimum value of two relative scalars.
- min(Power, Power, Power...) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Return the minimum value of more than two relative scalars.
- min(Pressure, Pressure) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Return the minimum value of two relative scalars.
- min(Pressure, Pressure, Pressure...) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Return the minimum value of more than two relative scalars.
- min(RadioActivity, RadioActivity) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Return the minimum value of two relative scalars.
- min(RadioActivity, RadioActivity, RadioActivity...) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Return the minimum value of more than two relative scalars.
- min(SIScalar, SIScalar) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the minimum value of two relative scalars.
- min(SIScalar, SIScalar, SIScalar...) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Return the minimum value of more than two relative scalars.
- min(SolidAngle, SolidAngle) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Return the minimum value of two relative scalars.
- min(SolidAngle, SolidAngle, SolidAngle...) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Return the minimum value of more than two relative scalars.
- min(Speed, Speed) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Return the minimum value of two relative scalars.
- min(Speed, Speed, Speed...) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Return the minimum value of more than two relative scalars.
- min(Temperature, Temperature) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Return the minimum value of two relative scalars.
- min(Temperature, Temperature, Temperature...) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Return the minimum value of more than two relative scalars.
- min(Time, Time) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Return the minimum value of two absolute scalars.
- min(Time, Time, Time...) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Return the minimum value of more than two absolute scalars.
- min(Torque, Torque) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Return the minimum value of two relative scalars.
- min(Torque, Torque, Torque...) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Return the minimum value of more than two relative scalars.
- min(Volume, Volume) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Return the minimum value of two relative scalars.
- min(Volume, Volume, Volume...) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Return the minimum value of more than two relative scalars.
- min(FloatAbsoluteTemperature, FloatAbsoluteTemperature) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Return the minimum value of two absolute scalars.
- min(FloatAbsoluteTemperature, FloatAbsoluteTemperature, FloatAbsoluteTemperature...) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Return the minimum value of more than two absolute scalars.
- min(FloatAbsorbedDose, FloatAbsorbedDose) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Return the minimum value of two relative scalars.
- min(FloatAbsorbedDose, FloatAbsorbedDose, FloatAbsorbedDose...) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Return the minimum value of more than two relative scalars.
- min(FloatAcceleration, FloatAcceleration) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Return the minimum value of two relative scalars.
- min(FloatAcceleration, FloatAcceleration, FloatAcceleration...) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Return the minimum value of more than two relative scalars.
- min(FloatAmountOfSubstance, FloatAmountOfSubstance) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Return the minimum value of two relative scalars.
- min(FloatAmountOfSubstance, FloatAmountOfSubstance, FloatAmountOfSubstance...) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Return the minimum value of more than two relative scalars.
- min(FloatAngle, FloatAngle) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Return the minimum value of two relative scalars.
- min(FloatAngle, FloatAngle, FloatAngle...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Return the minimum value of more than two relative scalars.
- min(FloatAngularAcceleration, FloatAngularAcceleration) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Return the minimum value of two relative scalars.
- min(FloatAngularAcceleration, FloatAngularAcceleration, FloatAngularAcceleration...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Return the minimum value of more than two relative scalars.
- min(FloatAngularVelocity, FloatAngularVelocity) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Return the minimum value of two relative scalars.
- min(FloatAngularVelocity, FloatAngularVelocity, FloatAngularVelocity...) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Return the minimum value of more than two relative scalars.
- min(FloatArea, FloatArea) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Return the minimum value of two relative scalars.
- min(FloatArea, FloatArea, FloatArea...) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Return the minimum value of more than two relative scalars.
- min(FloatCatalyticActivity, FloatCatalyticActivity) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Return the minimum value of two relative scalars.
- min(FloatCatalyticActivity, FloatCatalyticActivity, FloatCatalyticActivity...) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Return the minimum value of more than two relative scalars.
- min(FloatDensity, FloatDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Return the minimum value of two relative scalars.
- min(FloatDensity, FloatDensity, FloatDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Return the minimum value of more than two relative scalars.
- min(FloatDimensionless, FloatDimensionless) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Return the minimum value of two relative scalars.
- min(FloatDimensionless, FloatDimensionless, FloatDimensionless...) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Return the minimum value of more than two relative scalars.
- min(FloatDirection, FloatDirection) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Return the minimum value of two absolute scalars.
- min(FloatDirection, FloatDirection, FloatDirection...) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Return the minimum value of more than two absolute scalars.
- min(FloatDuration, FloatDuration) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Return the minimum value of two relative scalars.
- min(FloatDuration, FloatDuration, FloatDuration...) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalCapacitance, FloatElectricalCapacitance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Return the minimum value of two relative scalars.
- min(FloatElectricalCapacitance, FloatElectricalCapacitance, FloatElectricalCapacitance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalCharge, FloatElectricalCharge) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Return the minimum value of two relative scalars.
- min(FloatElectricalCharge, FloatElectricalCharge, FloatElectricalCharge...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalConductance, FloatElectricalConductance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Return the minimum value of two relative scalars.
- min(FloatElectricalConductance, FloatElectricalConductance, FloatElectricalConductance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalCurrent, FloatElectricalCurrent) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Return the minimum value of two relative scalars.
- min(FloatElectricalCurrent, FloatElectricalCurrent, FloatElectricalCurrent...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalInductance, FloatElectricalInductance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Return the minimum value of two relative scalars.
- min(FloatElectricalInductance, FloatElectricalInductance, FloatElectricalInductance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalPotential, FloatElectricalPotential) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Return the minimum value of two relative scalars.
- min(FloatElectricalPotential, FloatElectricalPotential, FloatElectricalPotential...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Return the minimum value of more than two relative scalars.
- min(FloatElectricalResistance, FloatElectricalResistance) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Return the minimum value of two relative scalars.
- min(FloatElectricalResistance, FloatElectricalResistance, FloatElectricalResistance...) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Return the minimum value of more than two relative scalars.
- min(FloatEnergy, FloatEnergy) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Return the minimum value of two relative scalars.
- min(FloatEnergy, FloatEnergy, FloatEnergy...) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Return the minimum value of more than two relative scalars.
- min(FloatEquivalentDose, FloatEquivalentDose) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Return the minimum value of two relative scalars.
- min(FloatEquivalentDose, FloatEquivalentDose, FloatEquivalentDose...) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Return the minimum value of more than two relative scalars.
- min(FloatFlowMass, FloatFlowMass) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Return the minimum value of two relative scalars.
- min(FloatFlowMass, FloatFlowMass, FloatFlowMass...) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Return the minimum value of more than two relative scalars.
- min(FloatFlowVolume, FloatFlowVolume) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Return the minimum value of two relative scalars.
- min(FloatFlowVolume, FloatFlowVolume, FloatFlowVolume...) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Return the minimum value of more than two relative scalars.
- min(FloatForce, FloatForce) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Return the minimum value of two relative scalars.
- min(FloatForce, FloatForce, FloatForce...) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Return the minimum value of more than two relative scalars.
- min(FloatFrequency, FloatFrequency) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Return the minimum value of two relative scalars.
- min(FloatFrequency, FloatFrequency, FloatFrequency...) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Return the minimum value of more than two relative scalars.
- min(FloatIlluminance, FloatIlluminance) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Return the minimum value of two relative scalars.
- min(FloatIlluminance, FloatIlluminance, FloatIlluminance...) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Return the minimum value of more than two relative scalars.
- min(FloatLength, FloatLength) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Return the minimum value of two relative scalars.
- min(FloatLength, FloatLength, FloatLength...) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Return the minimum value of more than two relative scalars.
- min(FloatLinearDensity, FloatLinearDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Return the minimum value of two relative scalars.
- min(FloatLinearDensity, FloatLinearDensity, FloatLinearDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Return the minimum value of more than two relative scalars.
- min(FloatLuminousFlux, FloatLuminousFlux) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Return the minimum value of two relative scalars.
- min(FloatLuminousFlux, FloatLuminousFlux, FloatLuminousFlux...) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Return the minimum value of more than two relative scalars.
- min(FloatLuminousIntensity, FloatLuminousIntensity) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Return the minimum value of two relative scalars.
- min(FloatLuminousIntensity, FloatLuminousIntensity, FloatLuminousIntensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Return the minimum value of more than two relative scalars.
- min(FloatMagneticFluxDensity, FloatMagneticFluxDensity) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Return the minimum value of two relative scalars.
- min(FloatMagneticFluxDensity, FloatMagneticFluxDensity, FloatMagneticFluxDensity...) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Return the minimum value of more than two relative scalars.
- min(FloatMagneticFlux, FloatMagneticFlux) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Return the minimum value of two relative scalars.
- min(FloatMagneticFlux, FloatMagneticFlux, FloatMagneticFlux...) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Return the minimum value of more than two relative scalars.
- min(FloatMass, FloatMass) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Return the minimum value of two relative scalars.
- min(FloatMass, FloatMass, FloatMass...) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Return the minimum value of more than two relative scalars.
- min(FloatMomentum, FloatMomentum) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Return the minimum value of two relative scalars.
- min(FloatMomentum, FloatMomentum, FloatMomentum...) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Return the minimum value of more than two relative scalars.
- min(FloatPosition, FloatPosition) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Return the minimum value of two absolute scalars.
- min(FloatPosition, FloatPosition, FloatPosition...) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Return the minimum value of more than two absolute scalars.
- min(FloatPower, FloatPower) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Return the minimum value of two relative scalars.
- min(FloatPower, FloatPower, FloatPower...) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Return the minimum value of more than two relative scalars.
- min(FloatPressure, FloatPressure) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Return the minimum value of two relative scalars.
- min(FloatPressure, FloatPressure, FloatPressure...) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Return the minimum value of more than two relative scalars.
- min(FloatRadioActivity, FloatRadioActivity) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Return the minimum value of two relative scalars.
- min(FloatRadioActivity, FloatRadioActivity, FloatRadioActivity...) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Return the minimum value of more than two relative scalars.
- min(FloatSIScalar, FloatSIScalar) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the minimum value of two relative scalars.
- min(FloatSIScalar, FloatSIScalar, FloatSIScalar...) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Return the minimum value of more than two relative scalars.
- min(FloatSolidAngle, FloatSolidAngle) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Return the minimum value of two relative scalars.
- min(FloatSolidAngle, FloatSolidAngle, FloatSolidAngle...) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Return the minimum value of more than two relative scalars.
- min(FloatSpeed, FloatSpeed) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Return the minimum value of two relative scalars.
- min(FloatSpeed, FloatSpeed, FloatSpeed...) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Return the minimum value of more than two relative scalars.
- min(FloatTemperature, FloatTemperature) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Return the minimum value of two relative scalars.
- min(FloatTemperature, FloatTemperature, FloatTemperature...) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Return the minimum value of more than two relative scalars.
- min(FloatTime, FloatTime) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Return the minimum value of two absolute scalars.
- min(FloatTime, FloatTime, FloatTime...) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Return the minimum value of more than two absolute scalars.
- min(FloatTorque, FloatTorque) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Return the minimum value of two relative scalars.
- min(FloatTorque, FloatTorque, FloatTorque...) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Return the minimum value of more than two relative scalars.
- min(FloatVolume, FloatVolume) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Return the minimum value of two relative scalars.
- min(FloatVolume, FloatVolume, FloatVolume...) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Return the minimum value of more than two relative scalars.
- min(T, T) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Return the minimum value of two relative scalars.
- min(T, T) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Return the minimum value of two relative scalars.
- min(T, T, T...) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Return the minimum value of more than two relative scalars.
- min(T, T, T...) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Return the minimum value of more than two relative scalars.
- minus(A) - Method in interface org.djunits.value.Absolute
-
Subtract an Absolute value from this Absolute value, resulting in a Relative value.
- minus(A) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- minus(A) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- minus(AM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
- minus(AM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
- minus(A, A) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Subtract two absolute values.
- minus(A, A) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Subtract two absolute values.
- minus(A, R) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Subtract a Relative value from an absolute value.
- minus(A, R) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Subtract a Relative value from an absolute value.
- minus(AV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
- minus(AV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
- minus(SIDimensions) - Method in class org.djunits.unit.si.SIDimensions
-
Subtract a set of SI dimensions from this SIDimensions.
- minus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Subtract two matrices on a cell-by-cell basis.
- minus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- minus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- minus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Subtract two vectors on a cell-by-cell basis.
- minus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- minus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- minus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Subtract two matrices on a cell-by-cell basis.
- minus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- minus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- minus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Subtract two vectors on a cell-by-cell basis.
- minus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- minus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- minus(R) - Method in interface org.djunits.value.Absolute
-
Subtract a Relative value from this Absolute value.
- minus(R) - Method in interface org.djunits.value.Relative
-
Subtract a Relative value from this Relative value.
- minus(R) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- minus(R) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- minus(R) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- minus(R) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- minus(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
- minus(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- minus(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
- minus(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- minus(R, R) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Subtract a relative value from a relative value.
- minus(R, R) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Subtract a relative value from a relative value.
- minus(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
- minus(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- minus(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
- minus(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- MINUTE - Static variable in class org.djunits.unit.DurationUnit
-
minute.
- MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- MOLE - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
Mole.
- MOLE - Static variable in interface org.djunits.unit.util.UNITS
- Momentum - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Momentum DoubleScalar, which is relative by definition.
- Momentum(double, MomentumUnit) - Constructor for class org.djunits.value.vdouble.scalar.Momentum
-
Construct Momentum scalar.
- Momentum(Momentum) - Constructor for class org.djunits.value.vdouble.scalar.Momentum
-
Construct Momentum scalar.
- MomentumMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double MomentumMatrix, a matrix of values with a MomentumUnit.
- MomentumMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a double[][] object with SI-unit values.
- MomentumMatrix(double[][], MomentumUnit) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a double[][] object.
- MomentumMatrix(double[][], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a double[][] object.
- MomentumMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a double[][] object with SI-unit values.
- MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.
- MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.
- MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>>, MomentumUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.
- MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>>, MomentumUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.
- MomentumMatrix(DoubleMatrixData, MomentumUnit) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from an internal data object.
- MomentumMatrix(Momentum[][]) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from an array of an array of Momentum objects.
- MomentumMatrix(Momentum[][], MomentumUnit) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from an array of an array of Momentum objects.
- MomentumMatrix(Momentum[][], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from an array of an array of Momentum objects.
- MomentumMatrix(Momentum[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
-
Construct a MomentumMatrix from an array of an array of Momentum objects.
- MomentumUnit - Class in org.djunits.unit
-
According to Wikipedia: Momentum or linear momentum, or translational momentum is the product of the mass and velocity of an object.
- MomentumUnit() - Constructor for class org.djunits.unit.MomentumUnit
- MomentumVector - Class in org.djunits.value.vdouble.vector
-
Double MomentumVector, a vector of values with a MomentumUnit.
- MomentumVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a double[] object with SI-unit values.
- MomentumVector(double[], MomentumUnit) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a double[] object.
- MomentumVector(double[], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a double[] object.
- MomentumVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a double[] object with SI-unit values.
- MomentumVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a list of Number objects or a list of Momentum objects.
- MomentumVector(List<? extends Number>, MomentumUnit) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a list of Number objects or a list of Momentum objects.
- MomentumVector(List<? extends Number>, MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a list of Number objects or a list of Momentum objects.
- MomentumVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a list of Number objects or a list of Momentum objects.
- MomentumVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.
- MomentumVector(Map<Integer, ? extends Number>, int, MomentumUnit) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.
- MomentumVector(Map<Integer, ? extends Number>, int, MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.
- MomentumVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.
- MomentumVector(Momentum[]) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from an array of Momentum objects.
- MomentumVector(Momentum[], MomentumUnit) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from an array of Momentum objects.
- MomentumVector(Momentum[], MomentumUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from an array of Momentum objects.
- MomentumVector(Momentum[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from an array of Momentum objects.
- MomentumVector(DoubleVectorData, MomentumUnit) - Constructor for class org.djunits.value.vdouble.vector.MomentumVector
-
Construct an MomentumVector from an internal data object.
- MTS - Class in org.djunits.unit.unitsystem
-
The meter-tonne-second system.
- MTS - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
MTS: meter-tonne-second system.
- MTS(String, String) - Constructor for class org.djunits.unit.unitsystem.MTS
-
Protected constructor to avoid creating other (false) unit systems.
- MULT(double) - Static method in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
a * b
. - MULT(float) - Static method in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
a * b
. - multiply(DoubleScalarRel<?, ?>, DoubleScalarRel<?, ?>) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
- multiply(FloatScalarRel<?, ?>, FloatScalarRel<?, ?>) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
- multiplyBy(double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Multiply all values of this matrix by the multiplier.
- multiplyBy(double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Multiply all values of this vector by the multiplier.
- multiplyBy(double) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Multiply all values of this matrix by the multiplier.
- multiplyBy(double) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Multiply all values of this vector by the multiplier.
- multiplyBy(float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Multiply all values of this matrix by the multiplier.
- multiplyBy(float) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Multiply all values of this vector by the multiplier.
- multiplyBy(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
- multiplyBy(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Multiply a vector with the values of another vector on a cell-by-cell basis.
- multiplyBy(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
- multiplyBy(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Multiply a vector with the values of another vector on a cell-by-cell basis.
- mutable() - Method in class org.djunits.value.IndexedValue
-
Turn the immutable flag off for this internal storage.
N
- NaN - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value NaN.
- NaN - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value NaN.
- NANOCURIE - Static variable in class org.djunits.unit.RadioActivityUnit
-
nanoCurie.
- NANOCURIE - Static variable in interface org.djunits.unit.util.UNITS
- NANOFARAD - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
nF.
- NANOFARAD - Static variable in interface org.djunits.unit.util.UNITS
- NANOHENRY - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
nH.
- NANOHENRY - Static variable in interface org.djunits.unit.util.UNITS
- NANOKATAL - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
nkat.
- NANOKATAL - Static variable in interface org.djunits.unit.util.UNITS
- NANOMETER - Static variable in class org.djunits.unit.LengthUnit
-
nm.
- NANOMETER - Static variable in class org.djunits.unit.PositionUnit
-
nm.
- NANOMETER - Static variable in interface org.djunits.unit.util.UNITS
- NANOMETER_ABS - Static variable in interface org.djunits.unit.util.UNITS
- NANOMOLE - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
nmol.
- NANOMOLE - Static variable in interface org.djunits.unit.util.UNITS
- NANOSIEMENS - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
nS.
- NANOSIEMENS - Static variable in interface org.djunits.unit.util.UNITS
- NANOTESLA - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
nT.
- NANOTESLA - Static variable in interface org.djunits.unit.util.UNITS
- NANOWEBER - Static variable in class org.djunits.unit.MagneticFluxUnit
-
nWb.
- NANOWEBER - Static variable in interface org.djunits.unit.util.UNITS
- NAUTICAL_MILE - Static variable in class org.djunits.unit.LengthUnit
-
nautical mile (international) = 1852 m.
- NAUTICAL_MILE - Static variable in class org.djunits.unit.PositionUnit
-
nautical mile (international) = 1852 m.
- NAUTICAL_MILE - Static variable in interface org.djunits.unit.util.UNITS
- NAUTICAL_MILE_ABS - Static variable in interface org.djunits.unit.util.UNITS
- ne(S) - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is not equal to another DoubleScalar.
- ne(S) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- ne(S) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- ne0() - Method in class org.djunits.value.base.Scalar
-
Test if this DoubleScalar is not equal to 0.0.
- ne0() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- ne0() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- neg() - Method in interface org.djunits.value.Value
-
Return a new Scalar/Vector/Matrix with negated value(s).
- neg() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- neg() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- neg() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- neg() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- neg() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- neg() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- neg() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- neg() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- NEG - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
-a
. - NEG - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
-a
. - NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value -MAX_VALUE.
- NEG_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value -MAX_VALUE.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value NEGATIVE_INFINITY.
- NEGATIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value NEGATIVE_INFINITY.
- NEUTRONMASS - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Mass of a neutron.
- NEUTRONMASS - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Mass of a neutron.
- NEWTON - Static variable in class org.djunits.unit.ForceUnit
-
Newton.
- NEWTON - Static variable in interface org.djunits.unit.util.UNITS
- NEWTON_METER - Static variable in class org.djunits.unit.TorqueUnit
-
Newton meter.
- NEWTON_METER - Static variable in interface org.djunits.unit.util.UNITS
- next() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- next() - Method in class org.djunits.value.vfloat.vector.base.FloatVector.Itr
- NONE - Enum constant in enum class org.djunits.unit.si.SIPrefixes
-
No SI prefixes allowed.
- normalize(double) - Static method in interface org.djunits.value.util.AngleUtil
-
Normalize an angle between 0 and 2 * PI.
- normalize(float) - Static method in interface org.djunits.value.util.AngleUtil
-
Normalize an angle between 0 and 2 * PI.
- normalize(Angle) - Static method in interface org.djunits.value.util.AngleUtil
-
Normalize an angle between 0 and 2 * PI.
- normalize(FloatAngle) - Static method in interface org.djunits.value.util.AngleUtil
-
Normalize an angle between 0 and 2 * PI.
- NORTH_DEGREE - Static variable in class org.djunits.unit.DirectionUnit
-
The unit for direction with North as the origin and degrees as the displacement.
- NORTH_DEGREE - Static variable in interface org.djunits.unit.util.UNITS
- NORTH_RADIAN - Static variable in class org.djunits.unit.DirectionUnit
-
The unit for direction with North as the origin and radians as the displacement.
- NORTH_RADIAN - Static variable in interface org.djunits.unit.util.UNITS
- NOX - Static variable in class org.djunits.unit.IlluminanceUnit
-
nox.
- NOX - Static variable in interface org.djunits.unit.util.UNITS
- NUMBER_DIMENSIONS - Static variable in class org.djunits.unit.si.SIDimensions
-
The (currently) 9 dimensions we take into account: rad, sr, kg, m, s, A, K, mol, cd.
O
- of(double[][], String, StorageType) - Static method in class org.djunits.value.vdouble.matrix.SIMatrix
-
Returns an SIMatrix based on an array of values and the textual representation of the unit.
- of(double[], String, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
-
Returns an SIVector based on an array of values and the textual representation of the unit.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Returns a AbsoluteTemperature based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Returns a AbsorbedDose based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Returns a Acceleration based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Returns a AmountOfSubstance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Returns a Angle based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Returns a AngularAcceleration based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Returns a AngularVelocity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Returns a Area based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Returns a CatalyticActivity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Returns a Density based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Returns a Dimensionless based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Returns a Direction based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Returns a Duration based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Returns a ElectricalCapacitance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Returns a ElectricalCharge based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Returns a ElectricalConductance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Returns a ElectricalCurrent based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Returns a ElectricalInductance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Returns a ElectricalPotential based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Returns a ElectricalResistance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Returns a Energy based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Returns a EquivalentDose based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Returns a FlowMass based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Returns a FlowVolume based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Returns a Force based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Returns a Frequency based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Returns a Illuminance based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Returns a Length based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Returns a LinearDensity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Returns a LuminousFlux based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Returns a LuminousIntensity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Returns a MagneticFlux based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Returns a MagneticFluxDensity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Returns a Mass based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Returns a Momentum based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Returns a Position based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Returns a Power based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Returns a Pressure based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Returns a RadioActivity based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Returns an SIScalar based on a value and the textual representation of the unit.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Returns a SolidAngle based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Returns a Speed based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Returns a Temperature based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Returns a Time based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Returns a Torque based on a value and the textual representation of the unit, which can be localized.
- of(double, String) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Returns a Volume based on a value and the textual representation of the unit, which can be localized.
- of(float[][], String, StorageType) - Static method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Returns an FloatSIMatrix based on an array of values and the textual representation of the unit.
- of(float[], String, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Returns a FloatSIVector based on an array of values and the textual representation of the unit.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Returns a FloatAbsoluteTemperature based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Returns a FloatAbsorbedDose based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Returns a FloatAcceleration based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Returns a FloatAmountOfSubstance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Returns a FloatAngle based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Returns a FloatAngularAcceleration based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Returns a FloatAngularVelocity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Returns a FloatArea based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Returns a FloatCatalyticActivity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Returns a FloatDensity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Returns a FloatDimensionless based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Returns a FloatDirection based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Returns a FloatDuration based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Returns a FloatElectricalCapacitance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Returns a FloatElectricalCharge based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Returns a FloatElectricalConductance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Returns a FloatElectricalCurrent based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Returns a FloatElectricalInductance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Returns a FloatElectricalPotential based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Returns a FloatElectricalResistance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Returns a FloatEnergy based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Returns a FloatEquivalentDose based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Returns a FloatFlowMass based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Returns a FloatFlowVolume based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Returns a FloatForce based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Returns a FloatFrequency based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Returns a FloatIlluminance based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Returns a FloatLength based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Returns a FloatLinearDensity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Returns a FloatLuminousFlux based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Returns a FloatLuminousIntensity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Returns a FloatMagneticFlux based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Returns a FloatMagneticFluxDensity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Returns a FloatMass based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Returns a FloatMomentum based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Returns a FloatPosition based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Returns a FloatPower based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Returns a FloatPressure based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Returns a FloatRadioActivity based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Returns an FloatSIScalar based on a value and the textual representation of the unit.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Returns a FloatSolidAngle based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Returns a FloatSpeed based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Returns a FloatTemperature based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Returns a FloatTime based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Returns a FloatTorque based on a value and the textual representation of the unit, which can be localized.
- of(float, String) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Returns a FloatVolume based on a value and the textual representation of the unit, which can be localized.
- of(String) - Method in class org.djunits.quantity.Quantity
-
Retrieve a unit by one of its abbreviations.
- of(String) - Static method in class org.djunits.unit.si.SIDimensions
-
Parse a string representing SI dimensions to an SIDimensions object.
- of(String) - Static method in class org.djunits.unit.SIUnit
-
Instantiate an SI unit 'of' a String.
- of(List<Double>, String, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
-
Returns an SIVector based on an array of values and the textual representation of the unit.
- of(List<Float>, String, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Returns a FloatSIVector based on an array of values and the textual representation of the unit.
- of(Map<Integer, Double>, String, int, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
-
Returns an SIVector based on a (sparse) map of values and the textual representation of the unit.
- of(Map<Integer, Float>, String, int, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
-
Returns a FloatSIVector based on a (sparse) map of values and the textual representation of the unit.
- of(SIDimensions) - Static method in class org.djunits.unit.SIUnit
-
Instantiate an SI unit 'of' a SIDimensions.
- OffsetLinearScale - Class in org.djunits.unit.scale
-
Scale with factor and zero point offset.
- OffsetLinearScale(double, double) - Constructor for class org.djunits.unit.scale.OffsetLinearScale
-
Construct a Scale for linear transformations with an offset, e.g. for Temperature.
- OHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
Ohm.
- OHM - Static variable in interface org.djunits.unit.util.UNITS
- ONE - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value one.
- ONE - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value one.
- org.djunits.locale - package org.djunits.locale
-
Locale related code for adapting representations and messages to different languages.
- org.djunits.quantity - package org.djunits.quantity
-
Base information about the quantities such as the SI dimensions.
- org.djunits.unit - package org.djunits.unit
-
Units for version 4 of DJUNITS.
- org.djunits.unit.scale - package org.djunits.unit.scale
-
Unit scales for DJUNITS.
- org.djunits.unit.si - package org.djunits.unit.si
-
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
- org.djunits.unit.unitsystem - package org.djunits.unit.unitsystem
-
Classes for various unit systems, such as SI, SI-derived, Imperial.
- org.djunits.unit.util - package org.djunits.unit.util
-
Utility classes for the unit package.
- org.djunits.value - package org.djunits.value
-
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
- org.djunits.value.base - package org.djunits.value.base
-
Base value interfaces and classes, e.g. to distinguish between scalar, vector and matrix..
- org.djunits.value.formatter - package org.djunits.value.formatter
-
Format values for display.
- org.djunits.value.function - package org.djunits.value.function
-
Generic interfaces and default implementations for Scalar, Vector and Matrix functions.
- org.djunits.value.storage - package org.djunits.value.storage
-
Generic definitions for data type storage, such as dense or sparse.
- org.djunits.value.util - package org.djunits.value.util
-
Generic utilities for all values (Scalar, Vector, Matrix).
- org.djunits.value.vdouble.function - package org.djunits.value.vdouble.function
-
Functions for double arguments.
- org.djunits.value.vdouble.matrix - package org.djunits.value.vdouble.matrix
-
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
- org.djunits.value.vdouble.matrix.base - package org.djunits.value.vdouble.matrix.base
-
Interfaces, abstract classes and utilities for DoubleMatrix.
- org.djunits.value.vdouble.matrix.data - package org.djunits.value.vdouble.matrix.data
-
Internal data storage for the Matrix.
- org.djunits.value.vdouble.scalar - package org.djunits.value.vdouble.scalar
-
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
- org.djunits.value.vdouble.scalar.base - package org.djunits.value.vdouble.scalar.base
-
Interfaces, abstract classes and utilities for DoubleScalar.
- org.djunits.value.vdouble.vector - package org.djunits.value.vdouble.vector
-
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
- org.djunits.value.vdouble.vector.base - package org.djunits.value.vdouble.vector.base
-
Interfaces, abstract classes and utilities for DoubleVector.
- org.djunits.value.vdouble.vector.data - package org.djunits.value.vdouble.vector.data
-
Internal data storage for the Vector.
- org.djunits.value.vfloat.function - package org.djunits.value.vfloat.function
-
Functions for float arguments.
- org.djunits.value.vfloat.matrix - package org.djunits.value.vfloat.matrix
-
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
- org.djunits.value.vfloat.matrix.base - package org.djunits.value.vfloat.matrix.base
-
Interfaces, abstract classes and utilities for FloatMatrix.
- org.djunits.value.vfloat.matrix.data - package org.djunits.value.vfloat.matrix.data
-
package-info.java.
- org.djunits.value.vfloat.scalar - package org.djunits.value.vfloat.scalar
-
Float Scalar storage and calculations with units, absolute/relative.
- org.djunits.value.vfloat.scalar.base - package org.djunits.value.vfloat.scalar.base
-
Utilities, interfaces and abstract classes for FloatScalar.
- org.djunits.value.vfloat.vector - package org.djunits.value.vfloat.vector
-
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
- org.djunits.value.vfloat.vector.base - package org.djunits.value.vfloat.vector.base
-
Interfaces, abstract classes and utilities for FloatVector.
- org.djunits.value.vfloat.vector.data - package org.djunits.value.vfloat.vector.data
-
Internal storage for the FloatVector.
- Other - Class in org.djunits.unit.unitsystem
-
Other (non-SI, cgs, Imperial, mts, US, ...) system, or to indicate a unit is not belonging to a system.
- Other(String, String) - Constructor for class org.djunits.unit.unitsystem.Other
-
Protected constructor to avoid creating other (false) unit systems.
- OTHER - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
Other (or no) system.
- OUNCE - Static variable in class org.djunits.unit.MassUnit
-
pound.
- OUNCE - Static variable in interface org.djunits.unit.util.UNITS
- OUNCE_FORCE - Static variable in class org.djunits.unit.ForceUnit
-
ounce-force.
- OUNCE_FORCE - Static variable in interface org.djunits.unit.util.UNITS
P
- padd(String, int) - Static method in class org.djunits.value.formatter.EngineeringFormatter
-
Extend a String with spaces, or trim it to reach a specified length.
- PARALLEL_THRESHOLD - Static variable in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Threshold to do parallel execution.
- PARSEC - Static variable in class org.djunits.unit.LengthUnit
-
Parsec = 648,000 / PI ly.
- PARSEC - Static variable in class org.djunits.unit.PositionUnit
-
Parsec = 648,000 / PI ly.
- PARSEC - Static variable in interface org.djunits.unit.util.UNITS
- PARSEC_ABS - Static variable in interface org.djunits.unit.util.UNITS
- PASCAL - Static variable in class org.djunits.unit.PressureUnit
-
Pascal.
- PASCAL - Static variable in interface org.djunits.unit.util.UNITS
- PER_ANGSTROM - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/Angstrom.
- PER_ANGSTROM - Static variable in interface org.djunits.unit.util.UNITS
- PER_ASTRONOMICAL_UNIT - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/Astronomical Unit.
- PER_ASTRONOMICAL_UNIT - Static variable in interface org.djunits.unit.util.UNITS
- PER_CENTIMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/centimeter.
- PER_CENTIMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_DAY - Static variable in class org.djunits.unit.FrequencyUnit
-
1/day.
- PER_DAY - Static variable in interface org.djunits.unit.util.UNITS
- PER_DECAMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/decameter.
- PER_DECAMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_DECIMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/decimeter.
- PER_DECIMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_FOOT - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/foot (international) = 0.3048 m = 1/3 yd = 12 inches.
- PER_FOOT - Static variable in interface org.djunits.unit.util.UNITS
- PER_HECTOMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/hectometer.
- PER_HECTOMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_HOUR - Static variable in class org.djunits.unit.FrequencyUnit
-
1/hour.
- PER_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- PER_INCH - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.
- PER_INCH - Static variable in interface org.djunits.unit.util.UNITS
- PER_KILOMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/kilometer.
- PER_KILOMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_LIGHTYEAR - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/Lightyear.
- PER_LIGHTYEAR - Static variable in interface org.djunits.unit.util.UNITS
- PER_METER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/meter.
- PER_METER - Static variable in interface org.djunits.unit.util.UNITS
- PER_MICROMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/µm.
- PER_MICROMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_MICROSECOND - Static variable in class org.djunits.unit.FrequencyUnit
-
1/microsecond.
- PER_MICROSECOND - Static variable in interface org.djunits.unit.util.UNITS
- PER_MILE - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/mile (international) = 5280 ft = 1760 yd.
- PER_MILE - Static variable in interface org.djunits.unit.util.UNITS
- PER_MILLIMETER - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/millimeter.
- PER_MILLIMETER - Static variable in interface org.djunits.unit.util.UNITS
- PER_MILLISECOND - Static variable in class org.djunits.unit.FrequencyUnit
-
1/millisecond.
- PER_MILLISECOND - Static variable in interface org.djunits.unit.util.UNITS
- PER_MINUTE - Static variable in class org.djunits.unit.FrequencyUnit
-
1/min.
- PER_MINUTE - Static variable in interface org.djunits.unit.util.UNITS
- PER_NAUTICAL_MILE - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/nautical mile (international) = 1852 m.
- PER_NAUTICAL_MILE - Static variable in interface org.djunits.unit.util.UNITS
- PER_PARSEC - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/Parsec.
- PER_PARSEC - Static variable in interface org.djunits.unit.util.UNITS
- PER_SECOND - Static variable in class org.djunits.unit.FrequencyUnit
-
1/s and all derived units.
- PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- PER_UNIT - Enum constant in enum class org.djunits.unit.si.SIPrefixes
-
All standard SI prefixes allowed for "per unit".
- PER_UNIT_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
-
The SI prefixes and their values for the "PER_UNIT" settings.
- PER_WEEK - Static variable in class org.djunits.unit.FrequencyUnit
-
1/week.
- PER_WEEK - Static variable in interface org.djunits.unit.util.UNITS
- PER_YARD - Static variable in class org.djunits.unit.LinearDensityUnit
-
1/yard (international) = 0.9144 m = 3 ft = 36 in.
- PER_YARD - Static variable in interface org.djunits.unit.util.UNITS
- PERCENT - Static variable in class org.djunits.unit.AngleUnit
-
percent (non-linear, 100% is 45 degrees; 90 degrees is infinite).
- PERCENT - Static variable in interface org.djunits.unit.util.UNITS
- PETABECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
PBq.
- PETABECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- PETAJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
petajoule.
- PETAJOULE - Static variable in interface org.djunits.unit.util.UNITS
- PETAWATT - Static variable in class org.djunits.unit.PowerUnit
-
petawatt.
- PETAWATT - Static variable in interface org.djunits.unit.util.UNITS
- PETAWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
petawatt-hour.
- PETAWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- PHI - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Golden ratio.
- PHI - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Golden ratio.
- PHOT - Static variable in class org.djunits.unit.IlluminanceUnit
-
phot.
- PHOT - Static variable in interface org.djunits.unit.util.UNITS
- PI - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Ratio of a half circumference of a circle and its radius.
- PI - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Ratio of a half circumference of a circle and its radius.
- PICOFARAD - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
pF.
- PICOFARAD - Static variable in interface org.djunits.unit.util.UNITS
- PIEZE - Static variable in class org.djunits.unit.PressureUnit
-
pieze.
- PIEZE - Static variable in interface org.djunits.unit.util.UNITS
- PINT_IMP - Static variable in interface org.djunits.unit.util.UNITS
- PINT_IMP - Static variable in class org.djunits.unit.VolumeUnit
-
pint (imperial) = 1/2 imp quart.
- PINT_US - Static variable in interface org.djunits.unit.util.UNITS
- PINT_US - Static variable in class org.djunits.unit.VolumeUnit
-
pint (fluid US) = 1/2 US quart.
- PLANCK - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Planck constant; ratio of a photon's energy and its frequency.
- PLANCK - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Planck constant; ratio of a photon's energy and its frequency.
- PLANCKREDUCED - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Reduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.
- PLANCKREDUCED - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Reduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.
- plus(A) - Method in interface org.djunits.value.RelWithAbs
-
Add an Absolute value to this relative value.
- plus(A) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRelWithAbs
- plus(A) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRelWithAbs
- plus(AM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRelWithAbs
- plus(AM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRelWithAbs
- plus(A, R) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Add a Relative value to an Absolute value.
- plus(A, R) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Add a Relative value to an Absolute value.
- plus(AV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRelWithAbs
- plus(AV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRelWithAbs
- plus(SIDimensions) - Method in class org.djunits.unit.si.SIDimensions
-
Add a set of SI dimensions to this SIDimensions.
- plus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Add two matrices on a cell-by-cell basis.
- plus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- plus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- plus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Add two vectors on a cell-by-cell basis.
- plus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- plus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- plus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Add two matrices on a cell-by-cell basis.
- plus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- plus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- plus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Add two vectors on a cell-by-cell basis.
- plus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- plus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- plus(R) - Method in interface org.djunits.value.Absolute
-
Add a Relative value to this Absolute value.
- plus(R) - Method in interface org.djunits.value.Relative
-
Add a Relative value to this Relative value.
- plus(R) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- plus(R) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- plus(R) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- plus(R) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- plus(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixAbs
- plus(RM) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- plus(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixAbs
- plus(RM) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- plus(R, A) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Add an Absolute value to a Relative value.
- plus(R, A) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Add an Absolute value to a Relative value.
- plus(R, R) - Static method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Add a Relative value to a Relative value.
- plus(R, R) - Static method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Add a Relative value to a Relative value.
- plus(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorAbs
- plus(RV) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- plus(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorAbs
- plus(RV) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value MAX_VALUE.
- POS_MAXVALUE - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value MAX_VALUE.
- Position - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Absolute Position DoubleScalar.
- Position(double, PositionUnit) - Constructor for class org.djunits.value.vdouble.scalar.Position
-
Construct Position scalar.
- Position(Position) - Constructor for class org.djunits.value.vdouble.scalar.Position
-
Construct Position scalar.
- PositionMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Position Matrix.
- PositionMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a double[][] object with SI-unit values.
- PositionMatrix(double[][], PositionUnit) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a double[][] object.
- PositionMatrix(double[][], PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a double[][] object.
- PositionMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a double[][] object with SI-unit values.
- PositionMatrix(Collection<DoubleSparseValue<PositionUnit, Position>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a (sparse) collection of DoubleSparseValue objects.
- PositionMatrix(Collection<DoubleSparseValue<PositionUnit, Position>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a (sparse) collection of DoubleSparseValue objects.
- PositionMatrix(Collection<DoubleSparseValue<PositionUnit, Position>>, PositionUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a (sparse) collection of DoubleSparseValue objects.
- PositionMatrix(Collection<DoubleSparseValue<PositionUnit, Position>>, PositionUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from a (sparse) collection of DoubleSparseValue objects.
- PositionMatrix(DoubleMatrixData, PositionUnit) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from an internal data object.
- PositionMatrix(Position[][]) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from an array of an array of Position objects.
- PositionMatrix(Position[][], PositionUnit) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from an array of an array of Position objects.
- PositionMatrix(Position[][], PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from an array of an array of Position objects.
- PositionMatrix(Position[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
-
Construct a PositionMatrix from an array of an array of Position objects.
- PositionUnit - Class in org.djunits.unit
-
Standard absolute position units.
- PositionUnit() - Constructor for class org.djunits.unit.PositionUnit
- PositionVector - Class in org.djunits.value.vdouble.vector
-
Double PositionVector, a vector of values with a PositionUnit.
- PositionVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a double[] object with SI-unit values.
- PositionVector(double[], PositionUnit) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a double[] object.
- PositionVector(double[], PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a double[] object.
- PositionVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a double[] object with SI-unit values.
- PositionVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a list of Number objects or a list of Position objects.
- PositionVector(List<? extends Number>, PositionUnit) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a list of Number objects or a list of Position objects.
- PositionVector(List<? extends Number>, PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a list of Number objects or a list of Position objects.
- PositionVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a list of Number objects or a list of Position objects.
- PositionVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Position objects.
- PositionVector(Map<Integer, ? extends Number>, int, PositionUnit) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Position objects.
- PositionVector(Map<Integer, ? extends Number>, int, PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Position objects.
- PositionVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Position objects.
- PositionVector(Position[]) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from an array of Position objects.
- PositionVector(Position[], PositionUnit) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from an array of Position objects.
- PositionVector(Position[], PositionUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from an array of Position objects.
- PositionVector(Position[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from an array of Position objects.
- PositionVector(DoubleVectorData, PositionUnit) - Constructor for class org.djunits.value.vdouble.vector.PositionVector
-
Construct an PositionVector from an internal data object.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value POSITIVE_INFINITY.
- POSITIVE_INFINITY - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value POSITIVE_INFINITY.
- POUND - Static variable in class org.djunits.unit.MassUnit
-
pound.
- POUND - Static variable in interface org.djunits.unit.util.UNITS
- POUND_FOOT - Static variable in class org.djunits.unit.TorqueUnit
-
Pound foot.
- POUND_FOOT - Static variable in interface org.djunits.unit.util.UNITS
- POUND_FORCE - Static variable in class org.djunits.unit.ForceUnit
-
pound-force.
- POUND_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- POUND_INCH - Static variable in class org.djunits.unit.TorqueUnit
-
Pound inch.
- POUND_INCH - Static variable in interface org.djunits.unit.util.UNITS
- POUND_PER_SECOND - Static variable in class org.djunits.unit.FlowMassUnit
-
lb/s.
- POUND_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- POUND_PER_SQUARE_FOOT - Static variable in class org.djunits.unit.PressureUnit
-
pound per square foot.
- POUND_PER_SQUARE_FOOT - Static variable in interface org.djunits.unit.util.UNITS
- POUND_PER_SQUARE_INCH - Static variable in class org.djunits.unit.PressureUnit
-
pound per square inch.
- POUND_PER_SQUARE_INCH - Static variable in interface org.djunits.unit.util.UNITS
- pow(double) - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the value(s) raised to the power of the argument.
- pow(double) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- pow(double) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- pow(double) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- pow(double) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- pow(double) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- pow(double) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- POW(double) - Static method in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.pow(a, b)
. - POW(float) - Static method in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.pow(a, b)
. - Power - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Power DoubleScalar, which is relative by definition.
- Power(double, PowerUnit) - Constructor for class org.djunits.value.vdouble.scalar.Power
-
Construct Power scalar.
- Power(Power) - Constructor for class org.djunits.value.vdouble.scalar.Power
-
Construct Power scalar.
- PowerMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double PowerMatrix, a matrix of values with a PowerUnit.
- PowerMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a double[][] object with SI-unit values.
- PowerMatrix(double[][], PowerUnit) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a double[][] object.
- PowerMatrix(double[][], PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a double[][] object.
- PowerMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a double[][] object with SI-unit values.
- PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.
- PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.
- PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>>, PowerUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.
- PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>>, PowerUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.
- PowerMatrix(DoubleMatrixData, PowerUnit) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from an internal data object.
- PowerMatrix(Power[][]) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from an array of an array of Power objects.
- PowerMatrix(Power[][], PowerUnit) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from an array of an array of Power objects.
- PowerMatrix(Power[][], PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from an array of an array of Power objects.
- PowerMatrix(Power[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
-
Construct a PowerMatrix from an array of an array of Power objects.
- PowerUnit - Class in org.djunits.unit
-
The units of power.
- PowerUnit() - Constructor for class org.djunits.unit.PowerUnit
- PowerVector - Class in org.djunits.value.vdouble.vector
-
Double PowerVector, a vector of values with a PowerUnit.
- PowerVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a double[] object with SI-unit values.
- PowerVector(double[], PowerUnit) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a double[] object.
- PowerVector(double[], PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a double[] object.
- PowerVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a double[] object with SI-unit values.
- PowerVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a list of Number objects or a list of Power objects.
- PowerVector(List<? extends Number>, PowerUnit) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a list of Number objects or a list of Power objects.
- PowerVector(List<? extends Number>, PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a list of Number objects or a list of Power objects.
- PowerVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a list of Number objects or a list of Power objects.
- PowerVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.
- PowerVector(Map<Integer, ? extends Number>, int, PowerUnit) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.
- PowerVector(Map<Integer, ? extends Number>, int, PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.
- PowerVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.
- PowerVector(Power[]) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from an array of Power objects.
- PowerVector(Power[], PowerUnit) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from an array of Power objects.
- PowerVector(Power[], PowerUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from an array of Power objects.
- PowerVector(Power[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from an array of Power objects.
- PowerVector(DoubleVectorData, PowerUnit) - Constructor for class org.djunits.value.vdouble.vector.PowerVector
-
Construct an PowerVector from an internal data object.
- Pressure - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Pressure DoubleScalar, which is relative by definition.
- Pressure(double, PressureUnit) - Constructor for class org.djunits.value.vdouble.scalar.Pressure
-
Construct Pressure scalar.
- Pressure(Pressure) - Constructor for class org.djunits.value.vdouble.scalar.Pressure
-
Construct Pressure scalar.
- PressureMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double PressureMatrix, a matrix of values with a PressureUnit.
- PressureMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a double[][] object with SI-unit values.
- PressureMatrix(double[][], PressureUnit) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a double[][] object.
- PressureMatrix(double[][], PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a double[][] object.
- PressureMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a double[][] object with SI-unit values.
- PressureMatrix(Collection<DoubleSparseValue<PressureUnit, Pressure>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.
- PressureMatrix(Collection<DoubleSparseValue<PressureUnit, Pressure>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.
- PressureMatrix(Collection<DoubleSparseValue<PressureUnit, Pressure>>, PressureUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.
- PressureMatrix(Collection<DoubleSparseValue<PressureUnit, Pressure>>, PressureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.
- PressureMatrix(DoubleMatrixData, PressureUnit) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from an internal data object.
- PressureMatrix(Pressure[][]) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from an array of an array of Pressure objects.
- PressureMatrix(Pressure[][], PressureUnit) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from an array of an array of Pressure objects.
- PressureMatrix(Pressure[][], PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from an array of an array of Pressure objects.
- PressureMatrix(Pressure[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
-
Construct a PressureMatrix from an array of an array of Pressure objects.
- PressureUnit - Class in org.djunits.unit
-
The units of pressure.
- PressureUnit() - Constructor for class org.djunits.unit.PressureUnit
- PressureVector - Class in org.djunits.value.vdouble.vector
-
Double PressureVector, a vector of values with a PressureUnit.
- PressureVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a double[] object with SI-unit values.
- PressureVector(double[], PressureUnit) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a double[] object.
- PressureVector(double[], PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a double[] object.
- PressureVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a double[] object with SI-unit values.
- PressureVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a list of Number objects or a list of Pressure objects.
- PressureVector(List<? extends Number>, PressureUnit) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a list of Number objects or a list of Pressure objects.
- PressureVector(List<? extends Number>, PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a list of Number objects or a list of Pressure objects.
- PressureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a list of Number objects or a list of Pressure objects.
- PressureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.
- PressureVector(Map<Integer, ? extends Number>, int, PressureUnit) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.
- PressureVector(Map<Integer, ? extends Number>, int, PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.
- PressureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.
- PressureVector(Pressure[]) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from an array of Pressure objects.
- PressureVector(Pressure[], PressureUnit) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from an array of Pressure objects.
- PressureVector(Pressure[], PressureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from an array of Pressure objects.
- PressureVector(Pressure[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from an array of Pressure objects.
- PressureVector(DoubleVectorData, PressureUnit) - Constructor for class org.djunits.value.vdouble.vector.PressureVector
-
Construct an PressureVector from an internal data object.
- PROTONCHARGE - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
ElectricalCharge of one proton.
- PROTONCHARGE - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
ElectricalCharge of one proton.
- PROTONMASS - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Mass of a proton.
- PROTONMASS - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Mass of a proton.
Q
- Quantities - Class in org.djunits.quantity
-
UnitTypes is a singleton where the BaseUnit SIDimensions 'fingerprints' are stored and mapped to the BaseUnits.
- Quantity<U extends Unit<U>> - Class in org.djunits.quantity
-
Quantity contains a map of all registered units belonging to this base.
- Quantity(String, byte[]) - Constructor for class org.djunits.quantity.Quantity
-
Create a unit base with the SI dimensions, provided as a byte array.
- Quantity(String, String) - Constructor for class org.djunits.quantity.Quantity
-
Create a unit base with the SI dimensions as a String.
- Quantity(String, SIDimensions) - Constructor for class org.djunits.quantity.Quantity
-
Create a unit base with the SI dimensions.
- QUART_IMP - Static variable in interface org.djunits.unit.util.UNITS
- QUART_IMP - Static variable in class org.djunits.unit.VolumeUnit
-
quart (imperial) = 1/4 imp gallon.
- QUART_US - Static variable in interface org.djunits.unit.util.UNITS
- QUART_US - Static variable in class org.djunits.unit.VolumeUnit
-
quart (fluid US) = 1/4 US gallon.
R
- RAD - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
rad.
- RAD - Static variable in interface org.djunits.unit.util.UNITS
- RADIAN - Static variable in class org.djunits.unit.AngleUnit
-
radian.
- RADIAN - Static variable in interface org.djunits.unit.util.UNITS
- RADIAN_PER_SECOND - Static variable in class org.djunits.unit.AngularVelocityUnit
-
radian per second.
- RADIAN_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- RADIAN_PER_SECOND_SQUARED - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
radian per second squared.
- RADIAN_PER_SECOND_SQUARED - Static variable in interface org.djunits.unit.util.UNITS
- RadioActivity - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.
- RadioActivity(double, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.scalar.RadioActivity
-
Construct RadioActivity scalar.
- RadioActivity(RadioActivity) - Constructor for class org.djunits.value.vdouble.scalar.RadioActivity
-
Construct RadioActivity scalar.
- RadioActivityMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.
- RadioActivityMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a double[][] object with SI-unit values.
- RadioActivityMatrix(double[][], RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a double[][] object.
- RadioActivityMatrix(double[][], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a double[][] object.
- RadioActivityMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a double[][] object with SI-unit values.
- RadioActivityMatrix(Collection<DoubleSparseValue<RadioActivityUnit, RadioActivity>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- RadioActivityMatrix(Collection<DoubleSparseValue<RadioActivityUnit, RadioActivity>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- RadioActivityMatrix(Collection<DoubleSparseValue<RadioActivityUnit, RadioActivity>>, RadioActivityUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- RadioActivityMatrix(Collection<DoubleSparseValue<RadioActivityUnit, RadioActivity>>, RadioActivityUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from a (sparse) collection of DoubleSparseValue objects.
- RadioActivityMatrix(DoubleMatrixData, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from an internal data object.
- RadioActivityMatrix(RadioActivity[][]) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from an array of an array of RadioActivity objects.
- RadioActivityMatrix(RadioActivity[][], RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from an array of an array of RadioActivity objects.
- RadioActivityMatrix(RadioActivity[][], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from an array of an array of RadioActivity objects.
- RadioActivityMatrix(RadioActivity[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
-
Construct a RadioActivityMatrix from an array of an array of RadioActivity objects.
- RadioActivityUnit - Class in org.djunits.unit
-
The units of radio activity (decays per unit of time).
- RadioActivityUnit() - Constructor for class org.djunits.unit.RadioActivityUnit
- RadioActivityVector - Class in org.djunits.value.vdouble.vector
-
Double RadioActivityVector, a vector of values with a RadioActivityUnit.
- RadioActivityVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a double[] object with SI-unit values.
- RadioActivityVector(double[], RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a double[] object.
- RadioActivityVector(double[], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a double[] object.
- RadioActivityVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a double[] object with SI-unit values.
- RadioActivityVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a list of Number objects or a list of RadioActivity objects.
- RadioActivityVector(List<? extends Number>, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a list of Number objects or a list of RadioActivity objects.
- RadioActivityVector(List<? extends Number>, RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a list of Number objects or a list of RadioActivity objects.
- RadioActivityVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a list of Number objects or a list of RadioActivity objects.
- RadioActivityVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of RadioActivity objects.
- RadioActivityVector(Map<Integer, ? extends Number>, int, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of RadioActivity objects.
- RadioActivityVector(Map<Integer, ? extends Number>, int, RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of RadioActivity objects.
- RadioActivityVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of RadioActivity objects.
- RadioActivityVector(RadioActivity[]) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from an array of RadioActivity objects.
- RadioActivityVector(RadioActivity[], RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from an array of RadioActivity objects.
- RadioActivityVector(RadioActivity[], RadioActivityUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from an array of RadioActivity objects.
- RadioActivityVector(RadioActivity[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from an array of RadioActivity objects.
- RadioActivityVector(DoubleVectorData, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.vector.RadioActivityVector
-
Construct an RadioActivityVector from an internal data object.
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.AbsorbedDose
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Acceleration
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Angle
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Area
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Create the reciprocal of this scalar with the correct dimensions.
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Density
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Duration
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Energy
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.EquivalentDose
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.FlowMass
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.FlowVolume
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Force
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Frequency
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Illuminance
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Length
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.LinearDensity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Mass
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Momentum
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Power
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Pressure
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.RadioActivity
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.SIScalar
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.SolidAngle
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Speed
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Temperature
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Torque
- reciprocal() - Method in class org.djunits.value.vdouble.scalar.Volume
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Create the reciprocal of this scalar with the correct dimensions.
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngle
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatArea
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDensity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDuration
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatForce
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLength
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMass
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatPower
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatPressure
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatTorque
- reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatVolume
- register(Quantity<?>) - Method in class org.djunits.quantity.Quantities
-
Register the baseUnit in the UnitType registries.
- registerUnit(U, SIPrefixes, double) - Method in class org.djunits.quantity.Quantity
-
Register the unit in the map.
- Relative<U extends Unit<U>,
R extends Relative<U, R>> - Interface in org.djunits.value -
Relative values express differences.
- RelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends Absolute<AU, A, RU, R>, RU extends Unit<RU>, R extends RelWithAbs<AU, A, RU, R>> - Interface in org.djunits.value -
Relative values express differences; a RelWithAbs value represents a relative quantity that has a corresponding absolute quantity.
- REM - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
rem.
- REM - Static variable in interface org.djunits.unit.util.UNITS
- remove() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- remove() - Method in class org.djunits.value.vfloat.vector.base.FloatVector.Itr
- rint() - Method in interface org.djunits.value.Value
-
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
- rint() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- rint() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarAbs
- rint() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- rint() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- rint() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- rint() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarAbs
- rint() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- rint() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- RINT - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.rint(a)
. - RINT - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.rint(a)
. - rows - Variable in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
the number of rows of the matrix.
- rows - Variable in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
the number of rows of the matrix.
- rows() - Method in class org.djunits.value.base.Matrix
-
Retrieve the number of rows of the matrix.
- rows() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- rows() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Retrieve the row count.
- rows() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- rows() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Retrieve the row count.
- RPM - Static variable in class org.djunits.unit.FrequencyUnit
-
Revolutions per minute = 1/60 Hz.
- RPM - Static variable in interface org.djunits.unit.util.UNITS
- RUTHERFORD - Static variable in class org.djunits.unit.RadioActivityUnit
-
Rutherford.
- RUTHERFORD - Static variable in interface org.djunits.unit.util.UNITS
S
- Scalar<U extends Unit<U>,
S extends Scalar<U, S>> - Class in org.djunits.value.base -
Scalar to distinguish a scalar from vectors and matrices.
- Scalar(U) - Constructor for class org.djunits.value.base.Scalar
-
Construct a new Scalar.
- Scale - Interface in org.djunits.unit.scale
-
Scales for unit conversion, offers functions to and from SI units.
- SCALE - Static variable in class org.djunits.unit.scale.IdentityScale
-
A ready-to-use instance of the standard scale (they are all the same...).
- SECOND - Static variable in class org.djunits.unit.DurationUnit
-
second.
- SECOND - Static variable in interface org.djunits.unit.util.UNITS
- set(int, int, S) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Set the scalar value at the specified position.
- set(int, int, S) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Set the scalar value at the specified position.
- set(int, S) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Set the scalar value at the specified position.
- set(int, S) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Set the scalar value at the specified position.
- setAdditionalAbbreviations(String...) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setAdditionalAbbreviations(String...) - Method in class org.djunits.unit.Unit.Builder
-
Set the additional abbreviations.
- setCopyOnWrite(boolean) - Method in class org.djunits.value.IndexedValue
-
Change the copyOnWrite flag.
- setData(D) - Method in class org.djunits.value.IndexedValue
-
Set the data object.
- setData(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- setData(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- setData(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- setData(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- setDefaultDisplayAbbreviation(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setDefaultDisplayAbbreviation(String) - Method in class org.djunits.unit.Unit.Builder
-
Set the default display abbreviation.
- setDefaultTextualAbbreviation(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setDefaultTextualAbbreviation(String) - Method in class org.djunits.unit.Unit.Builder
-
Set the default textual abbreviation.
- setDisplayUnit(U) - Method in class org.djunits.value.base.Scalar
- setDisplayUnit(U) - Method in class org.djunits.value.IndexedValue
- setDisplayUnit(U) - Method in interface org.djunits.value.Value
-
Set a new display unit for the value.
- setGenerated(boolean) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setGenerated(boolean) - Method in class org.djunits.unit.Unit.Builder
-
Set the generated flag.
- setId(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setId(String) - Method in class org.djunits.unit.Unit.Builder
-
Set the id of the unit that this builder builds.
- setInUnit(int, double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Set the value, specified in the (current) display unit, at the specified position.
- setInUnit(int, double, U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Set the value, specified in the
valueUnit
, at the specified position. - setInUnit(int, float) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Set the value, specified in the (current) display unit, at the specified position.
- setInUnit(int, float, U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Set the value, specified in the
valueUnit
, at the specified position. - setInUnit(int, int, double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Set the value, specified in the (current) display unit, at the specified position.
- setInUnit(int, int, double, U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Set the value, specified in the
valueUnit
, at the specified position. - setInUnit(int, int, float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Set the value, specified in the (current) display unit, at the specified position.
- setInUnit(int, int, float, U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Set the value, specified in the
valueUnit
, at the specified position. - setMutable(boolean) - Method in class org.djunits.value.IndexedValue
-
Set helper flag to indicate whether the data is mutable or not.
- setName(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setName(String) - Method in class org.djunits.unit.Unit.Builder
-
Set the name.
- setQuantity(Quantity<AU>) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setQuantity(Quantity<U>) - Method in class org.djunits.unit.Unit.Builder
-
Set the unit base.
- setRelativeUnit(RU) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
-
Sets the corresponding relative unit that has the same conversion factor.
- setScale(Scale) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setScale(Scale) - Method in class org.djunits.unit.Unit.Builder
-
Set the scale.
- setSI(int, double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
-
Set the value, specified in the standard SI unit, at the specified position.
- setSI(int, double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Sets a value at the index in the vector.
- setSI(int, double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- setSI(int, double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- setSI(int, float) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
-
Set the value, specified in the standard SI unit, at the specified position.
- setSI(int, float) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Sets a value at the index in the vector.
- setSI(int, float) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- setSI(int, float) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
-
Set the value, specified in the standard SI unit, at the specified position.
- setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Sets a value at the [row, col] point in the matrix.
- setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
-
Set the value, specified in the standard SI unit, at the specified position.
- setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Sets a value at the [row, col] point in the matrix.
- setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- setSiPrefixes(SIPrefixes, double) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setSiPrefixes(SIPrefixes, double) - Method in class org.djunits.unit.Unit.Builder
-
Set whether SI prefixes, ranging from yotta (y) to yocto (Y), are allowed.
- setUnitSystem(UnitSystem) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- setUnitSystem(UnitSystem) - Method in class org.djunits.unit.Unit.Builder
-
Set the unit system.
- setUpperCaseFormat(boolean) - Static method in class org.djunits.value.formatter.EngineeringFormatter
-
Switch to/from upper case E for exponent indicator.
- si - Variable in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
The value, stored in the standard SI unit.
- si - Variable in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
The value, stored in the standard SI unit.
- SI - Class in org.djunits.unit.unitsystem
-
The international System of Units (SI).
- SI - Static variable in class org.djunits.unit.AbsorbedDoseUnit
-
The SI unit for absorbed dose of ionizing radiation is Gray.
- SI - Static variable in class org.djunits.unit.AccelerationUnit
-
The SI unit for acceleration is m/s^2.
- SI - Static variable in class org.djunits.unit.AmountOfSubstanceUnit
-
The SI unit for amount of substance is mole.
- SI - Static variable in class org.djunits.unit.AngleUnit
-
The SI unit for angle is radian.
- SI - Static variable in class org.djunits.unit.AngularAccelerationUnit
-
The SI unit for angular velocity is radian per second squared.
- SI - Static variable in class org.djunits.unit.AngularVelocityUnit
-
The SI unit for angular velocity is radian per second.
- SI - Static variable in class org.djunits.unit.AreaUnit
-
The SI unit for area is m^2.
- SI - Static variable in class org.djunits.unit.CatalyticActivityUnit
-
The SI unit for catalytic activity is Katal.
- SI - Static variable in class org.djunits.unit.DensityUnit
-
The SI unit for standard density is kg/m^3.
- SI - Static variable in class org.djunits.unit.DimensionlessUnit
-
The SI unit for a dimension less unit is "".
- SI - Static variable in class org.djunits.unit.DurationUnit
-
The SI unit for duration is second.
- SI - Static variable in class org.djunits.unit.ElectricalCapacitanceUnit
-
The SI unit for electrical capacitance is Farad.
- SI - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
The SI unit for electrical charge is Coulomb = A.s.
- SI - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
The SI unit for electrical conductance is Siemens.
- SI - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
The SI unit for electrical current is Ampere.
- SI - Static variable in class org.djunits.unit.ElectricalInductanceUnit
-
The SI unit for electrical inductance is Henry.
- SI - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
The SI unit for electrical potential is Volt.
- SI - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
The SI unit for electrical resistance is Ohm.
- SI - Static variable in class org.djunits.unit.EnergyUnit
-
The SI unit for energy is Joule (J) = kgm2/s2.
- SI - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
The SI unit for equivalent dose of ionizing radiation is Sievert.
- SI - Static variable in class org.djunits.unit.FlowMassUnit
-
The SI unit for mass flow rate is kg/s.
- SI - Static variable in class org.djunits.unit.FlowVolumeUnit
-
The SI unit for volume flow rate is m^3/s.
- SI - Static variable in class org.djunits.unit.ForceUnit
-
The SI unit for force is Newton.
- SI - Static variable in class org.djunits.unit.FrequencyUnit
-
The SI unit for frequency is Hertz.
- SI - Static variable in class org.djunits.unit.IlluminanceUnit
-
The SI unit for amount of illuminance is lux.
- SI - Static variable in class org.djunits.unit.LengthUnit
-
The SI unit for length is meter.
- SI - Static variable in class org.djunits.unit.LinearDensityUnit
-
The SI unit for objects per unit of distance is 1/meter.
- SI - Static variable in class org.djunits.unit.LuminousFluxUnit
-
The SI unit for amount of luminous flux is Lumen.
- SI - Static variable in class org.djunits.unit.LuminousIntensityUnit
-
The SI unit for luminous intensity is cd.
- SI - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
The SI unit for magnetic flux density is Tesla.
- SI - Static variable in class org.djunits.unit.MagneticFluxUnit
-
The SI unit for magnetic flux is Weber.
- SI - Static variable in class org.djunits.unit.MassUnit
-
The SI unit for mass is kilogram.
- SI - Static variable in class org.djunits.unit.MomentumUnit
-
The SI unit for momentum is kgm/s.
- SI - Static variable in class org.djunits.unit.PowerUnit
-
The SI unit for power is watt.
- SI - Static variable in class org.djunits.unit.PressureUnit
-
The SI unit for pressure is Pascal = kgm/s2.
- SI - Static variable in class org.djunits.unit.RadioActivityUnit
-
The SI unit for radio activity is Becquerel.
- SI - Static variable in class org.djunits.unit.SolidAngleUnit
-
The SI unit for solid angle is steradian.
- SI - Static variable in class org.djunits.unit.SpeedUnit
-
The SI unit for speed is m/s.
- SI - Static variable in class org.djunits.unit.TemperatureUnit
-
The SI unit for temperature is Kelvin.
- SI - Static variable in class org.djunits.unit.TorqueUnit
-
The SI unit for torque is Newton meter = kgm2/s2.
- SI - Static variable in class org.djunits.unit.VolumeUnit
-
The SI unit for area is m^3.
- SI(String, String) - Constructor for class org.djunits.unit.unitsystem.SI
-
Protected constructor to avoid creating other (false) SI unit systems.
- SI_ACCEPTED - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
SI units, accepted for use in addition to SI.
- SI_BASE - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
SI base units: temperature, time, length, mass, luminous intensity, amount of substance and electric current.
- SI_DERIVED - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
SI derived units, by combining SI-base elements (and quantifiers such as milli or kilo).
- siAbbreviations() - Method in class org.djunits.unit.si.SIDimensions
-
Returns a safe copy of the SI abbreviations (a public static final String[] is mutable).
- SIAccepted - Class in org.djunits.unit.unitsystem
-
The international System of Units (SI): accepted units such as the minute, day, and liter.
- SIAccepted(String, String) - Constructor for class org.djunits.unit.unitsystem.SIAccepted
-
Protected constructor to avoid creating other (false) SI unit systems.
- SIBase - Class in org.djunits.unit.unitsystem
-
The international System of Units (SI).
- SIBase(String, String) - Constructor for class org.djunits.unit.unitsystem.SIBase
-
Protected constructor to avoid creating other (false) SI unit systems.
- SIDerived - Class in org.djunits.unit.unitsystem
-
The international System of Units (SI).
- SIDerived(String, String) - Constructor for class org.djunits.unit.unitsystem.SIDerived
-
protected constructor to avoid creating other (false) SI unit systems.
- SIDimensions - Class in org.djunits.unit.si
-
SIDimensions stores the dimensionality of a unit using the SI standards.
- SIDimensions(byte[]) - Constructor for class org.djunits.unit.si.SIDimensions
-
Create an immutable SIDimensions instance based on a safe copy of a given dimensions specification.
- SIDimensions(byte[], byte[]) - Constructor for class org.djunits.unit.si.SIDimensions
-
Create an immutable fractional SIDimensions instance based on a safe copy of a given specification, separated in a numerator and a denominator.
- SIDimensions(int, int, int, int, int, int, int, int, int) - Constructor for class org.djunits.unit.si.SIDimensions
-
Create an immutable SIDimensions instance based on a safe copy of a given dimensions specification.
- SIEMENS - Static variable in class org.djunits.unit.ElectricalConductanceUnit
-
Siemens.
- SIEMENS - Static variable in interface org.djunits.unit.util.UNITS
- SIEVERT - Static variable in class org.djunits.unit.EquivalentDoseUnit
-
Sievert.
- SIEVERT - Static variable in interface org.djunits.unit.util.UNITS
- signum() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
- signum() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- signum() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- signum() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- signum() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- signum() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- signum() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- SIGNUM - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.signum(a)
. - SIGNUM - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.signum(a)
. - SIMatrix - Class in org.djunits.value.vdouble.matrix
-
Easy access methods for the generic Relative SI DoubleMatrix.
- SIMatrix(double[][], SIUnit) - Constructor for class org.djunits.value.vdouble.matrix.SIMatrix
-
Construct a new Relative Double SIMatrix with a unit for the float values that will also be used for the displayUnit.
- SIMatrix(double[][], SIUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SIMatrix
-
Construct a new Relative Double SIMatrix with a unit for the float values that will also be used for the displayUnit.
- SIMatrix(DoubleMatrixData, SIUnit) - Constructor for class org.djunits.value.vdouble.matrix.SIMatrix
-
Construct a new Relative Double SIMatrix on the basis of a data object.
- sin() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the trigonometric sine of the value(s).
- sin() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- sin() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- sin() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- sin() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- sin() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- sin() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- SIN - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.sin(a)
. - SIN - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.sin(a)
. - sinh() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the hyperbolic sine of the value(s).
- sinh() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- sinh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- sinh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- sinh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- sinh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- sinh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- SINH - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.sinh(a)
. - SINH - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.sinh(a)
. - SIPrefix - Class in org.djunits.unit.si
-
SIPrefix contains information about one prefix, such as M for mega with the value 1.0E6.
- SIPrefix(String, String, double) - Constructor for class org.djunits.unit.si.SIPrefix
-
Construct an SI prefix with the defaultDisplayPrefix equal to the defaultTextualPrefix.
- SIPrefix(String, String, double, String) - Constructor for class org.djunits.unit.si.SIPrefix
-
Construct an SI prefix.
- SIPrefixes - Enum Class in org.djunits.unit.si
-
Useful sets of SI prefixes.
- SIRuntimeException - Exception in org.djunits.unit.si
-
Runtime Exceptions in SI package.
- SIRuntimeException() - Constructor for exception org.djunits.unit.si.SIRuntimeException
-
Construct a new SIRuntimeException with all fields set to default values.
- SIRuntimeException(String) - Constructor for exception org.djunits.unit.si.SIRuntimeException
-
Construct a new SIRuntimeException with specified message.
- SIRuntimeException(String, Throwable) - Constructor for exception org.djunits.unit.si.SIRuntimeException
-
Construct a new SIRuntimeException with specified message and cause.
- SIRuntimeException(Throwable) - Constructor for exception org.djunits.unit.si.SIRuntimeException
-
Construct a new SIRuntimeException with specified cause.
- SIScalar - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the generic Relative SI DoubleScalar.
- SIScalar(double, SIUnit) - Constructor for class org.djunits.value.vdouble.scalar.SIScalar
-
Construct SI scalar.
- SIScalar(SIScalar) - Constructor for class org.djunits.value.vdouble.scalar.SIScalar
-
Construct SI scalar.
- SIUnit - Class in org.djunits.unit
-
SIUnit describes a unit with arbitrary SI dimensions for which no predefined unit exists.
- SIUnit() - Constructor for class org.djunits.unit.SIUnit
- SIVector - Class in org.djunits.value.vdouble.vector
-
Easy access methods for the generic Relative SI DoubleVector.
- SIVector(double[], SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a double[] object.
- SIVector(double[], SIUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a double[] object.
- SIVector(List<? extends Number>, SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a list of Number objects or a list of SIScalar objects.
- SIVector(List<? extends Number>, SIUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a list of Number objects or a list of SIScalar objects.
- SIVector(Map<Integer, ? extends Number>, int, SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SIScalar objects.
- SIVector(Map<Integer, ? extends Number>, int, SIUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SIScalar objects.
- SIVector(SIScalar[], SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from an array of SIScalar objects.
- SIVector(SIScalar[], SIUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from an array of SIScalar objects.
- SIVector(DoubleVectorData, SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
-
Construct an SIVector from an internal data object.
- size() - Method in class org.djunits.value.base.Vector
-
Retrieve the size of the vector.
- size() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- size() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Retrieve the size of the vector.
- size() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- size() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- size() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- size() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Retrieve the size of the vector.
- size() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- size() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- SolidAngle - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.
- SolidAngle(double, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.scalar.SolidAngle
-
Construct SolidAngle scalar.
- SolidAngle(SolidAngle) - Constructor for class org.djunits.value.vdouble.scalar.SolidAngle
-
Construct SolidAngle scalar.
- SolidAngleMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.
- SolidAngleMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a double[][] object with SI-unit values.
- SolidAngleMatrix(double[][], SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a double[][] object.
- SolidAngleMatrix(double[][], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a double[][] object.
- SolidAngleMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a double[][] object with SI-unit values.
- SolidAngleMatrix(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- SolidAngleMatrix(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- SolidAngleMatrix(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>>, SolidAngleUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- SolidAngleMatrix(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>>, SolidAngleUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.
- SolidAngleMatrix(DoubleMatrixData, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from an internal data object.
- SolidAngleMatrix(SolidAngle[][]) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.
- SolidAngleMatrix(SolidAngle[][], SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.
- SolidAngleMatrix(SolidAngle[][], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.
- SolidAngleMatrix(SolidAngle[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.
- SolidAngleUnit - Class in org.djunits.unit
-
Standard solid angle unit.
- SolidAngleUnit() - Constructor for class org.djunits.unit.SolidAngleUnit
- SolidAngleVector - Class in org.djunits.value.vdouble.vector
-
Double SolidAngleVector, a vector of values with a SolidAngleUnit.
- SolidAngleVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a double[] object with SI-unit values.
- SolidAngleVector(double[], SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a double[] object.
- SolidAngleVector(double[], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a double[] object.
- SolidAngleVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a double[] object with SI-unit values.
- SolidAngleVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.
- SolidAngleVector(List<? extends Number>, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.
- SolidAngleVector(List<? extends Number>, SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.
- SolidAngleVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.
- SolidAngleVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.
- SolidAngleVector(Map<Integer, ? extends Number>, int, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.
- SolidAngleVector(Map<Integer, ? extends Number>, int, SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.
- SolidAngleVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.
- SolidAngleVector(SolidAngle[]) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from an array of SolidAngle objects.
- SolidAngleVector(SolidAngle[], SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from an array of SolidAngle objects.
- SolidAngleVector(SolidAngle[], SolidAngleUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from an array of SolidAngle objects.
- SolidAngleVector(SolidAngle[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from an array of SolidAngle objects.
- SolidAngleVector(DoubleVectorData, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
-
Construct an SolidAngleVector from an internal data object.
- SPARSE - Enum constant in enum class org.djunits.value.storage.StorageType
-
Sparse storage.
- SparseData - Interface in org.djunits.value.storage
-
Values are stored sparsely (lots of zero values expected).
- Speed - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Speed DoubleScalar, which is relative by definition.
- Speed(double, SpeedUnit) - Constructor for class org.djunits.value.vdouble.scalar.Speed
-
Construct Speed scalar.
- Speed(Speed) - Constructor for class org.djunits.value.vdouble.scalar.Speed
-
Construct Speed scalar.
- SpeedMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double SpeedMatrix, a matrix of values with a SpeedUnit.
- SpeedMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a double[][] object with SI-unit values.
- SpeedMatrix(double[][], SpeedUnit) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a double[][] object.
- SpeedMatrix(double[][], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a double[][] object.
- SpeedMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a double[][] object with SI-unit values.
- SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.
- SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.
- SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>>, SpeedUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.
- SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>>, SpeedUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.
- SpeedMatrix(DoubleMatrixData, SpeedUnit) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from an internal data object.
- SpeedMatrix(Speed[][]) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from an array of an array of Speed objects.
- SpeedMatrix(Speed[][], SpeedUnit) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from an array of an array of Speed objects.
- SpeedMatrix(Speed[][], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from an array of an array of Speed objects.
- SpeedMatrix(Speed[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
-
Construct a SpeedMatrix from an array of an array of Speed objects.
- SpeedUnit - Class in org.djunits.unit
-
According to Wikipedia: Speed describes only how fast an object is moving, whereas speed gives both how fast and in what direction the object is moving.
- SpeedUnit() - Constructor for class org.djunits.unit.SpeedUnit
- SpeedVector - Class in org.djunits.value.vdouble.vector
-
Double SpeedVector, a vector of values with a SpeedUnit.
- SpeedVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a double[] object with SI-unit values.
- SpeedVector(double[], SpeedUnit) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a double[] object.
- SpeedVector(double[], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a double[] object.
- SpeedVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a double[] object with SI-unit values.
- SpeedVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a list of Number objects or a list of Speed objects.
- SpeedVector(List<? extends Number>, SpeedUnit) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a list of Number objects or a list of Speed objects.
- SpeedVector(List<? extends Number>, SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a list of Number objects or a list of Speed objects.
- SpeedVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a list of Number objects or a list of Speed objects.
- SpeedVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.
- SpeedVector(Map<Integer, ? extends Number>, int, SpeedUnit) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.
- SpeedVector(Map<Integer, ? extends Number>, int, SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.
- SpeedVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.
- SpeedVector(Speed[]) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from an array of Speed objects.
- SpeedVector(Speed[], SpeedUnit) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from an array of Speed objects.
- SpeedVector(Speed[], SpeedUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from an array of Speed objects.
- SpeedVector(Speed[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from an array of Speed objects.
- SpeedVector(DoubleVectorData, SpeedUnit) - Constructor for class org.djunits.value.vdouble.vector.SpeedVector
-
Construct an SpeedVector from an internal data object.
- sqrt() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the correctly rounded positive square root of the value(s).
- sqrt() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- sqrt() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- sqrt() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- sqrt() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- sqrt() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- sqrt() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- SQRT - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.sqrt(a)
. - SQRT - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.sqrt(a)
. - SQUARE_CENTIMETER - Static variable in class org.djunits.unit.AreaUnit
-
cm^2.
- SQUARE_CENTIMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_DECAMETER - Static variable in class org.djunits.unit.AreaUnit
-
dam^2.
- SQUARE_DECAMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_DECIMETER - Static variable in class org.djunits.unit.AreaUnit
-
dm^2.
- SQUARE_DECIMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_DEGREE - Static variable in class org.djunits.unit.SolidAngleUnit
-
square degree.
- SQUARE_DEGREE - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_FOOT - Static variable in class org.djunits.unit.AreaUnit
-
ft^2.
- SQUARE_FOOT - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_HECTOMETER - Static variable in class org.djunits.unit.AreaUnit
-
hm^2.
- SQUARE_HECTOMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_INCH - Static variable in class org.djunits.unit.AreaUnit
-
in^2.
- SQUARE_INCH - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_KILOMETER - Static variable in class org.djunits.unit.AreaUnit
-
km^2.
- SQUARE_KILOMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_METER - Static variable in class org.djunits.unit.AreaUnit
-
m^2.
- SQUARE_METER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_MILE - Static variable in class org.djunits.unit.AreaUnit
-
mile^2.
- SQUARE_MILE - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_MILLIMETER - Static variable in class org.djunits.unit.AreaUnit
-
mm^2.
- SQUARE_MILLIMETER - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_NAUTICAL_MILE - Static variable in class org.djunits.unit.AreaUnit
-
Nautical mile^2.
- SQUARE_NAUTICAL_MILE - Static variable in interface org.djunits.unit.util.UNITS
- SQUARE_YARD - Static variable in class org.djunits.unit.AreaUnit
-
yd^2.
- SQUARE_YARD - Static variable in interface org.djunits.unit.util.UNITS
- STANDARD_GRAVITY - Static variable in class org.djunits.unit.AccelerationUnit
-
The standard gravity.
- STANDARD_GRAVITY - Static variable in interface org.djunits.unit.util.UNITS
- STATAMPERE - Static variable in class org.djunits.unit.ElectricalCurrentUnit
-
statampere (GCS ESU).
- STATAMPERE - Static variable in interface org.djunits.unit.util.UNITS
- STATCOULOMB - Static variable in class org.djunits.unit.ElectricalChargeUnit
-
statcoulomb (CGS ESU).
- STATCOULOMB - Static variable in interface org.djunits.unit.util.UNITS
- STATOHM - Static variable in class org.djunits.unit.ElectricalResistanceUnit
-
stat-ohm.
- STATOHM - Static variable in interface org.djunits.unit.util.UNITS
- STATVOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
statvolt.
- STATVOLT - Static variable in interface org.djunits.unit.util.UNITS
- STERADIAN - Static variable in class org.djunits.unit.SolidAngleUnit
-
steradian.
- STERADIAN - Static variable in interface org.djunits.unit.util.UNITS
- STHENE - Static variable in class org.djunits.unit.ForceUnit
-
sthene.
- STHENE - Static variable in interface org.djunits.unit.util.UNITS
- STHENE_METER - Static variable in class org.djunits.unit.EnergyUnit
-
sthene-meter (mts).
- STHENE_METER - Static variable in interface org.djunits.unit.util.UNITS
- STHENE_METER_PER_SECOND - Static variable in class org.djunits.unit.PowerUnit
-
sthene-meter per second.
- STHENE_METER_PER_SECOND - Static variable in interface org.djunits.unit.util.UNITS
- Storage<T extends Storage<T>> - Class in org.djunits.value.storage
-
StorageInterface.java.
- Storage(StorageType) - Constructor for class org.djunits.value.storage.Storage
-
Construct a new Data store.
- StorageType - Enum Class in org.djunits.value.storage
-
Possible ways to store vectors and matrices, e.g.
- subtract(SIDimensions, SIDimensions) - Static method in class org.djunits.unit.si.SIDimensions
-
Subtract an SIDimensions (dim2) from another SIDimensions (dim1) and return the new SIDimensions.
T
- tan() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the trigonometric tangent of the value(s).
- tan() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- tan() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- tan() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- tan() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- tan() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- tan() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- TAN - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.tan(a)
. - TAN - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.tan(a)
. - tanh() - Method in interface org.djunits.value.function.DimensionlessFunctions
-
Set the value(s) to the hyperbolic tangent of the value(s).
- tanh() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
- tanh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- tanh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
- tanh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
- tanh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- tanh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
- TANH - Static variable in interface org.djunits.value.vdouble.function.DoubleMathFunctions
-
Function that returns
Math.tanh(a)
. - TANH - Static variable in interface org.djunits.value.vfloat.function.FloatMathFunctions
-
Function that returns
Math.tanh(a)
. - TAU - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Ratio of circumference of circle and its radius.
- TAU - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Ratio of circumference of circle and its radius.
- Temperature - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Relative Temperature DoubleScalar.
- Temperature(double, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.scalar.Temperature
-
Construct Temperature scalar.
- Temperature(Temperature) - Constructor for class org.djunits.value.vdouble.scalar.Temperature
-
Construct Temperature scalar.
- TemperatureMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Temperature Matrix.
- TemperatureMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a double[][] object with SI-unit values.
- TemperatureMatrix(double[][], TemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a double[][] object.
- TemperatureMatrix(double[][], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a double[][] object.
- TemperatureMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a double[][] object with SI-unit values.
- TemperatureMatrix(Collection<DoubleSparseValue<TemperatureUnit, Temperature>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- TemperatureMatrix(Collection<DoubleSparseValue<TemperatureUnit, Temperature>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- TemperatureMatrix(Collection<DoubleSparseValue<TemperatureUnit, Temperature>>, TemperatureUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- TemperatureMatrix(Collection<DoubleSparseValue<TemperatureUnit, Temperature>>, TemperatureUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.
- TemperatureMatrix(DoubleMatrixData, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from an internal data object.
- TemperatureMatrix(Temperature[][]) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from an array of an array of Temperature objects.
- TemperatureMatrix(Temperature[][], TemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from an array of an array of Temperature objects.
- TemperatureMatrix(Temperature[][], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from an array of an array of Temperature objects.
- TemperatureMatrix(Temperature[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
-
Construct a TemperatureMatrix from an array of an array of Temperature objects.
- TemperatureUnit - Class in org.djunits.unit
-
Temperature units.
- TemperatureUnit() - Constructor for class org.djunits.unit.TemperatureUnit
- TemperatureVector - Class in org.djunits.value.vdouble.vector
-
Double TemperatureVector, a vector of values with a TemperatureUnit.
- TemperatureVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a double[] object with SI-unit values.
- TemperatureVector(double[], TemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a double[] object.
- TemperatureVector(double[], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a double[] object.
- TemperatureVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a double[] object with SI-unit values.
- TemperatureVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a list of Number objects or a list of Temperature objects.
- TemperatureVector(List<? extends Number>, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a list of Number objects or a list of Temperature objects.
- TemperatureVector(List<? extends Number>, TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a list of Number objects or a list of Temperature objects.
- TemperatureVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a list of Number objects or a list of Temperature objects.
- TemperatureVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Temperature objects.
- TemperatureVector(Map<Integer, ? extends Number>, int, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Temperature objects.
- TemperatureVector(Map<Integer, ? extends Number>, int, TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Temperature objects.
- TemperatureVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Temperature objects.
- TemperatureVector(Temperature[]) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from an array of Temperature objects.
- TemperatureVector(Temperature[], TemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from an array of Temperature objects.
- TemperatureVector(Temperature[], TemperatureUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from an array of Temperature objects.
- TemperatureVector(Temperature[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from an array of Temperature objects.
- TemperatureVector(DoubleVectorData, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.vector.TemperatureVector
-
Construct an TemperatureVector from an internal data object.
- TERABECQUEREL - Static variable in class org.djunits.unit.RadioActivityUnit
-
TBq.
- TERABECQUEREL - Static variable in interface org.djunits.unit.util.UNITS
- TERAHERTZ - Static variable in class org.djunits.unit.FrequencyUnit
-
teraHertz.
- TERAHERTZ - Static variable in interface org.djunits.unit.util.UNITS
- TERAJOULE - Static variable in class org.djunits.unit.EnergyUnit
-
terajoule.
- TERAJOULE - Static variable in interface org.djunits.unit.util.UNITS
- TERAWATT - Static variable in class org.djunits.unit.PowerUnit
-
terawatt.
- TERAWATT - Static variable in interface org.djunits.unit.util.UNITS
- TERAWATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
terawatt-hour.
- TERAWATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- TESLA - Static variable in class org.djunits.unit.MagneticFluxDensityUnit
-
Tesla.
- TESLA - Static variable in interface org.djunits.unit.util.UNITS
- Time - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Absolute Time DoubleScalar.
- Time(double, TimeUnit) - Constructor for class org.djunits.value.vdouble.scalar.Time
-
Construct Time scalar.
- Time(Time) - Constructor for class org.djunits.value.vdouble.scalar.Time
-
Construct Time scalar.
- TimeMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Time Matrix.
- TimeMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a double[][] object with SI-unit values.
- TimeMatrix(double[][], TimeUnit) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a double[][] object.
- TimeMatrix(double[][], TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a double[][] object.
- TimeMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a double[][] object with SI-unit values.
- TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.
- TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.
- TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>>, TimeUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.
- TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>>, TimeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.
- TimeMatrix(DoubleMatrixData, TimeUnit) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from an internal data object.
- TimeMatrix(Time[][]) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from an array of an array of Time objects.
- TimeMatrix(Time[][], TimeUnit) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from an array of an array of Time objects.
- TimeMatrix(Time[][], TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from an array of an array of Time objects.
- TimeMatrix(Time[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
-
Construct a TimeMatrix from an array of an array of Time objects.
- times(double) - Method in interface org.djunits.value.Relative
-
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
- times(double) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- times(double) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- times(double) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- times(double) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- times(double) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- times(double) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- times(float) - Method in interface org.djunits.value.Relative
-
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
- times(float) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
- times(float) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
- times(float) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
- times(float) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
- times(float) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
- times(float) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
- times(MT) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Multiply a Relative value with this Relative value for a matrix or matrix.
- times(MT) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Multiply a Relative value with this Relative value for a matrix or matrix.
- times(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Multiply two matrices on a cell-by-cell basis.
- times(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- times(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- times(AbsorbedDose) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.
- times(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Acceleration, which results in a Acceleration scalar.
- times(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.
- times(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
- times(Acceleration) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.
- times(AmountOfSubstance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and AmountOfSubstance, which results in a AmountOfSubstance scalar.
- times(Angle) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.
- times(Angle) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.
- times(AngularAcceleration) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.
- times(AngularVelocity) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.
- times(AngularVelocity) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.Illuminance
-
Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and Area, which results in a Volume scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Calculate the multiplication of LinearDensity and Area, which results in a Length scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.Pressure
-
Calculate the multiplication of Pressure and Area, which results in a Force scalar.
- times(Area) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.
- times(DoubleScalarRel<?, ?>) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalarRel
-
Multiply this scalar by another scalar and create a new scalar.
- times(CatalyticActivity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and CatalyticActivity, which results in a CatalyticActivity scalar.
- times(Density) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Density, which results in a Density scalar.
- times(Density) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.
- times(Density) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the multiplication of Volume and Density, which results in a Mass scalar.
- times(Dimensionless) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Dimensionless, which results in a Dimensionless scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Calculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Duration, which results in a Duration scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Calculate the multiplication of ElectricalConductance and Duration, which results in a ElectricalCapacitance scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Calculate the multiplication of ElectricalPotential and Duration, which results in a MagneticFlux scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Calculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and Duration, which results in a Dimensionless scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.Power
-
Calculate the multiplication of Power and Duration, which results in a Energy scalar.
- times(Duration) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Duration, which results in a Length scalar.
- times(ElectricalCapacitance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalCapacitance, which results in a ElectricalCapacitance scalar.
- times(ElectricalCharge) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalCharge, which results in a ElectricalCharge scalar.
- times(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalConductance, which results in a ElectricalConductance scalar.
- times(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and ElectricalConductance, which results in a ElectricalCapacitance scalar.
- times(ElectricalConductance) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Calculate the multiplication of ElectricalResistance and ElectricalConductance, which results in a Dimensionless scalar.
- times(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalCurrent, which results in a ElectricalCurrent scalar.
- times(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and ElectricalCurrent, which results in a ElectricalCharge scalar.
- times(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Calculate the multiplication of ElectricalInductance and ElectricalCurrent, which results in a MagneticFlux scalar.
- times(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.
- times(ElectricalCurrent) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Calculate the multiplication of ElectricalResistance and ElectricalCurrent, which results in a ElectricalPotential scalar.
- times(ElectricalInductance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalInductance, which results in a ElectricalInductance scalar.
- times(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalPotential, which results in a ElectricalPotential scalar.
- times(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and ElectricalPotential, which results in a MagneticFlux scalar.
- times(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Calculate the multiplication of ElectricalCapacitance and ElectricalPotential, which results in a ElectricalCharge scalar.
- times(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Calculate the multiplication of ElectricalConductance and ElectricalPotential, which results in a ElectricalCurrent scalar.
- times(ElectricalPotential) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.
- times(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and ElectricalResistance, which results in a ElectricalResistance scalar.
- times(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and ElectricalResistance, which results in a ElectricalInductance scalar.
- times(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Calculate the multiplication of ElectricalConductance and ElectricalResistance, which results in a Dimensionless scalar.
- times(ElectricalResistance) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Calculate the multiplication of ElectricalCurrent and ElectricalResistance, which results in a ElectricalPotential scalar.
- times(Energy) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.
- times(Energy) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.
- times(Energy) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.
- times(EquivalentDose) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and EquivalentDose, which results in a EquivalentDose scalar.
- times(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.
- times(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.
- times(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.
- times(FlowMass) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
- times(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.Density
-
Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.
- times(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.
- times(FlowVolume) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.
- times(Force) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.
- times(Force) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and Force, which results in a Energy scalar.
- times(Force) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Force, which results in a Power scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Angle
-
Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Calculate the multiplication of AngularVelocity and Frequency, which results in a AngularAcceleration scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and Frequency, which results in a Dimensionless scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the multiplication of Energy and Frequency, which results in a Power scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and Frequency, which results in a Speed scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.
- times(Frequency) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the multiplication of Torque and Frequency, which results in a Power scalar.
- times(Illuminance) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.
- times(Illuminance) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Illuminance, which results in a Illuminance scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the multiplication of Area and Length, which results in a Volume scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Length, which results in a Length scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the multiplication of FlowMass and Length, which results in a Momentum scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the multiplication of Force and Length, which results in a Energy scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and Length, which results in a Speed scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and Length, which results in a Area scalar.
- times(Length) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Calculate the multiplication of LinearDensity and Length, which results in a Dimensionless scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Energy
-
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Length
-
Calculate the multiplication of Length and LinearDensity, which results in a Dimensionless scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Torque
-
Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.
- times(LinearDensity) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.
- times(LuminousFlux) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and LuminousFlux, which results in a LuminousFlux scalar.
- times(LuminousIntensity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and LuminousIntensity, which results in a LuminousIntensity scalar.
- times(LuminousIntensity) - Method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Calculate the multiplication of SolidAngle and LuminousIntensity, which results in a LuminousFlux scalar.
- times(MagneticFlux) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and MagneticFlux, which results in a MagneticFlux scalar.
- times(MagneticFluxDensity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and MagneticFluxDensity, which results in a MagneticFluxDensity scalar.
- times(Mass) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.
- times(Mass) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.
- times(Mass) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.
- times(Momentum) - Method in class org.djunits.value.vdouble.scalar.Acceleration
-
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.
- times(Momentum) - Method in class org.djunits.value.vdouble.scalar.Speed
-
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.
- times(Power) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.
- times(Power) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and Power, which results in a Energy scalar.
- times(Pressure) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the multiplication of Area and Pressure, which results in a Force scalar.
- times(Pressure) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.
- times(Pressure) - Method in class org.djunits.value.vdouble.scalar.Volume
-
Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.
- times(RadioActivity) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and RadioActivity, which results in a RadioActivity scalar.
- times(SolidAngle) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.
- times(SolidAngle) - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Area
-
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Duration
-
Calculate the multiplication of Duration and Speed, which results in a Length scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.FlowMass
-
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Force
-
Calculate the multiplication of Force and Speed, which results in a Power scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Frequency
-
Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Mass
-
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.
- times(Speed) - Method in class org.djunits.value.vdouble.scalar.Momentum
-
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.
- times(Temperature) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar.
- times(Torque) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.
- times(Volume) - Method in class org.djunits.value.vdouble.scalar.Density
-
Calculate the multiplication of Density and Volume, which results in a Mass scalar.
- times(Volume) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.
- times(Volume) - Method in class org.djunits.value.vdouble.scalar.Pressure
-
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.
- times(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Multiply two vectors on a cell-by-cell basis.
- times(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- times(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- times(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Multiply two matrices on a cell-by-cell basis.
- times(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- times(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- times(FloatScalarRel<?, ?>) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalarRel
-
Multiply this scalar by another scalar and create a new scalar.
- times(FloatAbsorbedDose) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatAbsorbedDose, which results in a FloatAbsorbedDose scalar.
- times(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatAcceleration, which results in a FloatAcceleration scalar.
- times(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatAcceleration, which results in a FloatSpeed scalar.
- times(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the multiplication of FloatMass and FloatAcceleration, which results in a FloatForce scalar.
- times(FloatAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the multiplication of FloatMomentum and FloatAcceleration, which results in a FloatPower scalar.
- times(FloatAmountOfSubstance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatAmountOfSubstance, which results in a FloatAmountOfSubstance scalar.
- times(FloatAngle) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.
- times(FloatAngle) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatAngle, which results in a FloatAngularVelocity scalar.
- times(FloatAngularAcceleration) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatAngularAcceleration, which results in a FloatAngularVelocity scalar.
- times(FloatAngularVelocity) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatAngularVelocity, which results in a FloatAngle scalar.
- times(FloatAngularVelocity) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatAngularVelocity, which results in a FloatAngularAcceleration scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Calculate the multiplication of FloatIlluminance and FloatArea, which results in a FloatLuminousFlux scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Calculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.
- times(FloatArea) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.
- times(FloatCatalyticActivity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatCatalyticActivity, which results in a FloatCatalyticActivity scalar.
- times(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatDensity, which results in a FloatDensity scalar.
- times(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the multiplication of FloatFlowVolume and FloatDensity, which results in a FloatFlowMass scalar.
- times(FloatDensity) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the multiplication of FloatVolume and FloatDensity, which results in a FloatMass scalar.
- times(FloatDimensionless) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the multiplication of FloatAcceleration and FloatDuration, which results in a FloatSpeed scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Calculate the multiplication of FloatAngularAcceleration and FloatDuration, which results in a FloatAngularVelocity scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the multiplication of FloatAngularVelocity and FloatDuration, which results in a FloatAngle scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Calculate the multiplication of FloatCatalyticActivity and FloatDuration, which results in a FloatAmountOfSubstance scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatDuration, which results in a FloatDuration scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Calculate the multiplication of FloatElectricalConductance and FloatDuration, which results in a FloatElectricalCapacitance scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the multiplication of FloatElectricalCurrent and FloatDuration, which results in a FloatElectricalCharge scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Calculate the multiplication of FloatElectricalPotential and FloatDuration, which results in a FloatMagneticFlux scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Calculate the multiplication of FloatElectricalResistance and FloatDuration, which results in a FloatElectricalInductance scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the multiplication of FloatFlowMass and FloatDuration, which results in a FloatMass scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Calculate the multiplication of FloatFlowVolume and FloatDuration, which results in a FloatVolume scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatDuration, which results in a FloatDimensionless scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatPower
-
Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.
- times(FloatDuration) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatDuration, which results in a FloatLength scalar.
- times(FloatElectricalCapacitance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalCapacitance, which results in a FloatElectricalCapacitance scalar.
- times(FloatElectricalCharge) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.
- times(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalConductance, which results in a FloatElectricalConductance scalar.
- times(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatElectricalConductance, which results in a FloatElectricalCapacitance scalar.
- times(FloatElectricalConductance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Calculate the multiplication of FloatElectricalResistance and FloatElectricalConductance, which results in a FloatDimensionless scalar.
- times(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalCurrent, which results in a FloatElectricalCurrent scalar.
- times(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatElectricalCurrent, which results in a FloatElectricalCharge scalar.
- times(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Calculate the multiplication of FloatElectricalInductance and FloatElectricalCurrent, which results in a FloatMagneticFlux scalar.
- times(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower scalar.
- times(FloatElectricalCurrent) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Calculate the multiplication of FloatElectricalResistance and FloatElectricalCurrent, which results in a FloatElectricalPotential scalar.
- times(FloatElectricalInductance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalInductance, which results in a FloatElectricalInductance scalar.
- times(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalPotential, which results in a FloatElectricalPotential scalar.
- times(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatElectricalPotential, which results in a FloatMagneticFlux scalar.
- times(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Calculate the multiplication of FloatElectricalCapacitance and FloatElectricalPotential, which results in a FloatElectricalCharge scalar.
- times(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Calculate the multiplication of FloatElectricalConductance and FloatElectricalPotential, which results in a FloatElectricalCurrent scalar.
- times(FloatElectricalPotential) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the multiplication of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatPower scalar.
- times(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatElectricalResistance, which results in a FloatElectricalResistance scalar.
- times(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatElectricalResistance, which results in a FloatElectricalInductance scalar.
- times(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Calculate the multiplication of FloatElectricalConductance and FloatElectricalResistance, which results in a FloatDimensionless scalar.
- times(FloatElectricalResistance) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Calculate the multiplication of FloatElectricalCurrent and FloatElectricalResistance, which results in a FloatElectricalPotential scalar.
- times(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.
- times(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.
- times(FloatEnergy) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.
- times(FloatEquivalentDose) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatEquivalentDose, which results in a FloatEquivalentDose scalar.
- times(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatFlowMass, which results in a FloatFlowMass scalar.
- times(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatFlowMass, which results in a FloatMass scalar.
- times(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatFlowMass, which results in a FloatMomentum scalar.
- times(FloatFlowMass) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatFlowMass, which results in a FloatForce scalar.
- times(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Calculate the multiplication of FloatDensity and FloatFlowVolume, which results in a FloatFlowMass scalar.
- times(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.
- times(FloatFlowVolume) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.
- times(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.
- times(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.
- times(FloatForce) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Calculate the multiplication of FloatAngle and FloatFrequency, which results in a FloatAngularVelocity scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Calculate the multiplication of FloatAngularVelocity and FloatFrequency, which results in a FloatAngularAcceleration scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatFrequency, which results in a FloatFrequency scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatFrequency, which results in a FloatDimensionless scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the multiplication of FloatEnergy and FloatFrequency, which results in a FloatPower scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatFrequency, which results in a FloatSpeed scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the multiplication of FloatMass and FloatFrequency, which results in a FloatFlowMass scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatFrequency, which results in a FloatAcceleration scalar.
- times(FloatFrequency) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the multiplication of FloatTorque and FloatFrequency, which results in a FloatPower scalar.
- times(FloatIlluminance) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the multiplication of FloatArea and FloatIlluminance, which results in a FloatLuminousFlux scalar.
- times(FloatIlluminance) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatIlluminance, which results in a FloatIlluminance scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the multiplication of FloatFlowMass and FloatLength, which results in a FloatMomentum scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.
- times(FloatLength) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Calculate the multiplication of FloatLinearDensity and FloatLength, which results in a FloatDimensionless scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the multiplication of FloatArea and FloatLinearDensity, which results in a FloatLength scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatLinearDensity, which results in a FloatLinearDensity scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Calculate the multiplication of FloatEnergy and FloatLinearDensity, which results in a FloatForce scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatLength
-
Calculate the multiplication of FloatLength and FloatLinearDensity, which results in a FloatDimensionless scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatLinearDensity, which results in a FloatFrequency scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Calculate the multiplication of FloatTorque and FloatLinearDensity, which results in a FloatForce scalar.
- times(FloatLinearDensity) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the multiplication of FloatVolume and FloatLinearDensity, which results in a FloatArea scalar.
- times(FloatLuminousFlux) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatLuminousFlux, which results in a FloatLuminousFlux scalar.
- times(FloatLuminousIntensity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatLuminousIntensity, which results in a FloatLuminousIntensity scalar.
- times(FloatLuminousIntensity) - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Calculate the multiplication of FloatSolidAngle and FloatLuminousIntensity, which results in a FloatLuminousFlux scalar.
- times(FloatMagneticFlux) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatMagneticFlux, which results in a FloatMagneticFlux scalar.
- times(FloatMagneticFluxDensity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatMagneticFluxDensity, which results in a FloatMagneticFluxDensity scalar.
- times(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.
- times(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.
- times(FloatMass) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatMass, which results in a FloatMomentum scalar.
- times(FloatMomentum) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Calculate the multiplication of FloatAcceleration and FloatMomentum, which results in a FloatPower scalar.
- times(FloatMomentum) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Calculate the multiplication of FloatSpeed and FloatMomentum, which results in a FloatEnergy scalar.
- times(FloatPower) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.
- times(FloatPower) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.
- times(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.
- times(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.
- times(FloatPressure) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.
- times(FloatRadioActivity) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatRadioActivity, which results in a FloatRadioActivity scalar.
- times(FloatSolidAngle) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.
- times(FloatSolidAngle) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Calculate the multiplication of FloatLuminousIntensity and FloatSolidAngle, which results in a FloatLuminousFlux scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatArea
-
Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatForce
-
Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Calculate the multiplication of FloatFrequency and FloatSpeed, which results in a FloatAcceleration scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Calculate the multiplication of FloatLinearDensity and FloatSpeed, which results in a FloatFrequency scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatMass
-
Calculate the multiplication of FloatMass and FloatSpeed, which results in a FloatMomentum scalar.
- times(FloatSpeed) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.
- times(FloatTemperature) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatTemperature, which results in a FloatTemperature scalar.
- times(FloatTorque) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatTorque, which results in a FloatTorque scalar.
- times(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.
- times(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.
- times(FloatVolume) - Method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.
- times(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Multiply two vector on a cell-by-cell basis.
- times(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- times(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- times(VT) - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Multiply a Relative value with this Relative value for a vector or matrix.
- times(VT) - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Multiply a Relative value with this Relative value for a vector or matrix.
- TimeUnit - Class in org.djunits.unit
-
Standard absolute time units.
- TimeUnit() - Constructor for class org.djunits.unit.TimeUnit
- TimeVector - Class in org.djunits.value.vdouble.vector
-
Double TimeVector, a vector of values with a TimeUnit.
- TimeVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a double[] object with SI-unit values.
- TimeVector(double[], TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a double[] object.
- TimeVector(double[], TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a double[] object.
- TimeVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a double[] object with SI-unit values.
- TimeVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a list of Number objects or a list of Time objects.
- TimeVector(List<? extends Number>, TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a list of Number objects or a list of Time objects.
- TimeVector(List<? extends Number>, TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a list of Number objects or a list of Time objects.
- TimeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a list of Number objects or a list of Time objects.
- TimeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.
- TimeVector(Map<Integer, ? extends Number>, int, TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.
- TimeVector(Map<Integer, ? extends Number>, int, TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.
- TimeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.
- TimeVector(Time[]) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from an array of Time objects.
- TimeVector(Time[], TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from an array of Time objects.
- TimeVector(Time[], TimeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from an array of Time objects.
- TimeVector(Time[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from an array of Time objects.
- TimeVector(DoubleVectorData, TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
-
Construct an TimeVector from an internal data object.
- toDense() - Method in class org.djunits.value.IndexedValue
-
Create and return a dense version of this internal storage.
- toDense() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toDense() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Return the data of this matrix in dense storage format.
- toDense() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- toDense() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- toDense() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toDense() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Return the densely stored equivalent of this data.
- toDense() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- toDense() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- toDense() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toDense() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Return the data of this matrix in dense storage format.
- toDense() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- toDense() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- toDense() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toDense() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Return the densely stored equivalent of this data.
- toDense() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- toDense() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- toDisplayString() - Method in class org.djunits.value.base.Scalar
-
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
- toDisplayString() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toDisplayString() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toDisplayString(U) - Method in class org.djunits.value.base.Scalar
-
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
- toDisplayString(U) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toDisplayString(U) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toHTMLString(boolean, boolean) - Method in class org.djunits.unit.si.SIDimensions
-
Return a string such as "kgm/s2" or or "kg.m.s-2" from this SIDimensions.
- TON_FORCE - Static variable in class org.djunits.unit.ForceUnit
-
ton-force.
- TON_FORCE - Static variable in interface org.djunits.unit.util.UNITS
- TON_LONG - Static variable in class org.djunits.unit.MassUnit
-
long ton = 2240 lb.
- TON_LONG - Static variable in interface org.djunits.unit.util.UNITS
- TON_METRIC - Static variable in class org.djunits.unit.MassUnit
-
metric ton = 1000 kg.
- TON_METRIC - Static variable in interface org.djunits.unit.util.UNITS
- TON_SHORT - Static variable in class org.djunits.unit.MassUnit
-
short ton = 2000 lb.
- TON_SHORT - Static variable in interface org.djunits.unit.util.UNITS
- TONNE - Static variable in class org.djunits.unit.MassUnit
-
metric ton = 1000 kg.
- TONNE - Static variable in interface org.djunits.unit.util.UNITS
- Torque - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Torque DoubleScalar, which is relative by definition.
- Torque(double, TorqueUnit) - Constructor for class org.djunits.value.vdouble.scalar.Torque
-
Construct Torque scalar.
- Torque(Torque) - Constructor for class org.djunits.value.vdouble.scalar.Torque
-
Construct Torque scalar.
- TorqueMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double TorqueMatrix, a matrix of values with a TorqueUnit.
- TorqueMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a double[][] object with SI-unit values.
- TorqueMatrix(double[][], TorqueUnit) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a double[][] object.
- TorqueMatrix(double[][], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a double[][] object.
- TorqueMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a double[][] object with SI-unit values.
- TorqueMatrix(Collection<DoubleSparseValue<TorqueUnit, Torque>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.
- TorqueMatrix(Collection<DoubleSparseValue<TorqueUnit, Torque>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.
- TorqueMatrix(Collection<DoubleSparseValue<TorqueUnit, Torque>>, TorqueUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.
- TorqueMatrix(Collection<DoubleSparseValue<TorqueUnit, Torque>>, TorqueUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.
- TorqueMatrix(DoubleMatrixData, TorqueUnit) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from an internal data object.
- TorqueMatrix(Torque[][]) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from an array of an array of Torque objects.
- TorqueMatrix(Torque[][], TorqueUnit) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from an array of an array of Torque objects.
- TorqueMatrix(Torque[][], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from an array of an array of Torque objects.
- TorqueMatrix(Torque[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
-
Construct a TorqueMatrix from an array of an array of Torque objects.
- TorqueUnit - Class in org.djunits.unit
-
The units of torque (moment of force).
- TorqueUnit() - Constructor for class org.djunits.unit.TorqueUnit
- TorqueVector - Class in org.djunits.value.vdouble.vector
-
Double TorqueVector, a vector of values with a TorqueUnit.
- TorqueVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a double[] object with SI-unit values.
- TorqueVector(double[], TorqueUnit) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a double[] object.
- TorqueVector(double[], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a double[] object.
- TorqueVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a double[] object with SI-unit values.
- TorqueVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a list of Number objects or a list of Torque objects.
- TorqueVector(List<? extends Number>, TorqueUnit) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a list of Number objects or a list of Torque objects.
- TorqueVector(List<? extends Number>, TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a list of Number objects or a list of Torque objects.
- TorqueVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a list of Number objects or a list of Torque objects.
- TorqueVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Torque objects.
- TorqueVector(Map<Integer, ? extends Number>, int, TorqueUnit) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Torque objects.
- TorqueVector(Map<Integer, ? extends Number>, int, TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Torque objects.
- TorqueVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Torque objects.
- TorqueVector(Torque[]) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from an array of Torque objects.
- TorqueVector(Torque[], TorqueUnit) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from an array of Torque objects.
- TorqueVector(Torque[], TorqueUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from an array of Torque objects.
- TorqueVector(Torque[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from an array of Torque objects.
- TorqueVector(DoubleVectorData, TorqueUnit) - Constructor for class org.djunits.value.vdouble.vector.TorqueVector
-
Construct an TorqueVector from an internal data object.
- TORR - Static variable in class org.djunits.unit.PressureUnit
-
torr.
- TORR - Static variable in interface org.djunits.unit.util.UNITS
- toSparse() - Method in class org.djunits.value.IndexedValue
-
Create and return a sparse version of this internal storage.
- toSparse() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toSparse() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Return the data of this matrix in sparse storage format.
- toSparse() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- toSparse() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- toSparse() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toSparse() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Return the sparsely stored equivalent of this data.
- toSparse() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
- toSparse() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
- toSparse() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toSparse() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Return the data of this matrix in sparse storage format.
- toSparse() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
- toSparse() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
- toSparse() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toSparse() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Return the sparsely stored equivalent of this data.
- toSparse() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
- toSparse() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
- toStandardUnit(double) - Method in class org.djunits.unit.scale.GradeScale
- toStandardUnit(double) - Method in class org.djunits.unit.scale.IdentityScale
- toStandardUnit(double) - Method in class org.djunits.unit.scale.LinearScale
- toStandardUnit(double) - Method in class org.djunits.unit.scale.OffsetLinearScale
- toStandardUnit(double) - Method in interface org.djunits.unit.scale.Scale
-
Convert a value to an SI value using this scale.
- toString() - Method in class org.djunits.locale.UnitLocale
- toString() - Method in class org.djunits.quantity.Quantities
- toString() - Method in class org.djunits.quantity.Quantity
- toString() - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
- toString() - Method in class org.djunits.unit.scale.GradeScale
- toString() - Method in class org.djunits.unit.scale.IdentityScale
- toString() - Method in class org.djunits.unit.scale.LinearScale
- toString() - Method in class org.djunits.unit.scale.OffsetLinearScale
- toString() - Method in class org.djunits.unit.si.SIDimensions
- toString() - Method in class org.djunits.unit.si.SIPrefix
- toString() - Method in class org.djunits.unit.SIUnit
- toString() - Method in class org.djunits.unit.Unit.Builder
- toString() - Method in class org.djunits.unit.Unit
- toString() - Method in class org.djunits.unit.unitsystem.UnitSystem
- toString() - Method in interface org.djunits.value.Value
-
Concise description of this value.
- toString() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toString() - Method in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue
- toString() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
- toString() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
- toString() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toString() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- toString() - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toString() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
- toString() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toString() - Method in class org.djunits.value.vfloat.matrix.base.FloatSparseValue
- toString() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
- toString() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toString() - Method in class org.djunits.value.vfloat.vector.base.FloatVector.Itr
- toString() - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toString() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
- toString(boolean, boolean) - Method in class org.djunits.unit.si.SIDimensions
-
Return a string such as "kgm/s2" or "kg.m/s2" or "kg.m.s-2" from this SIDimensions.
- toString(boolean, boolean) - Method in interface org.djunits.value.Value
-
Somewhat verbose description of this value with optional type and unit information.
- toString(boolean, boolean) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toString(boolean, boolean) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toString(boolean, boolean) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toString(boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toString(boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toString(boolean, boolean) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toString(boolean, boolean, boolean) - Method in class org.djunits.unit.si.SIDimensions
-
Return a string such as "kgm/s2" or "kg.m/s^2" or "kg.m.s^-2" from this SIDimensions.
- toString(boolean, String, String, String) - Method in class org.djunits.unit.si.SIDimensions
-
Return a string such as "kgm/s2" or "kg.m/s^2" or "kg.m.s^-2" from this SIDimensions.
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vdouble.scalar.SIScalar
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vdouble.vector.SIVector
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
- toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
- toString(U) - Method in interface org.djunits.value.Value
-
Somewhat verbose description of this value with the values expressed in the specified unit.
- toString(U) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toString(U) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toString(U) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toString(U) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toString(U) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toString(U) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toString(U, boolean, boolean) - Method in interface org.djunits.value.Value
-
Somewhat verbose description of this value with the values expressed in the specified unit.
- toString(U, boolean, boolean) - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
- toString(U, boolean, boolean) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toString(U, boolean, boolean) - Method in class org.djunits.value.vdouble.vector.base.DoubleVector
- toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
- toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.vector.base.FloatVector
- toStringSIPrefixed() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Format this DoubleScalar in SI unit using prefixes when possible.
- toStringSIPrefixed() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Format this DoubleScalar in SI unit using prefixes when possible.
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
-
Format this DoubleScalar in SI unit using prefixes when possible and within the specified size range.
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vdouble.scalar.Mass
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
-
Format this DoubleScalar in SI unit using prefixes when possible and within the specified size range.
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
- toStringSIPrefixed(int, int) - Method in class org.djunits.value.vfloat.scalar.FloatMass
- toTextualString() - Method in class org.djunits.value.base.Scalar
-
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
- toTextualString() - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toTextualString() - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
- toTextualString(U) - Method in class org.djunits.value.base.Scalar
-
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
- toTextualString(U) - Method in class org.djunits.value.vdouble.scalar.base.DoubleScalar
- toTextualString(U) - Method in class org.djunits.value.vfloat.scalar.base.FloatScalar
U
- Unit<U extends Unit<U>> - Class in org.djunits.unit
-
All units are internally stored relative to a standard unit with conversion factor.
- Unit() - Constructor for class org.djunits.unit.Unit
-
Initialize a blank unit that can be built through reflection with several 'setter' methods followed by calling the build(...) method.
- UNIT - Enum constant in enum class org.djunits.unit.si.SIPrefixes
-
All standard SI prefixes allowed.
- UNIT - Static variable in interface org.djunits.unit.util.UNITS
- UNIT_POS - Enum constant in enum class org.djunits.unit.si.SIPrefixes
-
All SI prefixes indicating larger than 1.
- UNIT_POS_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
-
The larger than 1 SI prefixes and their values for the "UNIT_POS" settings.
- UNIT_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
-
The SI prefixes and their values for the "UNIT" settings.
- Unit.Builder<U extends Unit<U>> - Class in org.djunits.unit
-
The class that contains the information to build a unit.
- UnitException - Exception in org.djunits.unit.util
-
Exceptions in Unit package.
- UnitException() - Constructor for exception org.djunits.unit.util.UnitException
-
Construct a new UnitException with all default values.
- UnitException(String) - Constructor for exception org.djunits.unit.util.UnitException
-
Construct a new UnitException with some default values.
- UnitException(String, Throwable) - Constructor for exception org.djunits.unit.util.UnitException
-
Construct a new UnitException with some default values.
- UnitException(String, Throwable, boolean, boolean) - Constructor for exception org.djunits.unit.util.UnitException
-
Construct a new UnitException.
- UnitException(Throwable) - Constructor for exception org.djunits.unit.util.UnitException
-
Construct a new UnitException with some default values.
- UnitLocale - Class in org.djunits.locale
-
Localization object for language specific reporting of units.
- UnitLocale(String) - Constructor for class org.djunits.locale.UnitLocale
-
Create a localization object for units and unit systems.
- UnitRuntimeException - Exception in org.djunits.unit.util
-
Runtime Exceptions in Unit package.
- UnitRuntimeException() - Constructor for exception org.djunits.unit.util.UnitRuntimeException
-
Construct a new UnitRuntimeException with all default values.
- UnitRuntimeException(String) - Constructor for exception org.djunits.unit.util.UnitRuntimeException
-
Construct a new UnitRuntimeException with some default values.
- UnitRuntimeException(String, Throwable) - Constructor for exception org.djunits.unit.util.UnitRuntimeException
-
Construct a new UnitRuntimeException with some default values.
- UnitRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.djunits.unit.util.UnitRuntimeException
-
Construct a new UnitRuntimeException.
- UnitRuntimeException(Throwable) - Constructor for exception org.djunits.unit.util.UnitRuntimeException
-
Construct a new UnitRuntimeException with some default values.
- UNITS - Interface in org.djunits.unit.util
-
Easy access methods for many units.
- UnitSystem - Class in org.djunits.unit.unitsystem
-
Systems of Units such as SI, including SI-derived; cgs (centimeter-gram-second).
- UnitSystem(String, String) - Constructor for class org.djunits.unit.unitsystem.UnitSystem
-
Construct a new UnitSystem.
- unregister(Quantity<?>) - Method in class org.djunits.quantity.Quantities
-
Unregister the baseUnit in the UnitType registries.
- unregister(U) - Method in class org.djunits.quantity.Quantity
-
Unregister a unit from the registry, e.g. after a Unit test, or to insert a replacement for an already existing unit.
- US_CUSTOMARY - Static variable in class org.djunits.unit.unitsystem.UnitSystem
-
US additions to the Imperial system.
- USCustomary - Class in org.djunits.unit.unitsystem
-
The US customary system (US specific extensions to the British imperial system).
- USCustomary(String, String) - Constructor for class org.djunits.unit.unitsystem.USCustomary
-
Protected constructor to avoid creating other (false) unit systems.
V
- VACUUMIMPEDANCE - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Impedance of vacuum.
- VACUUMIMPEDANCE - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Impedance of vacuum.
- VACUUMPERMEABILITY - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Permeability of vacuum.
- VACUUMPERMEABILITY - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Permeability of vacuum.
- VACUUMPERMITTIVITY - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
-
Permittivity of vacuum.
- VACUUMPERMITTIVITY - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
-
Permittivity of vacuum.
- Value<U extends Unit<U>,
T extends Value<U, T>> - Interface in org.djunits.value -
Value is the generic interface for all Scalar, Vector and Matrix classes that forces implementation of a few unit- and value-related methods.
- valueOf(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.djunits.value.storage.StorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Returns a AbsoluteTemperature representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Returns a AbsorbedDose representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Acceleration
-
Returns a Acceleration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Returns a AmountOfSubstance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Angle
-
Returns a Angle representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Returns a AngularAcceleration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Returns a AngularVelocity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Area
-
Returns a Area representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Returns a CatalyticActivity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Density
-
Returns a Density representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Dimensionless
-
Returns a Dimensionless representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Direction
-
Returns a Direction representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Duration
-
Returns a Duration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Returns a ElectricalCapacitance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Returns a ElectricalCharge representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Returns a ElectricalConductance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Returns a ElectricalCurrent representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Returns a ElectricalInductance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Returns a ElectricalPotential representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Returns a ElectricalResistance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Energy
-
Returns a Energy representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Returns a EquivalentDose representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.FlowMass
-
Returns a FlowMass representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.FlowVolume
-
Returns a FlowVolume representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Force
-
Returns a Force representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Frequency
-
Returns a Frequency representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Illuminance
-
Returns a Illuminance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Length
-
Returns a Length representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.LinearDensity
-
Returns a LinearDensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Returns a LuminousFlux representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Returns a LuminousIntensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Returns a MagneticFlux representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Returns a MagneticFluxDensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Mass
-
Returns a Mass representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Momentum
-
Returns a Momentum representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Position
-
Returns a Position representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Power
-
Returns a Power representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Pressure
-
Returns a Pressure representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.RadioActivity
-
Returns a RadioActivity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.SIScalar
-
Returns an SIScalar representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.SolidAngle
-
Returns a SolidAngle representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Speed
-
Returns a Speed representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Temperature
-
Returns a Temperature representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Time
-
Returns a Time representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Torque
-
Returns a Torque representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vdouble.scalar.Volume
-
Returns a Volume representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Returns a FloatAbsoluteTemperature representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Returns a FloatAbsorbedDose representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Returns a FloatAcceleration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Returns a FloatAmountOfSubstance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngle
-
Returns a FloatAngle representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Returns a FloatAngularAcceleration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Returns a FloatAngularVelocity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatArea
-
Returns a FloatArea representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Returns a FloatCatalyticActivity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatDensity
-
Returns a FloatDensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Returns a FloatDimensionless representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatDirection
-
Returns a FloatDirection representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatDuration
-
Returns a FloatDuration representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Returns a FloatElectricalCapacitance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Returns a FloatElectricalCharge representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Returns a FloatElectricalConductance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Returns a FloatElectricalCurrent representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Returns a FloatElectricalInductance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Returns a FloatElectricalPotential representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Returns a FloatElectricalResistance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Returns a FloatEnergy representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Returns a FloatEquivalentDose representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Returns a FloatFlowMass representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Returns a FloatFlowVolume representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatForce
-
Returns a FloatForce representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Returns a FloatFrequency representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Returns a FloatIlluminance representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatLength
-
Returns a FloatLength representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Returns a FloatLinearDensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Returns a FloatLuminousFlux representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Returns a FloatLuminousIntensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Returns a FloatMagneticFlux representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Returns a FloatMagneticFluxDensity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatMass
-
Returns a FloatMass representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Returns a FloatMomentum representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatPosition
-
Returns a FloatPosition representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatPower
-
Returns a FloatPower representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatPressure
-
Returns a FloatPressure representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Returns a FloatRadioActivity representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatSIScalar
-
Returns an FloatSIScalar representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Returns a FloatSolidAngle representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Returns a FloatSpeed representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Returns a FloatTemperature representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatTime
-
Returns a FloatTime representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatTorque
-
Returns a FloatTorque representation of a textual representation of a value with a unit.
- valueOf(String) - Static method in class org.djunits.value.vfloat.scalar.FloatVolume
-
Returns a FloatVolume representation of a textual representation of a value with a unit.
- ValueRuntimeException - Exception in org.djunits.value
-
Exception that is thrown for bad indices, or non-rectangular arrays, incompatible arrays or matrices, or empty arrays
- ValueRuntimeException() - Constructor for exception org.djunits.value.ValueRuntimeException
-
Construct a new ValueException using default values for all fields.
- ValueRuntimeException(String) - Constructor for exception org.djunits.value.ValueRuntimeException
-
Construct a new ValueException with specified description.
- ValueRuntimeException(String, Throwable) - Constructor for exception org.djunits.value.ValueRuntimeException
-
Construct a new ValueException with specified description and cause.
- ValueRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.djunits.value.ValueRuntimeException
-
Construct a new ValueException specifying all fields.
- ValueRuntimeException(Throwable) - Constructor for exception org.djunits.value.ValueRuntimeException
-
Construct a new ValueException with specified cause.
- values() - Static method in enum class org.djunits.unit.si.SIPrefixes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.djunits.value.storage.StorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueUtil - Class in org.djunits.value.util
-
ValueUtil implements a couple of unit-related static methods.
- Vector<U extends Unit<U>,
S extends Scalar<U, S>, V extends Vector<U, S, V, D>, D extends Storage<D>> - Class in org.djunits.value.base -
Vector to distinguish a vector from vectors and matrices.
- Vector(U) - Constructor for class org.djunits.value.base.Vector
-
Construct a new Vector.
- vectorSI - Variable in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
The internal storage of the Vector; can be sparse or dense.
- vectorSI - Variable in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
The internal storage of the Vector; can be sparse or dense.
- VOLT - Static variable in class org.djunits.unit.ElectricalPotentialUnit
-
Volt.
- VOLT - Static variable in interface org.djunits.unit.util.UNITS
- Volume - Class in org.djunits.value.vdouble.scalar
-
Easy access methods for the Volume DoubleScalar, which is relative by definition.
- Volume(double, VolumeUnit) - Constructor for class org.djunits.value.vdouble.scalar.Volume
-
Construct Volume scalar.
- Volume(Volume) - Constructor for class org.djunits.value.vdouble.scalar.Volume
-
Construct Volume scalar.
- VolumeMatrix - Class in org.djunits.value.vdouble.matrix
-
Immutable Double VolumeMatrix, a matrix of values with a VolumeUnit.
- VolumeMatrix(double[][]) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a double[][] object with SI-unit values.
- VolumeMatrix(double[][], VolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a double[][] object.
- VolumeMatrix(double[][], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a double[][] object.
- VolumeMatrix(double[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a double[][] object with SI-unit values.
- VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>>, int, int) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>>, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>>, VolumeUnit, int, int) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>>, VolumeUnit, int, int, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.
- VolumeMatrix(DoubleMatrixData, VolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from an internal data object.
- VolumeMatrix(Volume[][]) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from an array of an array of Volume objects.
- VolumeMatrix(Volume[][], VolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from an array of an array of Volume objects.
- VolumeMatrix(Volume[][], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from an array of an array of Volume objects.
- VolumeMatrix(Volume[][], StorageType) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
-
Construct a VolumeMatrix from an array of an array of Volume objects.
- VolumeUnit - Class in org.djunits.unit
-
VolumeUnit defines a number of common units for volumes.
- VolumeUnit() - Constructor for class org.djunits.unit.VolumeUnit
- VolumeVector - Class in org.djunits.value.vdouble.vector
-
Double VolumeVector, a vector of values with a VolumeUnit.
- VolumeVector(double[]) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a double[] object with SI-unit values.
- VolumeVector(double[], VolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a double[] object.
- VolumeVector(double[], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a double[] object.
- VolumeVector(double[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a double[] object with SI-unit values.
- VolumeVector(List<? extends Number>) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a list of Number objects or a list of Volume objects.
- VolumeVector(List<? extends Number>, VolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a list of Number objects or a list of Volume objects.
- VolumeVector(List<? extends Number>, VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a list of Number objects or a list of Volume objects.
- VolumeVector(List<? extends Number>, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a list of Number objects or a list of Volume objects.
- VolumeVector(Map<Integer, ? extends Number>, int) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.
- VolumeVector(Map<Integer, ? extends Number>, int, VolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.
- VolumeVector(Map<Integer, ? extends Number>, int, VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.
- VolumeVector(Map<Integer, ? extends Number>, int, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.
- VolumeVector(Volume[]) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from an array of Volume objects.
- VolumeVector(Volume[], VolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from an array of Volume objects.
- VolumeVector(Volume[], VolumeUnit, StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from an array of Volume objects.
- VolumeVector(Volume[], StorageType) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from an array of Volume objects.
- VolumeVector(DoubleVectorData, VolumeUnit) - Constructor for class org.djunits.value.vdouble.vector.VolumeVector
-
Construct an VolumeVector from an internal data object.
W
- WATT - Static variable in class org.djunits.unit.PowerUnit
-
watt.
- WATT - Static variable in interface org.djunits.unit.util.UNITS
- WATT_HOUR - Static variable in class org.djunits.unit.EnergyUnit
-
watt-hour.
- WATT_HOUR - Static variable in interface org.djunits.unit.util.UNITS
- WEBER - Static variable in class org.djunits.unit.MagneticFluxUnit
-
Weber.
- WEBER - Static variable in interface org.djunits.unit.util.UNITS
- WEEK - Static variable in class org.djunits.unit.DurationUnit
-
week.
- WEEK - Static variable in interface org.djunits.unit.util.UNITS
Y
- YARD - Static variable in class org.djunits.unit.LengthUnit
-
yard (international) = 0.9144 m = 3 ft = 36 in.
- YARD - Static variable in class org.djunits.unit.PositionUnit
-
yard (international) = 0.9144 m = 3 ft = 36 in.
- YARD - Static variable in interface org.djunits.unit.util.UNITS
- YARD_ABS - Static variable in interface org.djunits.unit.util.UNITS
Z
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.AbsorbedDose
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Acceleration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Angle
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.AngularAcceleration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.AngularVelocity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Area
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.CatalyticActivity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Density
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Dimensionless
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Direction
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Duration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCharge
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalConductance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalCurrent
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalInductance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalPotential
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.ElectricalResistance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Energy
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.EquivalentDose
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.FlowMass
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.FlowVolume
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Force
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Frequency
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Illuminance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Length
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.LinearDensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.LuminousFlux
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.LuminousIntensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.MagneticFlux
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Mass
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Momentum
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Position
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Power
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Pressure
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.RadioActivity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.SolidAngle
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Speed
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Temperature
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Time
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Torque
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vdouble.scalar.Volume
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAcceleration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAngle
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatArea
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatDensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatDimensionless
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatDirection
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatDuration
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatEnergy
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowMass
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatFlowVolume
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatForce
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatFrequency
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatIlluminance
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatLength
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatLinearDensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatMass
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatMomentum
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatPosition
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatPower
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatPressure
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatRadioActivity
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatSolidAngle
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatSpeed
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatTemperature
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatTime
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatTorque
-
Constant with value zero.
- ZERO - Static variable in class org.djunits.value.vfloat.scalar.FloatVolume
-
Constant with value zero.
- zSum() - Method in class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
-
Compute the sum of all SI values of this matrix.
- zSum() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixData
-
Compute and return the sum of the values of all cells of this matrix.
- zSum() - Method in class org.djunits.value.vdouble.vector.base.DoubleVectorRel
-
Compute the sum of all SI values of this vector.
- zSum() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
-
Compute and return the sum of all values.
- zSum() - Method in class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
-
Compute the sum of all SI values of this matrix.
- zSum() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixData
-
Compute and return the sum of the values of all cells of this matrix.
- zSum() - Method in class org.djunits.value.vfloat.vector.base.FloatVectorRel
-
Compute the sum of all SI values of this vector.
- zSum() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorData
-
Compute and return the sum of all values.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form