A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages

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.function.ValueFunctions
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Return a new Scalar/Vector/Matrix with absolute value(s).
abs() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return a new Scalar/Vector/Matrix with absolute value(s).
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 - 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(DoubleMatrixData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
 
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(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(DoubleMatrixData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
 
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(DoubleVectorData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vdouble.vector.AbsorbedDoseVector
Construct an AbsorbedDoseVector from an internal data object.
AbstractDoubleMatrix<U extends Unit<U>,​S extends AbstractDoubleScalar<U,​S>,​V extends AbstractDoubleVector<U,​S,​V>,​M extends AbstractDoubleMatrix<U,​S,​V,​M>> - Class in org.djunits.value.vdouble.matrix.base
The most basic abstract class for the DoubleMatrix.
AbstractDoubleMatrix(DoubleMatrixData, U) - Constructor for class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Construct a new DoubleMatrix.
AbstractDoubleMatrixAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractDoubleVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​AM extends AbstractDoubleMatrixAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractDoubleVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends AbstractDoubleMatrixRelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Class in org.djunits.value.vdouble.matrix.base
AbstractMutableDoubleMatrixRelWithAbs.java.
AbstractDoubleMatrixAbs(DoubleMatrixData, AU) - Constructor for class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Construct a new Relative Mutable DoubleMatrix.
AbstractDoubleMatrixRel<U extends Unit<U>,​S extends AbstractDoubleScalarRel<U,​S>,​RV extends AbstractDoubleVectorRel<U,​S,​RV>,​RM extends AbstractDoubleMatrixRel<U,​S,​RV,​RM>> - Class in org.djunits.value.vdouble.matrix.base
AbstractDoubleMatrixRel.java.
AbstractDoubleMatrixRel(DoubleMatrixData, U) - Constructor for class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Construct a new Relative Mutable DoubleMatrix.
AbstractDoubleMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractDoubleVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​AM extends AbstractDoubleMatrixAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractDoubleVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends AbstractDoubleMatrixRelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Class in org.djunits.value.vdouble.matrix.base
AbstractMutableDoubleMatrixRelWithAbs.java.
AbstractDoubleMatrixRelWithAbs(DoubleMatrixData, RU) - Constructor for class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRelWithAbs
Construct a new Relative Mutable DoubleMatrix.
AbstractDoubleScalar<U extends Unit<U>,​S extends AbstractDoubleScalar<U,​S>> - Class in org.djunits.value.vdouble.scalar.base
The most basic abstract class for the DoubleScalar.
AbstractDoubleScalar(U, double) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Construct a new AbstractDoubleScalar.
AbstractDoubleScalarAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<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.
AbstractDoubleScalarAbs(double, AU) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Construct a new Absolute Immutable DoubleScalar.
AbstractDoubleScalarAbs(A) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Construct a new Absolute Immutable DoubleScalar from an existing Absolute Immutable DoubleScalar.
AbstractDoubleScalarRel<U extends Unit<U>,​R extends AbstractDoubleScalarRel<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.
AbstractDoubleScalarRel(double, U) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Construct a new Relative Immutable DoubleScalar.
AbstractDoubleScalarRel(R) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Construct a new Relative Immutable DoubleScalar from an existing Relative Immutable DoubleScalar.
AbstractDoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<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.
AbstractDoubleScalarRelWithAbs(double, RU) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRelWithAbs
Construct a new Relative Immutable DoubleScalar.
AbstractDoubleScalarRelWithAbs(R) - Constructor for class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRelWithAbs
Construct a new Relative Immutable DoubleScalar from an existing Relative Immutable DoubleScalar.
AbstractDoubleVector<U extends Unit<U>,​S extends AbstractDoubleScalar<U,​S>,​V extends AbstractDoubleVector<U,​S,​V>> - Class in org.djunits.value.vdouble.vector.base
The most basic abstract class for the DoubleVector.
AbstractDoubleVector(DoubleVectorData, U) - Constructor for class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Construct a new AbstractDoubleVector.
AbstractDoubleVector.Itr - Class in org.djunits.value.vdouble.vector.base
The iterator class is loosely based in AbstractList.Itr.
AbstractDoubleVectorAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractDoubleVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractDoubleVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Class in org.djunits.value.vdouble.vector.base
AbstractMutableDoubleVectorRelWithAbs.java.
AbstractDoubleVectorAbs(DoubleVectorData, AU) - Constructor for class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Construct a new Relative Mutable DoubleVector.
AbstractDoubleVectorRel<U extends Unit<U>,​S extends AbstractDoubleScalarRel<U,​S>,​RV extends AbstractDoubleVectorRel<U,​S,​RV>> - Class in org.djunits.value.vdouble.vector.base
AbstractMutableDoubleVectorRel.java.
AbstractDoubleVectorRel(DoubleVectorData, U) - Constructor for class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Construct a new Relative Mutable DoubleVector.
AbstractDoubleVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractDoubleScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractDoubleVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends AbstractDoubleScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractDoubleVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Class in org.djunits.value.vdouble.vector.base
AbstractMutableDoubleVectorRelWithAbs.java.
AbstractDoubleVectorRelWithAbs(DoubleVectorData, RU) - Constructor for class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRelWithAbs
Construct a new Relative Mutable DoubleVector.
AbstractFloatMatrix<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>,​M extends AbstractFloatMatrix<U,​S,​V,​M>> - Class in org.djunits.value.vfloat.matrix.base
The most basic abstract class for the FloatMatrix.
AbstractFloatMatrix(FloatMatrixData, U) - Constructor for class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Construct a new FloatMatrix.
AbstractFloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractFloatVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​AM extends AbstractFloatMatrixAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractFloatVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends AbstractFloatMatrixRelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Class in org.djunits.value.vfloat.matrix.base
AbstractMutableFloatMatrixRelWithAbs.java.
AbstractFloatMatrixAbs(FloatMatrixData, AU) - Constructor for class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Construct a new Relative Mutable FloatMatrix.
AbstractFloatMatrixRel<U extends Unit<U>,​S extends AbstractFloatScalarRel<U,​S>,​RV extends AbstractFloatVectorRel<U,​S,​RV>,​RM extends AbstractFloatMatrixRel<U,​S,​RV,​RM>> - Class in org.djunits.value.vfloat.matrix.base
AbstractFloatMatrixRel.java.
AbstractFloatMatrixRel(FloatMatrixData, U) - Constructor for class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Construct a new Relative Mutable FloatMatrix.
AbstractFloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractFloatVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​AM extends AbstractFloatMatrixAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractFloatVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends AbstractFloatMatrixRelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Class in org.djunits.value.vfloat.matrix.base
AbstractMutableFloatMatrixRelWithAbs.java.
AbstractFloatMatrixRelWithAbs(FloatMatrixData, RU) - Constructor for class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRelWithAbs
Construct a new Relative Mutable FloatMatrix.
AbstractFloatScalar<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>> - Class in org.djunits.value.vfloat.scalar.base
The most basic abstract class for the FloatScalar.
AbstractFloatScalar(U, float) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Construct a new AbstractFloatScalar.
AbstractFloatScalarAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<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.
AbstractFloatScalarAbs(float, AU) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Construct a new Absolute Immutable FloatScalar.
AbstractFloatScalarAbs(A) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Construct a new Absolute Immutable FloatScalar from an existing Absolute Immutable FloatScalar.
AbstractFloatScalarRel<U extends Unit<U>,​R extends AbstractFloatScalarRel<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.
AbstractFloatScalarRel(float, U) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Construct a new Relative Immutable FloatScalar.
AbstractFloatScalarRel(R) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Construct a new Relative Immutable FloatScalar from an existing Relative Immutable FloatScalar.
AbstractFloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<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.
AbstractFloatScalarRelWithAbs(float, RU) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRelWithAbs
Construct a new Relative Immutable FloatScalar.
AbstractFloatScalarRelWithAbs(R) - Constructor for class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRelWithAbs
Construct a new Relative Immutable FloatScalar from an existing Relative Immutable FloatScalar.
AbstractFloatVector<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>> - Class in org.djunits.value.vfloat.vector.base
The most basic abstract class for the FloatVector.
AbstractFloatVector(FloatVectorData, U) - Constructor for class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Construct a new FloatVector.
AbstractFloatVector.Itr - Class in org.djunits.value.vfloat.vector.base
The iterator class is loosely based in AbstractList.Itr.
AbstractFloatVectorAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractFloatVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractFloatVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Class in org.djunits.value.vfloat.vector.base
AbstractMutableFloatVectorRelWithAbs.java.
AbstractFloatVectorAbs(FloatVectorData, AU) - Constructor for class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Construct a new Relative Mutable FloatVector.
AbstractFloatVectorRel<U extends Unit<U>,​S extends AbstractFloatScalarRel<U,​S>,​RV extends AbstractFloatVectorRel<U,​S,​RV>> - Class in org.djunits.value.vfloat.vector.base
AbstractMutableFloatVectorRel.java.
AbstractFloatVectorRel(FloatVectorData, U) - Constructor for class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Construct a new Relative Mutable FloatVector.
AbstractFloatVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends AbstractFloatScalarAbs<AU,​A,​RU,​R>,​AV extends AbstractFloatVectorAbs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends AbstractFloatScalarRelWithAbs<AU,​A,​RU,​R>,​RV extends AbstractFloatVectorRelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Class in org.djunits.value.vfloat.vector.base
AbstractMutableFloatVectorRelWithAbs.java.
AbstractFloatVectorRelWithAbs(FloatVectorData, RU) - Constructor for class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRelWithAbs
Construct a new Relative Mutable FloatVector.
AbstractIndexedValue<U extends Unit<U>,​S extends Scalar<U,​S>,​T extends AbstractIndexedValue<U,​S,​T,​D>,​D extends AbstractStorage<D>> - Class in org.djunits.value
AbstractIndexedValue.java.
AbstractIndexedValue(U) - Constructor for class org.djunits.value.AbstractIndexedValue
Construct a new AbstractIndexedValue.
AbstractScalar<U extends Unit<U>,​S extends Scalar<U,​S>> - Class in org.djunits.value
AbstractScalar is a class to help construct Scalar classes.
AbstractScalar(U) - Constructor for class org.djunits.value.AbstractScalar
Construct a new AbstractScalar.
AbstractStorage<T extends AbstractStorage<T>> - Class in org.djunits.value.storage
StorageInterface.java.
AbstractStorage(StorageType) - Constructor for class org.djunits.value.storage.AbstractStorage
Construct a new Data store.
AbstractValue<U extends Unit<U>,​T extends Value<U,​T>> - Class in org.djunits.value
AbstractValue is a class to help construct Scalar, Vector, and Matrix classes.
AbstractValue(U) - Constructor for class org.djunits.value.AbstractValue
Construct a new AbstractValue.
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(DoubleMatrixData, AccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AccelerationMatrix
 
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(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
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.scalar.Dimensionless
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.vector.DimensionlessVector
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.vfloat.matrix.FloatDimensionlessMatrix
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.vfloat.scalar.FloatDimensionless
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.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
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(DoubleMatrixData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
 
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(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(DoubleMatrixData, AngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngleMatrix
 
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(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(DoubleMatrixData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
 
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(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(DoubleMatrixData, AngularVelocityUnit) - Constructor for class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
 
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(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(DoubleMatrixData, AreaUnit) - Constructor for class org.djunits.value.vdouble.matrix.AreaMatrix
 
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(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.matrix.SIMatrix
Return the current matrix transformed to a matrix in the given unit.
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.vdouble.vector.SIVector
Return the current vector transformed to a vector in the given unit.
as(U) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Return the current matrix transformed to a matrix 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.
as(U) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
Return the current vector transformed to a vector 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
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.scalar.Dimensionless
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.vector.DimensionlessVector
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.vfloat.matrix.FloatDimensionlessMatrix
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.vfloat.scalar.FloatDimensionless
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.vfloat.vector.FloatDimensionlessVector
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 - 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.AbstractDoubleMatrix
Execute a function on a cell by cell basis.
assign(DoubleFunction) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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
Apply an operation to each cell.
assign(DoubleFunction) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Apply an operation to each cell.
assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Execute a function on a cell by cell basis.
assign(DoubleFunction) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
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
Apply an operation to each cell.
assign(DoubleFunction) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Apply an operation to each cell.
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
Apply a binary operation on a cell by cell basis.
assign(DoubleFunction2, DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Apply a binary operation on a cell by cell basis.
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
Apply a binary operation on a cell by cell basis.
assign(DoubleFunction2, DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Apply a binary operation on a cell by cell basis.
assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Execute a function on a cell by cell basis.
assign(FloatFunction) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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
Apply an operation to each cell.
assign(FloatFunction) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Apply an operation to each cell.
assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Execute a function on a cell by cell basis.
assign(FloatFunction) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
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
Apply an operation to each cell.
assign(FloatFunction) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Apply an operation to each cell.
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
Apply a binary operation on a cell by cell basis.
assign(FloatFunction2, FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Apply a binary operation on a cell by cell basis.
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
Apply a binary operation on a cell by cell basis.
assign(FloatFunction2, FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Apply a binary operation on a cell by cell basis.
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
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.scalar.Dimensionless
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.vector.DimensionlessVector
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.vfloat.matrix.FloatDimensionlessMatrix
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.vfloat.scalar.FloatDimensionless
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.vfloat.vector.FloatDimensionlessVector
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 - 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 the unit, using the information of the provided builder class.
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.AbstractIndexedValue
Count the number of cells that have a non-zero SI value.
cardinality() - Method in interface org.djunits.value.IndexedValue
Count the number of cells that have a non-zero SI value.
cardinality() - Method in class org.djunits.value.storage.AbstractStorage
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Compute and return the number of non-zero cells in this indexed value.
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(DoubleMatrixData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
 
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(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
Set the value(s) to the(ir) cube root.
cbrt() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the(ir) cube root.
cbrt() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the(ir) cube root.
cbrt() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the(ir) cube root.
cbrt() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the(ir) cube root.
cbrt() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the(ir) cube root.
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.function.ValueFunctions
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.AbstractDoubleMatrix
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.scalar.base.AbstractDoubleScalarAbs
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.scalar.base.AbstractDoubleScalarRel
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.vector.base.AbstractDoubleVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
ceil() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
ceil() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
ceil() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
ceil() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s) above the current value(s).
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.AbstractDoubleMatrix
Check that provided column index is valid.
checkColumnIndex(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Check that provided column index is valid.
checkCopyOnWrite() - Method in class org.djunits.value.AbstractIndexedValue
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.AbstractDoubleVector
Check that a provided index is valid.
checkIndex(int) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Check that a provided index is valid.
checkIndex(int, int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Check that provided row and column indices are valid.
checkIndex(int, int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Check that provided row and column indices are valid.
checkLocale() - Method in class org.djunits.unit.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.
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.
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.
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.
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.AbstractDoubleMatrix
Check that provided row index is valid.
checkRowIndex(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Check that provided row index is valid.
checkSize(DoubleVectorInterface<?, ?, ?>) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Centralized size equality check.
checkSize(FloatVectorInterface<?, ?, ?>) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
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.AbstractDoubleMatrix
Check that the matrix is square.
checkSquare() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Check that the matrix is square.
clone() - Method in class org.djunits.unit.Unit
clone() - Method in class org.djunits.value.AbstractIndexedValue
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 interface org.djunits.value.base.Matrix
Retrieve the number of columns of the matrix.
cols() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the number of columns of the matrix.
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.AbstractFloatMatrix
Retrieve the number of columns of the matrix.
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.
compareDoubles(double, double) - Static method in class org.djunits.generator.GenerateUSLocale
Compare two double values.
compareTo(S) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
compareTo(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
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.AbstractStorage
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataDense
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataDense
Create and return a deep copy of the data.
copy() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Create and return a deep copy of the data.
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
Set the value(s) to the trigonometric cosine of the value(s).
cos() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the trigonometric cosine of the value(s).
cos() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the trigonometric cosine of the value(s).
cos() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the trigonometric cosine of the value(s).
cos() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the trigonometric cosine of the value(s).
cos() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the trigonometric cosine of the value(s).
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
Set the value(s) to the hyperbolic cosine of the value(s).
cosh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the hyperbolic cosine of the value(s).
cosh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the hyperbolic cosine of the value(s).
cosh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the hyperbolic cosine of the value(s).
cosh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the hyperbolic cosine of the value(s).
cosh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the hyperbolic cosine of the value(s).
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.AbstractDoubleMatrix
The stored data as an object, can be sparse or dense.
data - Variable in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
The stored data as an object, can be sparse or dense.
data - Variable in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
The stored data as an object, can be sparse or dense.
data - Variable in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
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.AbstractDoubleMatrixAbs
Decrement all values of this matrix by the decrement.
decrementBy(R) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Decrement all values of this vector by the decrement.
decrementBy(R) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Decrement all values of this matrix by the decrement.
decrementBy(R) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Decrement all values of this vector by the decrement.
decrementBy(RM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
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.AbstractDoubleMatrixRel
Decrement this Relative matrix by another Relative matrix.
decrementBy(RM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
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.AbstractFloatMatrixRel
Decrement this Relative matrix by another Relative matrix.
decrementBy(RV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
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.AbstractDoubleVectorRel
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.AbstractFloatVectorAbs
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.AbstractFloatVectorRel
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.AbstractDoubleMatrixRel
Decrement all values of this matrix by the decrement.
decrementBy(S) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Decrement all values of this vector by the decrement.
decrementBy(S) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Decrement all values of this matrix by the decrement.
decrementBy(S) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
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
 
deleteRecursive(File) - Static method in class org.djunits.generator.GenerateDJUNIT
By default File#delete fails for non-empty directories, it works like "rm".
DENSE - 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(DoubleMatrixData, DensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.DensityMatrix
 
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(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.AbstractDoubleMatrix
Compute the determinant of the matrix, based on the SI values in the matrix.
determinantSI() - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Compute the determinant of the matrix, based on the SI values in the matrix.
determinantSI() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Compute the determinant of the matrix, based on the SI values.
determinantSI() - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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(DoubleMatrixData, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.matrix.DimensionlessMatrix
 
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(DoubleVectorData, DimensionlessUnit) - Constructor for class org.djunits.value.vdouble.vector.DimensionlessVector
Construct an DimensionlessVector from an internal data object.
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(DoubleMatrixData, DirectionUnit) - Constructor for class org.djunits.value.vdouble.matrix.DirectionMatrix
 
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(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.AbstractDoubleMatrixRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(double) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(double) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(double) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(double) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(double) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
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.AbstractDoubleMatrixRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(float) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(float) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(float) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(float) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(float) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Returns a new scalar/vector/matrix with value(s) divided by a factor.
divide(MT) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Divide this Relative matrix by another Relative matrix.
divide(MT) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
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 two matrices on a cell-by-cell basis.
divide(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Divide two matrices on a cell-by-cell basis.
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(AbstractDoubleScalarRel<?, ?>) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Divide this scalar by another scalar and create a new scalar.
divide(DoubleScalarInterface.Rel<?, ?>, DoubleScalarInterface.Rel<?, ?>) - 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 two vectors on a cell-by-cell basis.
divide(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Divide two vectors on a cell-by-cell basis.
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 two matrices on a cell-by-cell basis.
divide(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Divide two matrices on a cell-by-cell basis.
divide(AbstractFloatScalarRel<?, ?>) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Divide this scalar by another scalar and create a new scalar.
divide(FloatScalarInterface.Rel<?, ?>, FloatScalarInterface.Rel<?, ?>) - 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 two vectors on a cell-by-cell basis.
divide(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Divide two vectors on a cell-by-cell basis.
divide(VT) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Divide this Relative value by a Relative value for a vector or matrix.
divide(VT) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Divide this Relative value by a Relative value for a vector or matrix.
divideBy(double) - Method in interface org.djunits.value.base.Matrix.Rel
Divide all values of this matrix by the divisor.
divideBy(double) - Method in interface org.djunits.value.base.Vector.Rel
Divide all values of this vector by the divisor.
divideBy(double) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Divide all values of this matrix by the divisor.
divideBy(double) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Divide all values of this vector by the divisor.
divideBy(double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Divide the values of this vector by a number on a cell-by-cell basis.
divideBy(double) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Divide all values of this matrix by the divisor.
divideBy(double) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
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 - Class in org.djunits.value.vdouble.matrix.base
DoubleMatrix utility methods, e.g., for creating DoubleMatrixs from different types of data.
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.
DoubleMatrixInterface<U extends Unit<U>,​S extends DoubleScalarInterface<U,​S>,​V extends DoubleVectorInterface<U,​S,​V>,​M extends DoubleMatrixInterface<U,​S,​V,​M>> - Interface in org.djunits.value.vdouble.matrix.base
Interface for the DoubleMatrix classes, specifically defining the methods that deal with double values.
DoubleScalar - Class in org.djunits.value.vdouble.scalar.base
Static methods to create and operate on DoubleScalars.
DoubleScalarInterface<U extends Unit<U>,​S extends DoubleScalarInterface<U,​S>> - Interface in org.djunits.value.vdouble.scalar.base
Double scalar functions.
DoubleScalarInterface.Abs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends DoubleScalarInterface.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends DoubleScalarInterface.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.vdouble.scalar.base
Methods for Absolute Scalar.
DoubleScalarInterface.Rel<U extends Unit<U>,​R extends DoubleScalarInterface.Rel<U,​R>> - Interface in org.djunits.value.vdouble.scalar.base
Methods for Relative DoubleScalar.
DoubleScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends DoubleScalarInterface.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends DoubleScalarInterface.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.vdouble.scalar.base
Additional methods for Relative Scalar that has a corresponding Absolute Scalar.
DoubleSparseValue<U extends Unit<U>,​S extends DoubleScalarInterface<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.AbstractDoubleScalar
doubleValue() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
DoubleVector - Class in org.djunits.value.vdouble.vector.base
DoubleVector utility methods, e.g., for creating DoubleVectors from different types of data.
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.
DoubleVectorInterface<U extends Unit<U>,​S extends DoubleScalarInterface<U,​S>,​V extends DoubleVectorInterface<U,​S,​V>> - Interface in org.djunits.value.vdouble.vector.base
Interface for the DoubleVector classes, specifically defining the methods that deal with double values.
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(DoubleMatrixData, DurationUnit) - Constructor for class org.djunits.value.vdouble.matrix.DurationMatrix
 
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(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

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(DoubleMatrixData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
 
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(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(DoubleMatrixData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
 
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(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(DoubleMatrixData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
 
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(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(DoubleMatrixData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
 
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(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(DoubleMatrixData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
 
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(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(DoubleMatrixData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
 
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(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(DoubleMatrixData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
 
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(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(DoubleMatrixData, EnergyUnit) - Constructor for class org.djunits.value.vdouble.matrix.EnergyMatrix
 
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(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 interface org.djunits.value.base.Scalar
Test if this DoubleScalar is equal to a DoubleScalar.
eq(S) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is equal to a DoubleScalar.
eq(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is equal to a DoubleScalar.
eq0() - Method in interface org.djunits.value.base.Scalar
Test if this DoubleScalar is equal to 0.0.
eq0() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is equal to 0.0.
eq0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is equal to 0.0.
equals(Object) - Method in class org.djunits.unit.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.AbstractDoubleMatrix
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.AbstractDoubleScalar
equals(Object) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
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.AbstractFloatMatrix
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.AbstractFloatScalar
equals(Object) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
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(DoubleMatrixData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
 
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(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
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.scalar.Dimensionless
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.vector.DimensionlessVector
Set the value(s) to Euler's number e raised to the power of the value(s).
exp() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to Euler's number e raised to the power of the value(s).
exp() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to Euler's number e raised to the power of the value(s).
exp() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to Euler's number e raised to the power of the value(s).
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
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.scalar.Dimensionless
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.vector.DimensionlessVector
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.vfloat.matrix.FloatDimensionlessMatrix
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.vfloat.scalar.FloatDimensionless
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.vfloat.vector.FloatDimensionlessVector
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
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 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
 
first - Static variable in class org.djunits.generator.GenerateXSD
indicate first unit, so no |.
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(FloatMatrixData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
 
FloatAbsoluteTemperatureVector - Class in org.djunits.value.vfloat.vector
Absolute FloatAbsoluteTemperature Vector.
FloatAbsoluteTemperatureVector(FloatVectorData, AbsoluteTemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Construct a new Absative Immutable FloatAbsoluteTemperatureVector.
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(FloatMatrixData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
 
FloatAbsorbedDoseVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.
FloatAbsorbedDoseVector(FloatVectorData, AbsorbedDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
Construct an 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(FloatMatrixData, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
 
FloatAccelerationVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.
FloatAccelerationVector(FloatVectorData, AccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAccelerationVector
Construct an 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(FloatMatrixData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
 
FloatAmountOfSubstanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.
FloatAmountOfSubstanceVector(FloatVectorData, AmountOfSubstanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
Construct an 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(FloatMatrixData, AngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngleMatrix
 
FloatAngleVector - Class in org.djunits.value.vfloat.vector
Relative FloatAngle Vector.
FloatAngleVector(FloatVectorData, AngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngleVector
Construct a new Relative Immutable FloatAngleVector.
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(FloatMatrixData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
 
FloatAngularAccelerationVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.
FloatAngularAccelerationVector(FloatVectorData, AngularAccelerationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
Construct an 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(FloatMatrixData, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
 
FloatAngularVelocityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.
FloatAngularVelocityVector(FloatVectorData, AngularVelocityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
Construct an 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(FloatMatrixData, AreaUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatAreaMatrix
 
FloatAreaVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatAreaVector, a vector of values with a AreaUnit.
FloatAreaVector(FloatVectorData, AreaUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatAreaVector
Construct an 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(FloatMatrixData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
 
FloatCatalyticActivityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.
FloatCatalyticActivityVector(FloatVectorData, CatalyticActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
Construct an 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(FloatMatrixData, DensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDensityMatrix
 
FloatDensityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatDensityVector, a vector of values with a DensityUnit.
FloatDensityVector(FloatVectorData, DensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDensityVector
Construct an 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(FloatMatrixData, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
 
FloatDimensionlessVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
FloatDimensionlessVector(FloatVectorData, DimensionlessUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Construct an 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(FloatMatrixData, DirectionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
 
FloatDirectionVector - Class in org.djunits.value.vfloat.vector
Absolute FloatDirection Vector.
FloatDirectionVector(FloatVectorData, DirectionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDirectionVector
Construct a new Absative Immutable FloatDirectionVector.
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(FloatMatrixData, DurationUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatDurationMatrix
 
FloatDurationVector - Class in org.djunits.value.vfloat.vector
Relative FloatDuration Vector.
FloatDurationVector(FloatVectorData, DurationUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatDurationVector
Construct a new Relative Immutable FloatDurationVector.
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(FloatMatrixData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
 
FloatElectricalCapacitanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.
FloatElectricalCapacitanceVector(FloatVectorData, ElectricalCapacitanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
Construct an 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(FloatMatrixData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
 
FloatElectricalChargeVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
FloatElectricalChargeVector(FloatVectorData, ElectricalChargeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
Construct an 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(FloatMatrixData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
 
FloatElectricalConductanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.
FloatElectricalConductanceVector(FloatVectorData, ElectricalConductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
Construct an 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(FloatMatrixData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
 
FloatElectricalCurrentVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
FloatElectricalCurrentVector(FloatVectorData, ElectricalCurrentUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
Construct an 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(FloatMatrixData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
 
FloatElectricalInductanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.
FloatElectricalInductanceVector(FloatVectorData, ElectricalInductanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
Construct an 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(FloatMatrixData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
 
FloatElectricalPotentialVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
FloatElectricalPotentialVector(FloatVectorData, ElectricalPotentialUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
Construct an 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(FloatMatrixData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
 
FloatElectricalResistanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
FloatElectricalResistanceVector(FloatVectorData, ElectricalResistanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
Construct an 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(FloatMatrixData, EnergyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
 
FloatEnergyVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatEnergyVector, a vector of values with a EnergyUnit.
FloatEnergyVector(FloatVectorData, EnergyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEnergyVector
Construct an 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(FloatMatrixData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
 
FloatEquivalentDoseVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.
FloatEquivalentDoseVector(FloatVectorData, EquivalentDoseUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
Construct an 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(FloatMatrixData, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
 
FloatFlowMassVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.
FloatFlowMassVector(FloatVectorData, FlowMassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowMassVector
Construct an 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(FloatMatrixData, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
 
FloatFlowVolumeVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.
FloatFlowVolumeVector(FloatVectorData, FlowVolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
Construct an 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(FloatMatrixData, ForceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatForceMatrix
 
FloatForceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatForceVector, a vector of values with a ForceUnit.
FloatForceVector(FloatVectorData, ForceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatForceVector
Construct an 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(FloatMatrixData, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
 
FloatFrequencyVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.
FloatFrequencyVector(FloatVectorData, FrequencyUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatFrequencyVector
Construct an 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(FloatMatrixData, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
 
FloatIlluminanceVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.
FloatIlluminanceVector(FloatVectorData, IlluminanceUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatIlluminanceVector
Construct an 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(FloatMatrixData, LengthUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLengthMatrix
 
FloatLengthVector - Class in org.djunits.value.vfloat.vector
Relative FloatLength Vector.
FloatLengthVector(FloatVectorData, LengthUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLengthVector
Construct a new Relative Immutable FloatLengthVector.
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(FloatMatrixData, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
 
FloatLinearDensityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.
FloatLinearDensityVector(FloatVectorData, LinearDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLinearDensityVector
Construct an 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(FloatMatrixData, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
 
FloatLuminousFluxVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.
FloatLuminousFluxVector(FloatVectorData, LuminousFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
Construct an 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(FloatMatrixData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
 
FloatLuminousIntensityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.
FloatLuminousIntensityVector(FloatVectorData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
Construct an 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(FloatMatrixData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
 
FloatMagneticFluxDensityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.
FloatMagneticFluxDensityVector(FloatVectorData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
Construct an FloatMagneticFluxDensityVector from an internal data object.
FloatMagneticFluxMatrix - Class in org.djunits.value.vfloat.matrix
Immutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.
FloatMagneticFluxMatrix(FloatMatrixData, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
 
FloatMagneticFluxVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.
FloatMagneticFluxVector(FloatVectorData, MagneticFluxUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
Construct an 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(FloatMatrixData, MassUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMassMatrix
 
FloatMassVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatMassVector, a vector of values with a MassUnit.
FloatMassVector(FloatVectorData, MassUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMassVector
Construct an FloatMassVector from an internal data object.
FloatMathFunctions - Interface in org.djunits.value.vfloat.function
FloatMathFunctions provides a static implementation of Math functions.
FloatMatrix - Class in org.djunits.value.vfloat.matrix.base
FloatMatrix utility methods, e.g., for creating FloatMatrixs from different types of data.
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.
FloatMatrixInterface<U extends Unit<U>,​S extends FloatScalarInterface<U,​S>,​V extends FloatVectorInterface<U,​S,​V>,​M extends FloatMatrixInterface<U,​S,​V,​M>> - Interface in org.djunits.value.vfloat.matrix.base
Interface for the FloatMatrix classes, specifically defining the methods that deal with float values.
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(FloatMatrixData, MomentumUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
 
FloatMomentumVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatMomentumVector, a vector of values with a MomentumUnit.
FloatMomentumVector(FloatVectorData, MomentumUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatMomentumVector
Construct an 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(FloatMatrixData, PositionUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPositionMatrix
 
FloatPositionVector - Class in org.djunits.value.vfloat.vector
Absolute FloatPosition Vector.
FloatPositionVector(FloatVectorData, PositionUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPositionVector
Construct a new Absative Immutable FloatPositionVector.
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(FloatMatrixData, PowerUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPowerMatrix
 
FloatPowerVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatPowerVector, a vector of values with a PowerUnit.
FloatPowerVector(FloatVectorData, PowerUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPowerVector
Construct an 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(FloatMatrixData, PressureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatPressureMatrix
 
FloatPressureVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatPressureVector, a vector of values with a PressureUnit.
FloatPressureVector(FloatVectorData, PressureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatPressureVector
Construct an 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(FloatMatrixData, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
 
FloatRadioActivityVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.
FloatRadioActivityVector(FloatVectorData, RadioActivityUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatRadioActivityVector
Construct an FloatRadioActivityVector from an internal data object.
FloatScalar - Class in org.djunits.value.vfloat.scalar.base
Static methods to create and operate on FloatScalars.
FloatScalarInterface<U extends Unit<U>,​S extends FloatScalarInterface<U,​S>> - Interface in org.djunits.value.vfloat.scalar.base
Float scalar functions.
FloatScalarInterface.Abs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends FloatScalarInterface.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends FloatScalarInterface.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.vfloat.scalar.base
Methods for Absolute Scalar.
FloatScalarInterface.Rel<U extends Unit<U>,​R extends FloatScalarInterface.Rel<U,​R>> - Interface in org.djunits.value.vfloat.scalar.base
Methods for Relative FloatScalar.
FloatScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends FloatScalarInterface.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends FloatScalarInterface.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.vfloat.scalar.base
Additional methods for Relative Scalar that has a corresponding Absolute Scalar.
FloatSIMatrix - Class in org.djunits.value.vfloat.matrix
Easy access methods for the generic Relative SI FloatMatrix.
FloatSIMatrix(FloatMatrixData, SIUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSIMatrix
 
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(FloatVectorData, SIUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSIVector
 
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(FloatMatrixData, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
 
FloatSolidAngleVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.
FloatSolidAngleVector(FloatVectorData, SolidAngleUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSolidAngleVector
Construct an FloatSolidAngleVector from an internal data object.
FloatSparseValue<U extends Unit<U>,​S extends FloatScalarInterface<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(FloatMatrixData, SpeedUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
 
FloatSpeedVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatSpeedVector, a vector of values with a SpeedUnit.
FloatSpeedVector(FloatVectorData, SpeedUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatSpeedVector
Construct an 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(FloatMatrixData, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
 
FloatTemperatureVector - Class in org.djunits.value.vfloat.vector
Relative FloatTemperature Vector.
FloatTemperatureVector(FloatVectorData, TemperatureUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTemperatureVector
Construct a new Relative Immutable FloatTemperatureVector.
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(FloatMatrixData, TimeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTimeMatrix
 
FloatTimeVector - Class in org.djunits.value.vfloat.vector
Absolute FloatTime Vector.
FloatTimeVector(FloatVectorData, TimeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTimeVector
Construct a new Absative Immutable FloatTimeVector.
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(FloatMatrixData, TorqueUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
 
FloatTorqueVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatTorqueVector, a vector of values with a TorqueUnit.
FloatTorqueVector(FloatVectorData, TorqueUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatTorqueVector
Construct an FloatTorqueVector from an internal data object.
floatValue() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
floatValue() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
FloatVector - Class in org.djunits.value.vfloat.vector.base
FloatVector utility methods, e.g., for creating FloatVectors from different types of data.
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.
FloatVectorInterface<U extends Unit<U>,​S extends FloatScalarInterface<U,​S>,​V extends FloatVectorInterface<U,​S,​V>> - Interface in org.djunits.value.vfloat.vector.base
Interface for the FloatVector classes, specifically defining the methods that deal with float values.
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(FloatMatrixData, VolumeUnit) - Constructor for class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
 
FloatVolumeVector - Class in org.djunits.value.vfloat.vector
Immutable Float FloatVolumeVector, a vector of values with a VolumeUnit.
FloatVolumeVector(FloatVectorData, VolumeUnit) - Constructor for class org.djunits.value.vfloat.vector.FloatVolumeVector
Construct an FloatVolumeVector from an internal data object.
floor() - Method in interface org.djunits.value.function.ValueFunctions
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.AbstractDoubleMatrix
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.scalar.base.AbstractDoubleScalarAbs
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.scalar.base.AbstractDoubleScalarRel
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.vector.base.AbstractDoubleVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
floor() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
floor() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
floor() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
floor() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s) below the current value(s).
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(DoubleMatrixData, FlowMassUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowMassMatrix
 
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(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(DoubleMatrixData, FlowVolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
 
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(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(DoubleMatrixData, ForceUnit) - Constructor for class org.djunits.value.vdouble.matrix.ForceMatrix
 
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(DoubleVectorData, ForceUnit) - Constructor for class org.djunits.value.vdouble.vector.ForceVector
Construct an ForceVector from an internal data object.
format(double) - Method in interface 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 interface 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(DoubleMatrixData, FrequencyUnit) - Constructor for class org.djunits.value.vdouble.matrix.FrequencyMatrix
 
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(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
Convert a value from an SI value to a value in the unit that uses this scale.
fromStandardUnit(double) - Method in class org.djunits.unit.scale.IdentityScale
Convert a value from an SI value to a value in the unit that uses this scale.
fromStandardUnit(double) - Method in class org.djunits.unit.scale.LinearScale
Convert a value from an SI value to a value in the unit that uses this scale.
fromStandardUnit(double) - Method in class org.djunits.unit.scale.OffsetLinearScale
Convert a value from an SI value to a value in the unit that uses this scale.
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 interface org.djunits.value.base.Scalar
Test if this DoubleScalar is greater than a DoubleScalar.
ge(S) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is greater than a DoubleScalar.
ge(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is greater than a DoubleScalar.
ge0() - Method in interface org.djunits.value.base.Scalar
Test if this DoubleScalar is greater than 0.0.
ge0() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is greater than 0.0.
ge0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is greater than 0.0.
GenerateCliConverters - Class in org.djunits.generator
GenerateCliConverters.java.
GenerateCliConverters() - Constructor for class org.djunits.generator.GenerateCliConverters
 
GenerateCliConvertersTest - Class in org.djunits.generator
GenerateCliConverters.java.
GenerateCliConvertersTest() - Constructor for class org.djunits.generator.GenerateCliConvertersTest
 
GenerateDJUNIT - Class in org.djunits.generator
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
GenerateDJUNIT() - Constructor for class org.djunits.generator.GenerateDJUNIT
 
GenerateStaticUNITS - Class in org.djunits.generator
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
GenerateUSLocale - Class in org.djunits.generator
Generator for the locale properties file.
GenerateUSLocale() - Constructor for class org.djunits.generator.GenerateUSLocale
 
GenerateXSD - Class in org.djunits.generator
GenerateXSD makes an XSD file for all choices possible with the units, using the textual representations.
GenerateXSD() - Constructor for class org.djunits.generator.GenerateXSD
 
get(int) - Method in interface org.djunits.value.base.Vector
Retrieve a value from the vector.
get(int) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Retrieve a value from the vector.
get(int) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Retrieve a value from the vector.
get(int, int) - Method in interface org.djunits.value.base.Matrix
Retrieve a value from the matrix.
get(int, int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve a value from the matrix.
get(int, int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a value from the matrix.
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 interface 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.AbstractDoubleMatrix
Retrieve a column from the matrix as a vector.
getColumn(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a column from the matrix as a vector.
getColumnScalars(int) - Method in interface 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.AbstractDoubleMatrix
Retrieve a column from the matrix as an array of scalars.
getColumnScalars(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a column from the matrix as an array of scalars.
getColumnSI(int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve a column from the matrix as an array of double.
getColumnSI(int) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Retrieve a column from the matrix as an array of double.
getColumnSI(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a column from the matrix as an array of float.
getColumnSI(int) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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.AbstractIndexedValue
Retrieve the data object.
getData() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the data object.
getData() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Retrieve the data object.
getData() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve the data object.
getData() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Retrieve the data object.
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
Create and return a deep copy of the data in dense format.
getDenseMatrixSI() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Create and return a deep copy of the data in dense format.
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
Create and return a deep copy of the data in dense format.
getDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Create and return a deep copy of the data in dense format.
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
Create and return a dense copy of the data.
getDenseVectorSI() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Create and return a dense copy of the data.
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
Create and return a dense copy of the data.
getDenseVectorSI() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Create and return a dense copy of the data.
getDiagonal() - Method in interface 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.AbstractDoubleMatrix
Retrieve the main diagonal of the matrix as a vector.
getDiagonal() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve the main diagonal of the matrix as a vector.
getDiagonalScalars() - Method in interface 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.AbstractDoubleMatrix
Retrieve the main diagonal of the matrix as an array of scalars.
getDiagonalScalars() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve the main diagonal of the matrix as an array of scalars.
getDiagonalSI() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the main diagonal of the matrix as an array of double.
getDiagonalSI() - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Retrieve the main diagonal of the matrix as an array of double.
getDiagonalSI() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve the main diagonal of the matrix as an array of float.
getDiagonalSI() - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Retrieve the main diagonal of the matrix as an array of float.
getDisplayUnit() - Method in class org.djunits.value.AbstractScalar
Retrieve the unit of this Value.
getDisplayUnit() - Method in class org.djunits.value.AbstractValue
Retrieve the unit of this Value.
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
Create and return a deep copy of the data in dense format.
getDoubleDenseMatrixSI() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Create and return a deep copy of the data in dense format.
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.AbstractDoubleScalar
Retrieve the value in the original unit.
getInUnit() - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface
Retrieve the value in the original unit.
getInUnit() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Retrieve the value in the original unit.
getInUnit() - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface
Retrieve the value in the original unit.
getInUnit(int) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Retrieve the value stored at a specified position in the original unit.
getInUnit(int) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Retrieve the value stored at a specified position in the original unit.
getInUnit(int) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Retrieve the value stored at a specified position in the original unit.
getInUnit(int) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Retrieve the value stored at a specified position in the original unit.
getInUnit(int, int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the value stored at a specified row and column in the original unit.
getInUnit(int, int) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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.AbstractFloatMatrix
Retrieve the value stored at a specified row and column in the original unit.
getInUnit(int, int) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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.AbstractDoubleMatrix
Retrieve the value stored at a specified row and column converted into a specified unit.
getInUnit(int, int, U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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.AbstractFloatMatrix
Retrieve the value stored at a specified row and column converted into a specified unit.
getInUnit(int, int, U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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.AbstractDoubleVector
Retrieve the value stored at a specified position converted into a specified unit.
getInUnit(int, U) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
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.AbstractFloatVector
Retrieve the value stored at a specified position converted into a specified unit.
getInUnit(int, U) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Retrieve the value stored at a specified position converted into a specified unit.
getInUnit(U) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Retrieve the value converted into some specified unit.
getInUnit(U) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface
Retrieve the value converted into some specified unit.
getInUnit(U) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Retrieve the value converted into some specified unit.
getInUnit(U) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface
Retrieve the value converted into some specified unit.
getKiloUnit(String) - Static method in enum 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.unit.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.unit.quantity.Quantity
Retrieve the localized display abbreviation.
getLocalizedName() - Method in class org.djunits.unit.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.unit.quantity.Quantity
Retrieve the localized textual abbreviation.
getName() - Method in class org.djunits.unit.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 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.unit.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.unit.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.unit.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.
getResource(String) - Static method in class org.djunits.generator.URLResource
Resolves a resource for name.
getResource(String, String) - Static method in class org.djunits.generator.URLResource
Resolves a resource for name.
getResourceAsStream(String) - Static method in class org.djunits.generator.URLResource
returns the resource as stream.
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 interface 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.AbstractDoubleMatrix
Retrieve a row from the matrix as a vector.
getRow(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a row from the matrix as a vector.
getRowScalars(int) - Method in interface 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.AbstractDoubleMatrix
Retrieve a row from the matrix as an array of scalars.
getRowScalars(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a row from the matrix as an array of scalars.
getRowSI(int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve a row from the matrix as an array of double.
getRowSI(int) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Retrieve a row from the matrix as an array of double.
getRowSI(int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve a row from the matrix as an array of float.
getRowSI(int) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Retrieve a row from the matrix as an array of float.
getScalarClass() - Method in interface org.djunits.value.IndexedValue
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MassMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AccelerationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngleVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.AreaVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.DensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.DirectionVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.DurationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.EnergyVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.FlowMassVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.ForceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.FrequencyVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.LengthVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.MassVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.MomentumVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.PositionVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.PowerVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.PressureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.SIVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.SpeedVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.TemperatureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.TimeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.TorqueVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vdouble.vector.VolumeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatForceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMassVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSIVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
Return the class of the corresponding scalar.
getScalarClass() - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
Return the class of the corresponding scalar.
getScalars() - Method in interface org.djunits.value.base.Matrix
Return the vector as a 2D-array of scalars.
getScalars() - Method in interface org.djunits.value.base.Vector
Return the vector as an array of scalars.
getScalars() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Return the vector as a 2D-array of scalars.
getScalars() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Return the vector as an array of scalars.
getScalars() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return the vector as a 2D-array of scalars.
getScalars() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return the vector as an array of scalars.
getScale() - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Retrieve the scale.
getScale() - Method in class org.djunits.unit.AbsoluteLinearUnit
Retrieve the scale of this unit.
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.AbstractDoubleScalar
Retrieve the value in the underlying SI unit.
getSI() - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface
Retrieve the value in the underlying SI unit.
getSI() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Retrieve the value in the underlying SI unit.
getSI() - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface
Retrieve the value in the underlying SI unit.
getSI(int) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Retrieve the value stored at a specified position in the standard SI unit.
getSI(int) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
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
Retrieve the SI value of one element of this data.
getSI(int) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Retrieve the SI value of one element of this data.
getSI(int) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Retrieve the value stored at a specified position in the standard SI unit.
getSI(int) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
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
Retrieve the SI value of one element of this data.
getSI(int) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Retrieve the SI value of one element of this data.
getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the value stored at a specified row and column in the standard SI unit.
getSI(int, int) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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
Retrieve one value from this data.
getSI(int, int) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Retrieve one value from this data.
getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Retrieve the value stored at a specified row and column in the standard SI unit.
getSI(int, int) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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
Retrieve one value from this data.
getSI(int, int) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Retrieve one value from this data.
getSiDimensions() - Method in class org.djunits.unit.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.
getStandardUnit() - Method in class org.djunits.unit.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.AbstractIndexedValue
Return the StorageType (DENSE, SPARSE, etc.) for the stored vector.
getStorageType() - Method in interface org.djunits.value.IndexedValue
Return the StorageType (DENSE, SPARSE, etc.) for the stored vector.
getStorageType() - Method in class org.djunits.value.storage.AbstractStorage
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 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.unit.quantity.Quantity
Retrieve a unit by one of its abbreviations.
getUnitById(String) - Method in class org.djunits.unit.quantity.Quantity
Retrieve a unit by Id.
getUnitsByAbbreviation() - Method in class org.djunits.unit.quantity.Quantity
Return a safe copy of the unitsByAbbreviation.
getUnitsById() - Method in class org.djunits.unit.quantity.Quantity
Retrieve a safe copy of the unitsById.
getUnitsByLocalizedAbbreviation() - Method in class org.djunits.unit.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.AbstractDoubleMatrix
Create a dense double[][] array filled with the values in the original unit.
getValuesInUnit() - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Create a dense double[][] array filled with the values in the original unit.
getValuesInUnit() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Create a double[] array filled with the values in the original unit.
getValuesInUnit() - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Create a double[] array filled with the values in the original unit.
getValuesInUnit() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Create a dense float[][] array filled with the values in the original unit.
getValuesInUnit() - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Create a dense float[][] array filled with the values in the original unit.
getValuesInUnit() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Create a float[] array filled with the values in the original unit.
getValuesInUnit() - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Create a float[] array filled with the values in the original unit.
getValuesInUnit(U) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Create a dense double[][] array filled with the values converted into a specified unit.
getValuesInUnit(U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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.AbstractDoubleVector
Create a double[] array filled with the values converted into a specified unit.
getValuesInUnit(U) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Create a double[] array filled with the values converted into a specified unit.
getValuesInUnit(U) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Create a dense float[][] array filled with the values converted into a specified unit.
getValuesInUnit(U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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.AbstractFloatVector
Create a float[] array filled with the values converted into a specified unit.
getValuesInUnit(U) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Create a float[] array filled with the values converted into a specified unit.
getValuesSI() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Create a dense double[][] array filled with the values in the standard SI unit.
getValuesSI() - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Create a dense double[][] array filled with the values in the standard SI unit.
getValuesSI() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Create a double[] array filled with the values in the standard SI unit.
getValuesSI() - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Create a double[] array filled with the values in the standard SI unit.
getValuesSI() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Create a dense float[][] array filled with the values in the standard SI unit.
getValuesSI() - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Create a dense float[][] array filled with the values in the standard SI unit.
getValuesSI() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Create a float[] array filled with the values in the standard SI unit.
getValuesSI() - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Create a float[] array filled with the values in the standard SI unit.
getVectorClass() - Method in interface org.djunits.value.base.Matrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MassMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SIMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Return the class of the corresponding vector.
getVectorClass() - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Return the class of the corresponding vector.
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 interface org.djunits.value.base.Scalar
Test if this DoubleScalar is greater than or equal to a DoubleScalar.
gt(S) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is greater than or equal to a DoubleScalar.
gt(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is greater than or equal to a DoubleScalar.
gt0() - Method in interface org.djunits.value.base.Scalar
Test if this DoubleScalar is greater than or equal to 0.0.
gt0() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is greater than or equal to 0.0.
gt0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is greater than or equal to 0.0.

H

hashCode() - Method in class org.djunits.unit.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.AbstractDoubleMatrix
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.AbstractDoubleScalar
hashCode() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
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.AbstractFloatMatrix
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.AbstractFloatScalar
hashCode() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
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.AbstractDoubleVector.Itr
hasNext() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector.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(DoubleMatrixData, IlluminanceUnit) - Constructor for class org.djunits.value.vdouble.matrix.IlluminanceMatrix
 
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(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.AbstractIndexedValue
Turn the immutable flag on for this vector.
immutable() - Method in interface 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.AbstractDoubleMatrixRel
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.AbstractFloatMatrixRel
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.AbstractDoubleVectorRel
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.AbstractFloatVectorRel
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.AbstractDoubleMatrixRel
Increment all values of this matrix by the increment.
incrementBy(S) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Increment all values of this vector by the increment.
incrementBy(S) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Increment all values of this matrix by the increment.
incrementBy(S) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
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>> - Interface in org.djunits.value
IndexedValue.java.
INSTANCE - Static variable in class org.djunits.unit.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[][], SIUnit, StorageType) - Static method in class org.djunits.value.vdouble.matrix.SIMatrix
Construct a new Relative Double SIMatrix.
instantiate(double[][], U, StorageType) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the DoubleMatrix based on its unit.
instantiate(double[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the DoubleMatrix based on its unit.
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[], SIUnit, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
Construct a new Relative Double SIVector.
instantiate(double[], U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(double[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
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[][], SIUnit, StorageType) - Static method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Construct a new Relative Float FloatSIMatrix.
instantiate(float[][], U, StorageType) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the FloatMatrix based on its unit.
instantiate(float[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the FloatMatrix based on its unit.
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[], SIUnit, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
Construct a new Relative Float SIVector.
instantiate(float[], U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(float[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
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<DoubleSparseValue<U, S>>, int, int, U, StorageType) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Construct a new Relative Immutable Double Matrix.
instantiate(Collection<DoubleSparseValue<U, S>>, int, int, U, StorageType, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Construct a new Relative Immutable Double Matrix.
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(Collection<FloatSparseValue<U, S>>, int, int, U, StorageType) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Construct a new Relative Immutable Float Matrix.
instantiate(Collection<FloatSparseValue<U, S>>, int, int, U, StorageType, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Construct a new Relative Immutable Float Matrix.
instantiate(List<Double>, Scale, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Instantiate a DoubleVectorData with the right data type.
instantiate(List<Double>, SIUnit, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
Construct a new Relative Double SIVector.
instantiate(List<Double>, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(List<Double>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(List<Float>, Scale, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
Instantiate a FloatVectorData with the right data type.
instantiate(List<Float>, SIUnit, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
Construct a new Relative Float SIVector.
instantiate(List<Float>, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(List<Float>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(SortedMap<Integer, Double>, int, Scale, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Instantiate a DoubleVectorData with the right data type.
instantiate(SortedMap<Integer, Double>, int, SIUnit, StorageType) - Static method in class org.djunits.value.vdouble.vector.SIVector
Construct a new Relative Double SIVector.
instantiate(SortedMap<Integer, Double>, int, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(SortedMap<Integer, Double>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(SortedMap<Integer, Float>, int, Scale, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
Instantiate a FloatVectorData with the right data type.
instantiate(SortedMap<Integer, Float>, int, SIUnit, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
Construct a new Relative Float SIVector.
instantiate(SortedMap<Integer, Float>, int, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(SortedMap<Integer, Float>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(DoubleMatrixData, U) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the Mutable DoubleMatrix based on its unit.
instantiate(DoubleMatrixData, U, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the Mutable DoubleMatrix based on its unit.
instantiate(DoubleVectorData, U) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the Mutable DoubleVector based on its unit.
instantiate(DoubleVectorData, U, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the Mutable DoubleVector based on its unit.
instantiate(FloatMatrixData, U) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the Mutable FloatMatrix based on its unit.
instantiate(FloatMatrixData, U, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the Mutable FloatMatrix based on its unit.
instantiate(FloatVectorData, U) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the Mutable FloatVector based on its unit.
instantiate(FloatVectorData, U, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the Mutable FloatVector based on its unit.
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[][], U, StorageType) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Construct a new Relative Immutable Double Matrix.
instantiate(S[][], U, StorageType) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Construct a new Relative Immutable Float Matrix.
instantiate(S[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Construct a new Relative Immutable Double Matrix.
instantiate(S[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Construct a new Relative Immutable Float Matrix.
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.
instantiate(S[], U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(S[], U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiate(S[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiate(S[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateAbs(double, AU) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.Abs
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, AU) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.RelWithAbs
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.Temperature
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, DirectionUnit) - Method in class org.djunits.value.vdouble.scalar.Angle
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, DirectionUnit) - Method in class org.djunits.value.vdouble.scalar.Direction
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, PositionUnit) - Method in class org.djunits.value.vdouble.scalar.Length
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, PositionUnit) - Method in class org.djunits.value.vdouble.scalar.Position
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, TimeUnit) - Method in class org.djunits.value.vdouble.scalar.Duration
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(double, TimeUnit) - Method in class org.djunits.value.vdouble.scalar.Time
Construct a new Absolute Immutable DoubleScalar of the right type.
instantiateAbs(float, AU) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface.Abs
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, AU) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface.RelWithAbs
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, DirectionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, DirectionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDirection
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, PositionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLength
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, PositionUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPosition
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, TimeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
Construct a new Absolute Immutable FloatScalar of the right type.
instantiateAbs(float, TimeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTime
Construct a new Absolute Immutable FloatScalar of the right type.
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.
instantiateAnonymous(DoubleMatrixData, Unit<?>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the Immutable DoubleMatrix based on its unit.
instantiateAnonymous(DoubleMatrixData, Unit<?>, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the Immutable DoubleMatrix based on its unit.
instantiateAnonymous(DoubleVectorData, Unit<?>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the Immutable DoubleVector based on its unit.
instantiateAnonymous(DoubleVectorData, Unit<?>, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the Immutable DoubleVector based on its unit.
instantiateAnonymous(FloatMatrixData, Unit<?>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the Immutable FloatMatrix based on its unit.
instantiateAnonymous(FloatMatrixData, Unit<?>, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the Immutable FloatMatrix based on its unit.
instantiateAnonymous(FloatVectorData, Unit<?>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the Immutable FloatVector based on its unit.
instantiateAnonymous(FloatVectorData, Unit<?>, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the Immutable FloatVector based on its unit.
instantiateList(List<S>, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Instantiate a DoubleVectorData with the right data type.
instantiateList(List<S>, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
Instantiate a FloatVectorData with the right data type.
instantiateList(List<S>, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateList(List<S>, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateList(List<S>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateList(List<S>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateMap(SortedMap<Integer, S>, int, StorageType) - Static method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Instantiate a DoubleVectorData with the right data type.
instantiateMap(SortedMap<Integer, S>, int, StorageType) - Static method in class org.djunits.value.vfloat.vector.data.FloatVectorData
Instantiate a FloatVectorData with the right data type.
instantiateMap(SortedMap<Integer, S>, int, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateMap(SortedMap<Integer, S>, int, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateMap(SortedMap<Integer, S>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateMap(SortedMap<Integer, S>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateMatrix(DoubleMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(DoubleMatrixData, U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Instantiate a new matrix of the class of this matrix.
instantiateMatrix(FloatMatrixData, U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Instantiate a new matrix of the class of this matrix.
instantiateMatrixAbs(DoubleMatrixData, AU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRelWithAbs
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(DoubleMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(DoubleMatrixData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(DoubleMatrixData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(DoubleMatrixData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(FloatMatrixData, AU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRelWithAbs
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(FloatMatrixData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(FloatMatrixData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(FloatMatrixData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixAbs(FloatMatrixData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new absolute matrix of the class of this relative matrix.
instantiateMatrixRel(DoubleMatrixData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(DoubleMatrixData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(DoubleMatrixData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(DoubleMatrixData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(DoubleMatrixData, RU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(FloatMatrixData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(FloatMatrixData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(FloatMatrixData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(FloatMatrixData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateMatrixRel(FloatMatrixData, RU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Instantiate a new relative matrix of the class of this absolute matrix.
instantiateRel(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.scalar.AbsorbedDose
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.Acceleration
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AngleUnit) - Method in class org.djunits.value.vdouble.scalar.Angle
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AngleUnit) - Method in class org.djunits.value.vdouble.scalar.Direction
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, AreaUnit) - Method in class org.djunits.value.vdouble.scalar.Area
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, DensityUnit) - Method in class org.djunits.value.vdouble.scalar.Density
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, DurationUnit) - Method in class org.djunits.value.vdouble.scalar.Duration
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, DurationUnit) - Method in class org.djunits.value.vdouble.scalar.Time
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, EnergyUnit) - Method in class org.djunits.value.vdouble.scalar.Energy
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.scalar.EquivalentDose
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.scalar.FlowMass
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.scalar.FlowVolume
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, ForceUnit) - Method in class org.djunits.value.vdouble.scalar.Force
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.scalar.Frequency
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.scalar.Illuminance
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, LengthUnit) - Method in class org.djunits.value.vdouble.scalar.Length
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, LengthUnit) - Method in class org.djunits.value.vdouble.scalar.Position
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.scalar.LinearDensity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, MassUnit) - Method in class org.djunits.value.vdouble.scalar.Mass
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, MomentumUnit) - Method in class org.djunits.value.vdouble.scalar.Momentum
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, PowerUnit) - Method in class org.djunits.value.vdouble.scalar.Power
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, PressureUnit) - Method in class org.djunits.value.vdouble.scalar.Pressure
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.scalar.RadioActivity
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, SIUnit) - Method in class org.djunits.value.vdouble.scalar.SIScalar
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.scalar.SolidAngle
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, SpeedUnit) - Method in class org.djunits.value.vdouble.scalar.Speed
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.AbsoluteTemperature
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.scalar.Temperature
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, TorqueUnit) - Method in class org.djunits.value.vdouble.scalar.Torque
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, VolumeUnit) - Method in class org.djunits.value.vdouble.scalar.Volume
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, RU) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.Abs
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, RU) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.RelWithAbs
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(double, U) - Method in interface org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.Rel
Construct a new Relative Immutable DoubleScalar of the right type.
instantiateRel(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngle
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDirection
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, AreaUnit) - Method in class org.djunits.value.vfloat.scalar.FloatArea
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, DensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDensity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, DurationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatDuration
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, DurationUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTime
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, EnergyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, ForceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatForce
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, LengthUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLength
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, LengthUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPosition
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, MassUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMass
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, MomentumUnit) - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, PowerUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPower
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, PressureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatPressure
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, SIUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, SpeedUnit) - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatAbsoluteTemperature
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, TorqueUnit) - Method in class org.djunits.value.vfloat.scalar.FloatTorque
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, VolumeUnit) - Method in class org.djunits.value.vfloat.scalar.FloatVolume
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, RU) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface.Abs
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, RU) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface.RelWithAbs
Construct a new Relative Immutable FloatScalar of the right type.
instantiateRel(float, U) - Method in interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface.Rel
Construct a new Relative Immutable FloatScalar of the right type.
instantiateScalarAbsSI(double, AU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRelWithAbs
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(double, AU) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRelWithAbs
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(float, AU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRelWithAbs
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(float, AU) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRelWithAbs
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarAbsSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new absolute scalar for the class of this relative matrix.
instantiateScalarAbsSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
Instantiate a new absolute scalar for the class of this relative vector.
instantiateScalarRelSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(double, RU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(double, RU) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarRelSI(float, RU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Instantiate a new relative scalar for the class of this absolute matrix.
instantiateScalarRelSI(float, RU) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Instantiate a new relative scalar for the class of this absolute vector.
instantiateScalarSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AccelerationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AngleUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, AreaUnit) - Method in class org.djunits.value.vdouble.vector.AreaVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, DensityUnit) - Method in class org.djunits.value.vdouble.vector.DensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, DimensionlessUnit) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, DurationUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, EnergyUnit) - Method in class org.djunits.value.vdouble.vector.EnergyVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, FlowMassUnit) - Method in class org.djunits.value.vdouble.vector.FlowMassVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, ForceUnit) - Method in class org.djunits.value.vdouble.vector.ForceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, FrequencyUnit) - Method in class org.djunits.value.vdouble.vector.FrequencyVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, IlluminanceUnit) - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, LengthUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, LinearDensityUnit) - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, MassUnit) - Method in class org.djunits.value.vdouble.vector.MassVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, MomentumUnit) - Method in class org.djunits.value.vdouble.vector.MomentumVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, PositionUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, PowerUnit) - Method in class org.djunits.value.vdouble.vector.PowerVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, PressureUnit) - Method in class org.djunits.value.vdouble.vector.PressureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, RadioActivityUnit) - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, SIUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, SolidAngleUnit) - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, SpeedUnit) - Method in class org.djunits.value.vdouble.vector.SpeedVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, TimeUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, TorqueUnit) - Method in class org.djunits.value.vdouble.vector.TorqueVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, VolumeUnit) - Method in class org.djunits.value.vdouble.vector.VolumeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(double, U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(double, U) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, AreaUnit) - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, DensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, DimensionlessUnit) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, EnergyUnit) - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, FlowMassUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, ForceUnit) - Method in class org.djunits.value.vfloat.vector.FloatForceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, FrequencyUnit) - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, IlluminanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, LinearDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, MassUnit) - Method in class org.djunits.value.vfloat.vector.FloatMassVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, MomentumUnit) - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, PowerUnit) - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, PressureUnit) - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, RadioActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, SIUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, SolidAngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, SpeedUnit) - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, TorqueUnit) - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, VolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
Instantiate a new scalar for the class of this vector.
instantiateScalarSI(float, U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Instantiate a new scalar for the class of this matrix.
instantiateScalarSI(float, U) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
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[][], U, StorageType) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the DoubleMatrix based on its unit.
instantiateSI(double[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vdouble.matrix.base.DoubleMatrix
Instantiate the DoubleMatrix based on its unit.
instantiateSI(double[], U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateSI(double[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
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[][], U, StorageType) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the FloatMatrix based on its unit.
instantiateSI(float[][], U, StorageType, Class<M>) - Static method in class org.djunits.value.vfloat.matrix.base.FloatMatrix
Instantiate the FloatMatrix based on its unit.
instantiateSI(float[], U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateSI(float[], U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
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.
instantiateSI(List<Double>, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateSI(List<Double>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateSI(List<Float>, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateSI(List<Float>, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateSI(SortedMap<Integer, Double>, int, U, StorageType) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateSI(SortedMap<Integer, Double>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vdouble.vector.base.DoubleVector
Instantiate the DoubleVector based on its unit.
instantiateSI(SortedMap<Integer, Float>, int, U, StorageType) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateSI(SortedMap<Integer, Float>, int, U, StorageType, Class<V>) - Static method in class org.djunits.value.vfloat.vector.base.FloatVector
Instantiate the FloatVector based on its unit.
instantiateVector(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vdouble.vector.AbsorbedDoseVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AccelerationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AccelerationVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vdouble.vector.AngularAccelerationVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vdouble.vector.AngularVelocityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, AreaUnit) - Method in class org.djunits.value.vdouble.matrix.AreaMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, AreaUnit) - Method in class org.djunits.value.vdouble.vector.AreaVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vdouble.vector.CatalyticActivityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, DensityUnit) - Method in class org.djunits.value.vdouble.matrix.DensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, DensityUnit) - Method in class org.djunits.value.vdouble.vector.DensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.matrix.DimensionlessMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, DimensionlessUnit) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalChargeVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalConductanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalCurrentVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalInductanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalPotentialVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vdouble.vector.ElectricalResistanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, EnergyUnit) - Method in class org.djunits.value.vdouble.matrix.EnergyMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, EnergyUnit) - Method in class org.djunits.value.vdouble.vector.EnergyVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vdouble.vector.EquivalentDoseVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, FlowMassUnit) - Method in class org.djunits.value.vdouble.matrix.FlowMassMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, FlowMassUnit) - Method in class org.djunits.value.vdouble.vector.FlowMassVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vdouble.vector.FlowVolumeVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, ForceUnit) - Method in class org.djunits.value.vdouble.matrix.ForceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, ForceUnit) - Method in class org.djunits.value.vdouble.vector.ForceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, FrequencyUnit) - Method in class org.djunits.value.vdouble.matrix.FrequencyMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, FrequencyUnit) - Method in class org.djunits.value.vdouble.vector.FrequencyVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.matrix.IlluminanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, IlluminanceUnit) - Method in class org.djunits.value.vdouble.vector.IlluminanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.matrix.LinearDensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, LinearDensityUnit) - Method in class org.djunits.value.vdouble.vector.LinearDensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vdouble.vector.LuminousFluxVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vdouble.vector.LuminousIntensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vdouble.vector.MagneticFluxVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, MassUnit) - Method in class org.djunits.value.vdouble.matrix.MassMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, MassUnit) - Method in class org.djunits.value.vdouble.vector.MassVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, MomentumUnit) - Method in class org.djunits.value.vdouble.matrix.MomentumMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, MomentumUnit) - Method in class org.djunits.value.vdouble.vector.MomentumVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, PowerUnit) - Method in class org.djunits.value.vdouble.matrix.PowerMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, PowerUnit) - Method in class org.djunits.value.vdouble.vector.PowerVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, PressureUnit) - Method in class org.djunits.value.vdouble.matrix.PressureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, PressureUnit) - Method in class org.djunits.value.vdouble.vector.PressureVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.matrix.RadioActivityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, RadioActivityUnit) - Method in class org.djunits.value.vdouble.vector.RadioActivityVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, SIUnit) - Method in class org.djunits.value.vdouble.matrix.SIMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, SIUnit) - Method in class org.djunits.value.vdouble.vector.SIVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.matrix.SolidAngleMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, SolidAngleUnit) - Method in class org.djunits.value.vdouble.vector.SolidAngleVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, SpeedUnit) - Method in class org.djunits.value.vdouble.matrix.SpeedMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, SpeedUnit) - Method in class org.djunits.value.vdouble.vector.SpeedVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, TorqueUnit) - Method in class org.djunits.value.vdouble.matrix.TorqueMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, TorqueUnit) - Method in class org.djunits.value.vdouble.vector.TorqueVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, VolumeUnit) - Method in class org.djunits.value.vdouble.matrix.VolumeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, VolumeUnit) - Method in class org.djunits.value.vdouble.vector.VolumeVector
Instantiate a new vector of the class of this vector.
instantiateVector(DoubleVectorData, U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Instantiate a new vector of the class of this matrix.
instantiateVector(DoubleVectorData, U) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AbsorbedDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAccelerationVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AmountOfSubstanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AngularAccelerationUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AngularVelocityUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, AreaUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAreaMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, AreaUnit) - Method in class org.djunits.value.vfloat.vector.FloatAreaVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, CatalyticActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, DensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, DensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatDensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, DimensionlessUnit) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalCapacitanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalChargeUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalConductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalCurrentUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalInductanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalPotentialUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ElectricalResistanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, EnergyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, EnergyUnit) - Method in class org.djunits.value.vfloat.vector.FloatEnergyVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, EquivalentDoseUnit) - Method in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, FlowMassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, FlowMassUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowMassVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, FlowVolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, ForceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatForceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, ForceUnit) - Method in class org.djunits.value.vfloat.vector.FloatForceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, FrequencyUnit) - Method in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, FrequencyUnit) - Method in class org.djunits.value.vfloat.vector.FloatFrequencyVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, IlluminanceUnit) - Method in class org.djunits.value.vfloat.vector.FloatIlluminanceVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, LinearDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLinearDensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, LuminousFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, LuminousIntensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, MagneticFluxDensityUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, MagneticFluxUnit) - Method in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, MassUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMassMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, MassUnit) - Method in class org.djunits.value.vfloat.vector.FloatMassVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, MomentumUnit) - Method in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, MomentumUnit) - Method in class org.djunits.value.vfloat.vector.FloatMomentumVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, PowerUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPowerMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, PowerUnit) - Method in class org.djunits.value.vfloat.vector.FloatPowerVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, PressureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPressureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, PressureUnit) - Method in class org.djunits.value.vfloat.vector.FloatPressureVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, RadioActivityUnit) - Method in class org.djunits.value.vfloat.vector.FloatRadioActivityVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, SIUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, SIUnit) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, SolidAngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatSolidAngleVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, SpeedUnit) - Method in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, SpeedUnit) - Method in class org.djunits.value.vfloat.vector.FloatSpeedVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, TorqueUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, TorqueUnit) - Method in class org.djunits.value.vfloat.vector.FloatTorqueVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, VolumeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, VolumeUnit) - Method in class org.djunits.value.vfloat.vector.FloatVolumeVector
Instantiate a new vector of the class of this vector.
instantiateVector(FloatVectorData, U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Instantiate a new vector of the class of this matrix.
instantiateVector(FloatVectorData, U) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Instantiate a new vector of the class of this vector.
instantiateVectorAbs(DoubleVectorData, AU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRelWithAbs
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(DoubleVectorData, AU) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRelWithAbs
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.TemperatureMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(DoubleVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vdouble.vector.TemperatureVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.matrix.AngleMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(DoubleVectorData, DirectionUnit) - Method in class org.djunits.value.vdouble.vector.AngleVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.matrix.LengthMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(DoubleVectorData, PositionUnit) - Method in class org.djunits.value.vdouble.vector.LengthVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.matrix.DurationMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(DoubleVectorData, TimeUnit) - Method in class org.djunits.value.vdouble.vector.DurationVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(FloatVectorData, AU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRelWithAbs
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(FloatVectorData, AU) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRelWithAbs
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(FloatVectorData, AbsoluteTemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatTemperatureVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAngleMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(FloatVectorData, DirectionUnit) - Method in class org.djunits.value.vfloat.vector.FloatAngleVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.matrix.FloatLengthMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(FloatVectorData, PositionUnit) - Method in class org.djunits.value.vfloat.vector.FloatLengthVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorAbs(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDurationMatrix
Instantiate a new absolute vector of the class of this relative matrix.
instantiateVectorAbs(FloatVectorData, TimeUnit) - Method in class org.djunits.value.vfloat.vector.FloatDurationVector
Instantiate a new absolute vector of the class of this relative vector.
instantiateVectorRel(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.matrix.DirectionMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(DoubleVectorData, AngleUnit) - Method in class org.djunits.value.vdouble.vector.DirectionVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.matrix.TimeMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(DoubleVectorData, DurationUnit) - Method in class org.djunits.value.vdouble.vector.TimeVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.matrix.PositionMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(DoubleVectorData, LengthUnit) - Method in class org.djunits.value.vdouble.vector.PositionVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(DoubleVectorData, TemperatureUnit) - Method in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(DoubleVectorData, RU) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(DoubleVectorData, RU) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(FloatVectorData, AngleUnit) - Method in class org.djunits.value.vfloat.vector.FloatDirectionVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.matrix.FloatTimeMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(FloatVectorData, DurationUnit) - Method in class org.djunits.value.vfloat.vector.FloatTimeVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.matrix.FloatPositionMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(FloatVectorData, LengthUnit) - Method in class org.djunits.value.vfloat.vector.FloatPositionVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(FloatVectorData, TemperatureUnit) - Method in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Instantiate a new relative vector of the class of this absolute vector.
instantiateVectorRel(FloatVectorData, RU) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Instantiate a new relative vector of the class of this absolute matrix.
instantiateVectorRel(FloatVectorData, RU) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
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.AbstractDoubleScalar
intValue() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
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
Set the value(s) to the complement (1.0/x) of the value(s).
inv() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the complement (1.0/x) of the value(s).
inv() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the complement (1.0/x) of the value(s).
inv() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the complement (1.0/x) of the value(s).
inv() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the complement (1.0/x) of the value(s).
inv() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the complement (1.0/x) of the value(s).
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 class org.djunits.value.AbstractScalar
Indicate whether this is an Absolute Value.
isAbsolute() - Method in class org.djunits.value.AbstractValue
Indicate whether this is an Absolute Value.
isAbsolute() - Method in interface org.djunits.value.Value
Indicate whether this is an Absolute Value.
isBaseSIScale() - Method in class org.djunits.unit.scale.GradeScale
Return whether a scale is a 'standard' scale that would belong to an SI unit.
isBaseSIScale() - Method in class org.djunits.unit.scale.LinearScale
Return whether a scale is a 'standard' scale that would belong to an SI unit.
isBaseSIScale() - Method in class org.djunits.unit.scale.OffsetLinearScale
Return whether a scale is a 'standard' scale that would belong to an SI unit.
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.AbstractIndexedValue
Retrieve the value of the copyOnWrite flag.
isDense() - Method in class org.djunits.value.AbstractIndexedValue
Return whether the internal storage type of the indexed value is dense or not.
isDense() - Method in interface 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.AbstractStorage
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.AbstractIndexedValue
Return whether the data is mutable or not.
isMutable() - Method in interface org.djunits.value.IndexedValue
Return whether the data is mutable or not.
isPowerOf10(double) - Static method in class org.djunits.generator.GenerateUSLocale
Determine if a double is (very near to) a power of 10.
isRelative() - Method in class org.djunits.value.AbstractScalar
Indicate whether this is a Relative Value.
isRelative() - Method in class org.djunits.value.AbstractValue
Indicate whether this is a Relative Value.
isRelative() - Method in interface org.djunits.value.Value
Indicate whether this is a Relative Value.
isSI(Unit<?>) - Static method in class org.djunits.generator.GenerateUSLocale
Indicate if a unit is SI.
isSparse() - Method in class org.djunits.value.AbstractIndexedValue
Return whether the internal storage type of the indexed value is sparse or not.
isSparse() - Method in interface 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.AbstractStorage
Is this indexed value sparse?
iterator() - Method in interface 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.AbstractDoubleVector
Create and return an iterator over the scalars in this vector in proper sequence.
iterator() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Create and return an iterator over the scalars in this vector in proper sequence.
Itr() - Constructor for class org.djunits.value.vdouble.vector.base.AbstractDoubleVector.Itr
 
Itr() - Constructor for class org.djunits.value.vfloat.vector.base.AbstractFloatVector.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 - 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 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 interface 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.AbstractDoubleScalar
Test if this DoubleScalar is less than or equal to another DoubleScalar.
le(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is less than or equal to another DoubleScalar.
le0() - Method in interface 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.AbstractDoubleScalar
Test if this DoubleScalar is less than or equal to 0.0.
le0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is less than or equal to 0.0.
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(DoubleMatrixData, LengthUnit) - Constructor for class org.djunits.value.vdouble.matrix.LengthMatrix
 
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(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(DoubleMatrixData, LinearDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LinearDensityMatrix
 
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(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.
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
Set the value(s) to the natural logarithm (base e) of the value(s).
log() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the natural logarithm (base e) of the value(s).
log() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the natural logarithm (base e) of the value(s).
log() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the natural logarithm (base e) of the value(s).
log() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the natural logarithm (base e) of the value(s).
log() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the natural logarithm (base e) of the value(s).
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
Set the value(s) to the base 10 logarithm of the value(s).
log10() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the base 10 logarithm of the value(s).
log10() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the base 10 logarithm of the value(s).
log10() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the base 10 logarithm of the value(s).
log10() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the base 10 logarithm of the value(s).
log10() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the base 10 logarithm of the value(s).
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
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.scalar.Dimensionless
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.vector.DimensionlessVector
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
log1p() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
log1p() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
log1p() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
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.AbstractDoubleScalar
longValue() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
lookupOrCreateUnitWithSIDimensions(SIDimensions) - Static method in class org.djunits.unit.Unit
Create or lookup a unit based on given SI dimensions.
lt(S) - Method in interface 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.AbstractDoubleScalar
Test if this DoubleScalar is less than another DoubleScalar.
lt(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is less than another DoubleScalar.
lt0() - Method in interface org.djunits.value.base.Scalar
Test if this DoubleScalar is less than 0.0.
lt0() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is less than 0.0.
lt0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is less than 0.0.
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(DoubleMatrixData, LuminousFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousFluxMatrix
 
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(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(DoubleMatrixData, LuminousIntensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
 
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(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(DoubleMatrixData, MagneticFluxDensityUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
 
MagneticFluxDensityUnit - Class in org.djunits.unit
The units of magnetic flux density, a.k.a.
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(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(DoubleMatrixData, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.matrix.MagneticFluxMatrix
 
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(DoubleVectorData, MagneticFluxUnit) - Constructor for class org.djunits.value.vdouble.vector.MagneticFluxVector
Construct an MagneticFluxVector from an internal data object.
main(String[]) - Static method in class org.djunits.generator.GenerateCliConverters
 
main(String[]) - Static method in class org.djunits.generator.GenerateCliConvertersTest
 
main(String[]) - Static method in class org.djunits.generator.GenerateDJUNIT
 
main(String[]) - Static method in class org.djunits.generator.GenerateStaticUNITS
 
main(String[]) - Static method in class org.djunits.generator.GenerateUSLocale
Generate the localeunit.properties file.
main(String[]) - Static method in class org.djunits.generator.GenerateXSD
 
makeBuilder() - Method in class org.djunits.unit.AbsoluteLinearUnit
Create a Builder.
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(DoubleMatrixData, MassUnit) - Constructor for class org.djunits.value.vdouble.matrix.MassMatrix
 
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(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>,​M extends Matrix<U,​S,​V,​M>> - Interface in org.djunits.value.base
Matrix to distinguish a matrix from scalars and matrixs.
Matrix.Abs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar<AU,​A>,​AV extends Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​AM extends Matrix.Abs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends Scalar<RU,​R>,​RV extends Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends Matrix.RelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Interface in org.djunits.value.base
Methods for Absolute Matrix.
Matrix.Rel<U extends Unit<U>,​S extends Scalar<U,​S>,​V extends Vector<U,​S,​V>,​RM extends Matrix.Rel<U,​S,​V,​RM>> - Interface in org.djunits.value.base
Methods for Relative Matrix.
Matrix.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar<AU,​A>,​AV extends Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​AM extends Matrix.Abs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>,​RU extends Unit<RU>,​R extends Scalar<RU,​R>,​RV extends Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>,​RM extends Matrix.RelWithAbs<AU,​A,​AV,​AM,​RU,​R,​RV,​RM>> - Interface in org.djunits.value.base
Additional methods for Relative Matrix that has a corresponding Absolute 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.base.Scalar.Abs
Subtract an Absolute value from this Absolute value, resulting in a Relative value.
minus(A) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Subtract an Absolute value from this Absolute value, resulting in a Relative value.
minus(A) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Subtract an Absolute value from this Absolute value, resulting in a Relative value.
minus(AM) - Method in interface org.djunits.value.base.Matrix.Abs
Subtract an absolute matrix from this absolute matrix.
minus(AM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Subtract an absolute matrix from this absolute matrix.
minus(AM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Subtract an absolute matrix from this absolute matrix.
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 interface org.djunits.value.base.Vector.Abs
Subtract an absolute vector from this absolute vector.
minus(AV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Subtract an absolute vector from this absolute vector.
minus(AV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Subtract an absolute vector from this absolute vector.
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
Subtract two matrices on a cell-by-cell basis.
minus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Subtract two matrices on a cell-by-cell basis.
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
Subtract two vectors on a cell-by-cell basis.
minus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Subtract two vectors on a cell-by-cell basis.
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
Subtract two matrices on a cell-by-cell basis.
minus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Subtract two matrices on a cell-by-cell basis.
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
Subtract two vectors on a cell-by-cell basis.
minus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Subtract two vectors on a cell-by-cell basis.
minus(R) - Method in interface org.djunits.value.base.Scalar.Abs
Subtract a Relative value from this Absolute value.
minus(R) - Method in interface org.djunits.value.base.Scalar.Rel
Subtract a Relative value from this Relative value.
minus(R) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Subtract a Relative value from this Absolute value.
minus(R) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Subtract a Relative value from this Relative value.
minus(R) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Subtract a Relative value from this Absolute value.
minus(R) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Subtract a Relative value from this Relative value.
minus(RM) - Method in interface org.djunits.value.base.Matrix.Abs
Subtract a relative matrix from this absolute matrix.
minus(RM) - Method in interface org.djunits.value.base.Matrix.Rel
Subtract a relative matrix from this relative mutable matrix.
minus(RM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Subtract a relative matrix from this absolute matrix.
minus(RM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Subtract a relative matrix from this relative mutable matrix.
minus(RM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Subtract a relative matrix from this absolute matrix.
minus(RM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Subtract a relative matrix from this relative mutable matrix.
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 interface org.djunits.value.base.Vector.Abs
Subtract a relative vector from this absolute vector.
minus(RV) - Method in interface org.djunits.value.base.Vector.Rel
Subtract a relative vector from this relative mutable vector.
minus(RV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Subtract a relative vector from this absolute vector.
minus(RV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Subtract a relative vector from this relative mutable vector.
minus(RV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Subtract a relative vector from this absolute vector.
minus(RV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Subtract a relative vector from this relative mutable vector.
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(DoubleMatrixData, MomentumUnit) - Constructor for class org.djunits.value.vdouble.matrix.MomentumMatrix
 
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(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(DoubleScalarInterface.Rel<?, ?>, DoubleScalarInterface.Rel<?, ?>) - 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(FloatScalarInterface.Rel<?, ?>, FloatScalarInterface.Rel<?, ?>) - 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 interface org.djunits.value.base.Matrix.Rel
Multiply all values of this matrix by the multiplier.
multiplyBy(double) - Method in interface org.djunits.value.base.Vector.Rel
Multiply all values of this vector by the multiplier.
multiplyBy(double) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Multiply all values of this matrix by the multiplier.
multiplyBy(double) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Multiply all values of this vector by the multiplier.
multiplyBy(double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
Multiply the values of this vector with a number on a cell-by-cell basis.
multiplyBy(double) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Multiply all values of this matrix by the multiplier.
multiplyBy(double) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
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.AbstractIndexedValue
Turn the immutable flag off for this internal storage.
mutable() - Method in interface 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 interface org.djunits.value.base.Scalar
Test if this DoubleScalar is not equal to a DoubleScalar.
ne(S) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Test if this DoubleScalar is not equal to a DoubleScalar.
ne(S) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is not equal to a DoubleScalar.
ne0() - Method in interface 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.AbstractDoubleScalar
Test if this DoubleScalar is not equal to 0.0.
ne0() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Test if this DoubleScalar is not equal to 0.0.
neg() - Method in interface org.djunits.value.function.ValueFunctions
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Return a new Scalar/Vector/Matrix with negated value(s).
neg() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return a new Scalar/Vector/Matrix with negated value(s).
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.AbstractDoubleVector.Itr
next() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector.Itr
NONE - 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 an SIVector 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.unit.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 an SIVector based on an array of values and the textual representation of the unit.
of(SortedMap<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(SortedMap<Integer, Float>, String, int, StorageType) - Static method in class org.djunits.value.vfloat.vector.FloatSIVector
Returns an SIVector 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.
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.generator - package org.djunits.generator
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
org.djunits.locale - package org.djunits.locale
Locale related code for adapting representations and messages to different languages.
org.djunits.unit - package org.djunits.unit
Units for version 4 of DJUNITS.
org.djunits.unit.quantity - package org.djunits.unit.quantity
Base information about the units such as the SI dimensions.
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.
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 - org.djunits.unit.si.SIPrefixes
All standard SI prefixes allowed for "per unit".
PER_UNIT_PREFIXES - Static variable in enum 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
 
PHOT - Static variable in class org.djunits.unit.IlluminanceUnit
phot.
PHOT - Static variable in interface org.djunits.unit.util.UNITS
 
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.
PLANKREDUCED - Static variable in class org.djunits.value.vdouble.scalar.base.Constants
Reduced Planck constant, a.k.a.
PLANKREDUCED - Static variable in class org.djunits.value.vfloat.scalar.base.FloatConstants
Reduced Planck constant, a.k.a.
plus(A) - Method in interface org.djunits.value.base.Scalar.RelWithAbs
Add an Absolute value to this relative value.
plus(A) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRelWithAbs
Add an Absolute value to this relative value.
plus(A) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRelWithAbs
Add an Absolute value to this relative value.
plus(AM) - Method in interface org.djunits.value.base.Matrix.RelWithAbs
Add an absolute matrix to this relative matrix.
plus(AM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRelWithAbs
Add an absolute matrix to this relative matrix.
plus(AM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRelWithAbs
Add an absolute matrix to this relative matrix.
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 interface org.djunits.value.base.Vector.RelWithAbs
Add an absolute vector to this relative vector.
plus(AV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRelWithAbs
Add an absolute vector to this relative vector.
plus(AV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRelWithAbs
Add an absolute vector to this relative vector.
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
Add two matrices on a cell-by-cell basis.
plus(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Add two matrices on a cell-by-cell basis.
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
Add two vectors on a cell-by-cell basis.
plus(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Add two vectors on a cell-by-cell basis.
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
Add two matrices on a cell-by-cell basis.
plus(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Add two matrices on a cell-by-cell basis.
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
Add two vectors on a cell-by-cell basis.
plus(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Add two vectors on a cell-by-cell basis.
plus(R) - Method in interface org.djunits.value.base.Scalar.Abs
Add a Relative value to this Absolute value.
plus(R) - Method in interface org.djunits.value.base.Scalar.Rel
Add a Relative value to this Relative value.
plus(R) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Add a Relative value to this Absolute value.
plus(R) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Add a Relative value to this Relative value.
plus(R) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Add a Relative value to this Absolute value.
plus(R) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Add a Relative value to this Relative value.
plus(RM) - Method in interface org.djunits.value.base.Matrix.Abs
Add a relative matrix to this absolute matrix.
plus(RM) - Method in interface org.djunits.value.base.Matrix.Rel
Add a relative matrix to this relative mutable matrix.
plus(RM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixAbs
Add a relative matrix to this absolute matrix.
plus(RM) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Add a relative matrix to this relative mutable matrix.
plus(RM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixAbs
Add a relative matrix to this absolute matrix.
plus(RM) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Add a relative matrix to this relative mutable matrix.
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 interface org.djunits.value.base.Vector.Abs
Add a relative vector to this absolute vector.
plus(RV) - Method in interface org.djunits.value.base.Vector.Rel
Add a relative vector to this relative mutable vector.
plus(RV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorAbs
Add a relative vector to this absolute vector.
plus(RV) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Add a relative vector to this relative mutable vector.
plus(RV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorAbs
Add a relative vector to this absolute vector.
plus(RV) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Add a relative vector to this relative mutable vector.
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(DoubleMatrixData, PositionUnit) - Constructor for class org.djunits.value.vdouble.matrix.PositionMatrix
 
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(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
Set the value(s) to the value(s) raised to the power of the argument.
pow(double) - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the value(s) raised to the power of the argument.
pow(double) - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the value(s) raised to the power of the argument.
pow(double) - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the value(s) raised to the power of the argument.
pow(double) - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the value(s) raised to the power of the argument.
pow(double) - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the value(s) raised to the power of the argument.
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(DoubleMatrixData, PowerUnit) - Constructor for class org.djunits.value.vdouble.matrix.PowerMatrix
 
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(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(DoubleMatrixData, PressureUnit) - Constructor for class org.djunits.value.vdouble.matrix.PressureMatrix
 
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(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.unit.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.unit.quantity
Quantity contains a map of all registered units belonging to this base.
Quantity(String, byte[]) - Constructor for class org.djunits.unit.quantity.Quantity
Create a unit base with the SI dimensions, provided as a byte array.
Quantity(String, String) - Constructor for class org.djunits.unit.quantity.Quantity
Create a unit base with the SI dimensions as a String.
Quantity(String, SIDimensions) - Constructor for class org.djunits.unit.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(DoubleMatrixData, RadioActivityUnit) - Constructor for class org.djunits.value.vdouble.matrix.RadioActivityMatrix
 
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(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
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Acceleration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.AmountOfSubstance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Angle
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.AngularAcceleration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.AngularVelocity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Area
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.CatalyticActivity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Density
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Duration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCapacitance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCharge
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalConductance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalCurrent
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalInductance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalPotential
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.ElectricalResistance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Energy
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.EquivalentDose
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.FlowMass
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.FlowVolume
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Force
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Frequency
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Illuminance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Length
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.LinearDensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.LuminousFlux
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.LuminousIntensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.MagneticFlux
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.MagneticFluxDensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Mass
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Momentum
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Power
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Pressure
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.RadioActivity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.SIScalar
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.SolidAngle
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Speed
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Temperature
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Torque
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vdouble.scalar.Volume
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAbsorbedDose
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAcceleration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAmountOfSubstance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngle
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngularAcceleration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatAngularVelocity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatArea
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatCatalyticActivity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatDuration
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCapacitance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCharge
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalConductance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalCurrent
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalInductance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalPotential
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatElectricalResistance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatEnergy
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatEquivalentDose
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFlowMass
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFlowVolume
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatForce
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatFrequency
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatIlluminance
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLength
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLinearDensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLuminousFlux
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatLuminousIntensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFlux
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMagneticFluxDensity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMass
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatMomentum
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatPower
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatPressure
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatRadioActivity
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSolidAngle
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatSpeed
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatTemperature
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatTorque
Create the reciprocal of this scalar with the correct dimensions.
reciprocal() - Method in class org.djunits.value.vfloat.scalar.FloatVolume
Create the reciprocal of this scalar with the correct dimensions.
register(Quantity<?>) - Method in class org.djunits.unit.quantity.Quantities
Register the baseUnit in the UnitType registries.
registerUnit(U, SIPrefixes, double) - Method in class org.djunits.unit.quantity.Quantity
Register the unit in the map.
Relative<U extends Unit<U>,​T extends Value<U,​T>> - Interface in org.djunits.value
Relative values express differences.
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.AbstractDoubleVector.Itr
remove() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector.Itr
rint() - Method in interface org.djunits.value.function.ValueFunctions
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarAbs
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarAbs
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
rint() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Return a new Scalar/Vector/Matrix with the nearest integer value(s).
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 interface org.djunits.value.base.Matrix
Retrieve the number of rows of the matrix.
rows() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Retrieve the number of rows of the matrix.
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.AbstractFloatMatrix
Retrieve the number of rows of the matrix.
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>> - Interface in org.djunits.value.base
Scalar to distinguish a scalar from vectors and matrices.
Scalar.Abs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends Scalar.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.base
Methods for Absolute Scalar.
Scalar.Rel<U extends Unit<U>,​R extends Scalar.Rel<U,​R>> - Interface in org.djunits.value.base
Methods for Relative Scalar.
Scalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends Scalar.RelWithAbs<AU,​A,​RU,​R>> - Interface in org.djunits.value.base
Additional methods for Relative Scalar that has a corresponding Absolute 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.AbstractDoubleMatrix
Set the scalar value at the specified position.
set(int, int, S) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Set the scalar value at the specified position.
set(int, int, S) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Set the scalar value at the specified position.
set(int, int, S) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Set the scalar value at the specified position.
set(int, S) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Set the scalar value at the specified position.
set(int, S) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Set the scalar value at the specified position.
set(int, S) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Set the scalar value at the specified position.
set(int, S) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Set the scalar value at the specified position.
setAdditionalAbbreviations(String...) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set the additional abbreviations.
setAdditionalAbbreviations(String...) - Method in class org.djunits.unit.Unit.Builder
Set the additional abbreviations.
setCopyOnWrite(boolean) - Method in class org.djunits.value.AbstractIndexedValue
Change the copyOnWrite flag.
setData(D) - Method in class org.djunits.value.AbstractIndexedValue
Set the data object.
setData(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Set the data object.
setData(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Set the data object.
setData(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Set the data object.
setData(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Set the data object.
setDefaultDisplayAbbreviation(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set the default display abbreviation.
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
Set the default textual abbreviation.
setDefaultTextualAbbreviation(String) - Method in class org.djunits.unit.Unit.Builder
Set the default textual abbreviation.
setDisplayUnit(U) - Method in class org.djunits.value.AbstractScalar
Set a new display unit for the value.
setDisplayUnit(U) - Method in class org.djunits.value.AbstractValue
Set a new display unit for the value.
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
Set the generated flag.
setGenerated(boolean) - Method in class org.djunits.unit.Unit.Builder
Set the generated flag.
setId(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set the id of the unit that this builder builds.
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.AbstractDoubleVector
Set the value, specified in the (current) display unit, at the specified position.
setInUnit(int, double) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
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.AbstractDoubleVector
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, double, U) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, float) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Set the value, specified in the (current) display unit, at the specified position.
setInUnit(int, float) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
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.AbstractFloatVector
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, float, U) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, int, double) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Set the value, specified in the (current) display unit, at the specified position.
setInUnit(int, int, double) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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.AbstractDoubleMatrix
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, int, double, U) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, int, float) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Set the value, specified in the (current) display unit, at the specified position.
setInUnit(int, int, float) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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.AbstractFloatMatrix
Set the value, specified in the valueUnit, at the specified position.
setInUnit(int, int, float, U) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
Set the value, specified in the valueUnit, at the specified position.
setMutable(boolean) - Method in class org.djunits.value.AbstractIndexedValue
Set helper flag to indicate whether the data is mutable or not.
setName(String) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set the name.
setName(String) - Method in class org.djunits.unit.Unit.Builder
Set the name.
setQuantity(Quantity<AU>) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set the unit base.
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
Set the scale.
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.AbstractDoubleVector
Set the value, specified in the standard SI unit, at the specified position.
setSI(int, double) - Method in interface org.djunits.value.vdouble.vector.base.DoubleVectorInterface
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
Sets a value at the index in the vector.
setSI(int, double) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Sets a value at the index in the vector.
setSI(int, float) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Set the value, specified in the standard SI unit, at the specified position.
setSI(int, float) - Method in interface org.djunits.value.vfloat.vector.base.FloatVectorInterface
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
Sets a value at the index in the vector.
setSI(int, float) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Sets a value at the index in the vector.
setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Set the value, specified in the standard SI unit, at the specified position.
setSI(int, int, double) - Method in interface org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface
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
Sets a value at the [row, col] point in the matrix.
setSI(int, int, double) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Sets a value at the [row, col] point in the matrix.
setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Set the value, specified in the standard SI unit, at the specified position.
setSI(int, int, float) - Method in interface org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
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
Sets a value at the [row, col] point in the matrix.
setSI(int, int, float) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Sets a value at the [row, col] point in the matrix.
setSiPrefixes(SIPrefixes, double) - Method in class org.djunits.unit.AbsoluteLinearUnit.Builder
Set whether SI prefixes, ranging from yotta (y) to yocto (Y), are allowed.
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
Set the unit system.
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.AbstractDoubleScalar
The value, stored in the standard SI unit.
si - Variable in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
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 "1" or N/A.
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
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.scalar.Dimensionless
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.vector.DimensionlessVector
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.vfloat.matrix.FloatDimensionlessMatrix
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.vfloat.scalar.FloatDimensionless
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.vfloat.vector.FloatDimensionlessVector
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 - 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(DoubleMatrixData, SIUnit) - Constructor for class org.djunits.value.vdouble.matrix.SIMatrix
 
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
Set the value(s) to the trigonometric sine of the value(s).
sin() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the trigonometric sine of the value(s).
sin() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the trigonometric sine of the value(s).
sin() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the trigonometric sine of the value(s).
sin() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the trigonometric sine of the value(s).
sin() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the trigonometric sine of the value(s).
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
Set the value(s) to the hyperbolic sine of the value(s).
sinh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the hyperbolic sine of the value(s).
sinh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the hyperbolic sine of the value(s).
sinh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the hyperbolic sine of the value(s).
sinh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the hyperbolic sine of the value(s).
sinh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the hyperbolic sine of the value(s).
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 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(DoubleVectorData, SIUnit) - Constructor for class org.djunits.value.vdouble.vector.SIVector
 
size() - Method in interface org.djunits.value.base.Vector
Retrieve the size of the vector.
size() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Retrieve the size of the vector.
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
Retrieve the size of the vector.
size() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Retrieve the size of the vector.
size() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Retrieve the size of the vector.
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
Retrieve the size of the vector.
size() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Retrieve the size of the vector.
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(DoubleMatrixData, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.matrix.SolidAngleMatrix
 
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(DoubleVectorData, SolidAngleUnit) - Constructor for class org.djunits.value.vdouble.vector.SolidAngleVector
Construct an SolidAngleVector from an internal data object.
SPARSE - 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(DoubleMatrixData, SpeedUnit) - Constructor for class org.djunits.value.vdouble.matrix.SpeedMatrix
 
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(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
Set the value(s) to the correctly rounded positive square root of the value(s).
sqrt() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the correctly rounded positive square root of the value(s).
sqrt() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the correctly rounded positive square root of the value(s).
sqrt() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the correctly rounded positive square root of the value(s).
sqrt() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the correctly rounded positive square root of the value(s).
sqrt() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the correctly rounded positive square root of the value(s).
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
 
StorageType - Enum 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
Set the value(s) to the trigonometric tangent of the value(s).
tan() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the trigonometric tangent of the value(s).
tan() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the trigonometric tangent of the value(s).
tan() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the trigonometric tangent of the value(s).
tan() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the trigonometric tangent of the value(s).
tan() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the trigonometric tangent of the value(s).
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
Set the value(s) to the hyperbolic tangent of the value(s).
tanh() - Method in class org.djunits.value.vdouble.scalar.Dimensionless
Set the value(s) to the hyperbolic tangent of the value(s).
tanh() - Method in class org.djunits.value.vdouble.vector.DimensionlessVector
Set the value(s) to the hyperbolic tangent of the value(s).
tanh() - Method in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Set the value(s) to the hyperbolic tangent of the value(s).
tanh() - Method in class org.djunits.value.vfloat.scalar.FloatDimensionless
Set the value(s) to the hyperbolic tangent of the value(s).
tanh() - Method in class org.djunits.value.vfloat.vector.FloatDimensionlessVector
Set the value(s) to the hyperbolic tangent of the value(s).
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(DoubleMatrixData, TemperatureUnit) - Constructor for class org.djunits.value.vdouble.matrix.TemperatureMatrix
 
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(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(DoubleMatrixData, TimeUnit) - Constructor for class org.djunits.value.vdouble.matrix.TimeMatrix
 
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.AbstractDoubleMatrixRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(double) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(double) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(double) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(double) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(double) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
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.AbstractDoubleMatrixRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(float) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(float) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(float) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(float) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(float) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
Returns a new scalar/vector/matrix with value(s) multiplied by a factor.
times(MT) - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
Multiply a Relative value with this Relative value for a matrix or matrix.
times(MT) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
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
Multiply two matrices on a cell-by-cell basis.
times(DoubleMatrixData) - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Multiply two matrices on a cell-by-cell basis.
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(AbstractDoubleScalarRel<?, ?>) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
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
Multiply two vectors on a cell-by-cell basis.
times(DoubleVectorData) - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Multiply two vectors on a cell-by-cell basis.
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
Multiply two matrices on a cell-by-cell basis.
times(FloatMatrixData) - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Multiply two matrices on a cell-by-cell basis.
times(AbstractFloatScalarRel<?, ?>) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
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
Multiply two vector on a cell-by-cell basis.
times(FloatVectorData) - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Multiply two vector on a cell-by-cell basis.
times(VT) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel
Multiply a Relative value with this Relative value for a vector or matrix.
times(VT) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVectorRel
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(DoubleVectorData, TimeUnit) - Constructor for class org.djunits.value.vdouble.vector.TimeVector
Construct an TimeVector from an internal data object.
toDense() - Method in interface org.djunits.value.IndexedValue
Create and return a dense version of this internal storage.
toDense() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Create and return a dense version of this internal storage.
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
Return the data of this matrix in dense storage format.
toDense() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Return the data of this matrix in dense storage format.
toDense() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Create and return a dense version of this internal storage.
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
Return the densely stored equivalent of this data.
toDense() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Return the densely stored equivalent of this data.
toDense() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Create and return a dense version of this internal storage.
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
Return the data of this matrix in dense storage format.
toDense() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Return the data of this matrix in dense storage format.
toDense() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Create and return a dense version of this internal storage.
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
Return the densely stored equivalent of this data.
toDense() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Return the densely stored equivalent of this data.
toDisplayString() - Method in interface 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.AbstractDoubleScalar
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString(U) - Method in interface 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.AbstractDoubleScalar
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString(U) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
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(DoubleMatrixData, TorqueUnit) - Constructor for class org.djunits.value.vdouble.matrix.TorqueMatrix
 
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(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 interface org.djunits.value.IndexedValue
Create and return a sparse version of this internal storage.
toSparse() - Method in class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
Create and return a sparse version of this internal storage.
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
Return the data of this matrix in sparse storage format.
toSparse() - Method in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Return the data of this matrix in sparse storage format.
toSparse() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Create and return a sparse version of this internal storage.
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
Return the sparsely stored equivalent of this data.
toSparse() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Return the sparsely stored equivalent of this data.
toSparse() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Create and return a sparse version of this internal storage.
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
Return the data of this matrix in sparse storage format.
toSparse() - Method in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Return the data of this matrix in sparse storage format.
toSparse() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Create and return a sparse version of this internal storage.
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
Return the sparsely stored equivalent of this data.
toSparse() - Method in class org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Return the sparsely stored equivalent of this data.
toStandardUnit(double) - Method in class org.djunits.unit.scale.GradeScale
Convert a value to an SI value using this scale.
toStandardUnit(double) - Method in class org.djunits.unit.scale.IdentityScale
Convert a value to an SI value using this scale.
toStandardUnit(double) - Method in class org.djunits.unit.scale.LinearScale
Convert a value to an SI value using this scale.
toStandardUnit(double) - Method in class org.djunits.unit.scale.OffsetLinearScale
Convert a value to an SI value using this scale.
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.unit.AbsoluteLinearUnit.Builder
toString() - Method in class org.djunits.unit.quantity.Quantities
 
toString() - Method in class org.djunits.unit.quantity.Quantity
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.AbstractDoubleMatrix
Concise description of this value.
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.AbstractDoubleScalar
Concise description of this value.
toString() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector.Itr
toString() - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Concise description of this value.
toString() - Method in class org.djunits.value.vdouble.vector.data.DoubleVectorData
toString() - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Concise description of this value.
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.AbstractFloatScalar
Concise description of this value.
toString() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector.Itr
toString() - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Concise description of this value.
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.AbstractDoubleMatrix
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Somewhat verbose description of this value with optional type and unit information.
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
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vdouble.scalar.SIScalar
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vdouble.vector.SIVector
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.FloatSIMatrix
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.FloatSIScalar
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(SIUnit, boolean, boolean) - Method in class org.djunits.value.vfloat.vector.FloatSIVector
Somewhat verbose description of this value with the values expressed in the specified unit.
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.AbstractDoubleMatrix
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.value.vdouble.vector.base.AbstractDoubleVector
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Somewhat verbose description of this value with the values expressed in the specified unit.
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.AbstractDoubleMatrix
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.scalar.base.AbstractDoubleScalar
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.vector.base.AbstractDoubleVector
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U, boolean, boolean) - Method in class org.djunits.value.vfloat.vector.base.AbstractFloatVector
Somewhat verbose description of this value with the values expressed in the specified unit.
toStringSIPrefixed() - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Format this AbstractDoubleScalar in SI unit using prefixes when possible.
toStringSIPrefixed() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Format this AbstractDoubleScalar in SI unit using prefixes when possible.
toStringSIPrefixed(int, int) - Method in class org.djunits.value.vdouble.scalar.base.AbstractDoubleScalar
Format this AbstractDoubleScalar 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
Format this AbstractDoubleScalar in SI unit using prefixes when possible and within the specified size range.
toStringSIPrefixed(int, int) - Method in class org.djunits.value.vdouble.scalar.Mass
Format this AbstractDoubleScalar in SI unit using prefixes when possible and within the specified size range.
toStringSIPrefixed(int, int) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Format this AbstractDoubleScalar 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
Format this AbstractDoubleScalar in SI unit using prefixes when possible and within the specified size range.
toStringSIPrefixed(int, int) - Method in class org.djunits.value.vfloat.scalar.FloatMass
Format this AbstractDoubleScalar in SI unit using prefixes when possible and within the specified size range.
toTextualString() - Method in interface 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.AbstractDoubleScalar
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString() - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString(U) - Method in interface 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.AbstractDoubleScalar
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString(U) - Method in class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.

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 - org.djunits.unit.si.SIPrefixes
All standard SI prefixes allowed.
UNIT - Static variable in interface org.djunits.unit.util.UNITS
 
UNIT_POS - org.djunits.unit.si.SIPrefixes
All SI prefixes indicating larger than 1.
UNIT_POS_PREFIXES - Static variable in enum 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 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.unit.quantity.Quantities
Unregister the baseUnit in the UnitType registries.
unregister(U) - Method in class org.djunits.unit.quantity.Quantity
Unregister a unit from the registry, e.g.
URLResource - Class in org.djunits.generator
The URLResource class helps to resolve a file location in a project, JAR, or folder.
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.
ValueFunctions<U extends Unit<U>,​T extends Value<U,​T>> - Interface in org.djunits.value.function
Interface to force a limited number of functions of Math to be implemented for absolute values.
valueOf(String) - Static method in enum org.djunits.unit.si.SIPrefixes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.djunits.value.storage.StorageType
Returns the enum constant of this type 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 org.djunits.unit.si.SIPrefixes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.djunits.value.storage.StorageType
Returns an array containing the constants of this enum type, 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>> - Interface in org.djunits.value.base
Vector to distinguish a vector from vectors and matrices.
Vector.Abs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar<AU,​A>,​AV extends Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends Scalar<RU,​R>,​RV extends Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Interface in org.djunits.value.base
Methods for Absolute Vector.
Vector.Rel<U extends Unit<U>,​S extends Scalar<U,​S>,​RV extends Vector.Rel<U,​S,​RV>> - Interface in org.djunits.value.base
Methods for Relative Vector.
Vector.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar<AU,​A>,​AV extends Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​RU extends Unit<RU>,​R extends Scalar<RU,​R>,​RV extends Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>> - Interface in org.djunits.value.base
Additional methods for Relative Vector that has a corresponding Absolute 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(DoubleMatrixData, VolumeUnit) - Constructor for class org.djunits.value.vdouble.matrix.VolumeMatrix
 
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(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.AbstractDoubleMatrixRel
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.AbstractDoubleVectorRel
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.AbstractFloatMatrixRel
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.AbstractFloatVectorRel
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.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages