Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Static variable in class org.djunits.quantity.Area.Unit
are.
A - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
ampere.
A - Static variable in class org.djunits.quantity.Length.Unit
Angstrom = 10^-10 m.
abA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
abampere (GCS EMU).
abC - Static variable in class org.djunits.quantity.ElectricCharge.Unit
abcoulomb (CGS EMU).
abohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
ab-ohm.
abs() - Method in class org.djunits.quantity.def.Quantity
 
abs() - Method in interface org.djunits.value.Additive
Make the SI-values of this element absolute.
abs() - Method in class org.djunits.vecmat.d1.Vector1
 
abs() - Method in class org.djunits.vecmat.d2.Vector2
 
abs() - Method in class org.djunits.vecmat.d3.Vector3
 
abs() - Method in class org.djunits.vecmat.def.VectorMatrix
 
abs(double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array with absolute values for each entry abs(a).
AbsoluteQuantity<A extends AbsoluteQuantity<A,Q,U,R>,Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,R extends AbstractReference<R,Q>> - Class in org.djunits.quantity.def
AbsoluteQuantity is an abstract class that stores the basic information about a absolute quantity.
AbsoluteQuantity(Q, R) - Constructor for class org.djunits.quantity.def.AbsoluteQuantity
Instantiate an absolute quantity with a quantity and a reference.
AbsorbedDose - Class in org.djunits.quantity
Absorbed dose is the energy deposited by ionizing radiation per unit mass, measured in grays (Gy).
AbsorbedDose(double, String) - Constructor for class org.djunits.quantity.AbsorbedDose
Instantiate a AbsorbedDose quantity with a unit, expressed as a String.
AbsorbedDose(double, AbsorbedDose.Unit) - Constructor for class org.djunits.quantity.AbsorbedDose
Instantiate a AbsorbedDose quantity with a unit.
AbsorbedDose(AbsorbedDose) - Constructor for class org.djunits.quantity.AbsorbedDose
Construct AbsorbedDose quantity.
AbsorbedDose.Unit - Class in org.djunits.quantity
AbsorbedDose.Unit encodes the units of absorbed dose (of ionizing radiation).
AbstractReference<R extends AbstractReference<R,Q>,Q extends Quantity<Q,?>> - Class in org.djunits.quantity.def
Reference contains information about the reference point or origin / zero point of an absolute quantity.
AbstractReference(String, String, Q, R) - Constructor for class org.djunits.quantity.def.AbstractReference
Define a new reference point for the absolute quantity.
AbstractUnit<U extends UnitInterface<U,Q>,Q extends Quantity<Q,U>> - Class in org.djunits.unit
The AbstractUnit is the parent class of all units, and encodes the common behavior of the units.
AbstractUnit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.unit.AbstractUnit
Create a new unit, with textual abbreviation(s) and a display abbreviation.
AbstractUnit(String, String, Scale, UnitSystem) - Constructor for class org.djunits.unit.AbstractUnit
Create a new unit, where the textual abbreviation is the same as the display abbreviation.
abV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
abvolt.
ac - Static variable in class org.djunits.quantity.Area.Unit
acre (international) defined as 1/640 square mile or 4840 square yards.
Acceleration - Class in org.djunits.quantity
Acceleration is the rate of change of velocity over time, measured in meters per second squared (m/s2).
Acceleration(double, String) - Constructor for class org.djunits.quantity.Acceleration
Instantiate a Acceleration quantity with a unit, expressed as a String.
Acceleration(double, Acceleration.Unit) - Constructor for class org.djunits.quantity.Acceleration
Instantiate a Acceleration quantity with a unit.
Acceleration(Acceleration) - Constructor for class org.djunits.quantity.Acceleration
Construct Acceleration quantity.
Acceleration.Unit - Class in org.djunits.quantity
Acceleration.Unit encodes the units of acceleration.
add(double[], double) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise sum with a constant a + c.
add(double[], double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise sum a + b.
add(String, String) - Static method in class org.djunits.quantity.Position.Reference
Define a new reference point for the position.
add(String, String) - Static method in class org.djunits.quantity.Time.Reference
Define a new reference point for the time without an offset to a base reference.
add(String, String, Angle) - Static method in class org.djunits.quantity.Direction.Reference
Define a new reference point for the direction.
add(String, String, Angle, Direction.Reference) - Static method in class org.djunits.quantity.Direction.Reference
Define a new reference point for the direction.
add(String, String, Duration, Time.Reference) - Static method in class org.djunits.quantity.Time.Reference
Define a new reference point for the time, with an offset value to another reference.
add(String, String, Length, Position.Reference) - Static method in class org.djunits.quantity.Position.Reference
Define a new reference point for the position.
add(String, String, TemperatureDifference) - Static method in class org.djunits.quantity.Temperature.Reference
Define a new reference point for the absolute temperature, with an offset to 0 kelvin.
add(Angle) - Method in class org.djunits.quantity.Direction
 
add(Direction) - Method in class org.djunits.quantity.Angle
Add an (absolute) direction to this angle, and return a direction.
add(Duration) - Method in class org.djunits.quantity.Time
 
add(Length) - Method in class org.djunits.quantity.Position
 
add(Position) - Method in class org.djunits.quantity.Length
Add an (absolute) position to this length, and return a position.
add(Temperature) - Method in class org.djunits.quantity.TemperatureDifference
Add an absolute temperature to this temperature difference, and return a new absolute temperature.
add(TemperatureDifference) - Method in class org.djunits.quantity.Temperature
 
add(Time) - Method in class org.djunits.quantity.Duration
Add an (absolute) time to this duration, and return a time.
add(SIUnit, SIUnit) - Static method in class org.djunits.unit.si.SIUnit
Add two SIUnit and return the new SIUnit.
add(Vector1<Q, U>) - Method in class org.djunits.vecmat.d1.Vector1
 
add(Q) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Add a relative quantity to this absolute quantity, resulting in a new absolute quantity containing the sum.
add(Q) - Method in class org.djunits.quantity.def.Quantity
 
add(Q) - Method in class org.djunits.vecmat.d1.Vector1
 
add(Q) - Method in class org.djunits.vecmat.d2.Vector2
 
add(Q) - Method in class org.djunits.vecmat.d3.Vector3
 
add(Q) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the a vector or matrix with entries that contain the sum of the element and the increment.
add(T) - Method in interface org.djunits.value.Additive
Add an element to this element, based on the SI-values.
add(V) - Method in class org.djunits.vecmat.d2.Vector2
 
add(V) - Method in class org.djunits.vecmat.d3.Vector3
 
add(VM) - Method in class org.djunits.vecmat.def.VectorMatrix
 
addInto(double[], double[], double[]) - Static method in class org.djunits.util.ArrayMath
Computes the element-wise sum a + b and writes the result into out.
Additive<T extends Additive<T>> - Interface in org.djunits.value
Additive indicates that elements of the same type can be added, subtracted and negated, based on the SI-values.
adjugate() - Method in class org.djunits.vecmat.d1.Matrix1x1
 
adjugate() - Method in class org.djunits.vecmat.d2.Matrix2x2
 
adjugate() - Method in class org.djunits.vecmat.d3.Matrix3x3
 
adjugate() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the adjugate (classical adjoint) matrix for this matrix, often denoted as adj(M).
adjugate() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
adjugate(double[], int) - Static method in class org.djunits.util.MatrixMath
Calculate the adjugate.
Ah - Static variable in class org.djunits.quantity.ElectricCharge.Unit
ampere hour.
am - Static variable in class org.djunits.quantity.Length.Unit
attometer.
am2 - Static variable in class org.djunits.quantity.Area.Unit
Square attometer.
AmountOfSubstance - Class in org.djunits.quantity
Amount of substance is the quantity representing the number of entities, measured in moles (mol).
AmountOfSubstance(double, String) - Constructor for class org.djunits.quantity.AmountOfSubstance
Instantiate a AmountOfSubstance quantity with a unit, expressed as a String.
AmountOfSubstance(double, AmountOfSubstance.Unit) - Constructor for class org.djunits.quantity.AmountOfSubstance
Instantiate a AmountOfSubstance quantity with a unit.
AmountOfSubstance(AmountOfSubstance) - Constructor for class org.djunits.quantity.AmountOfSubstance
Construct AmountOfSubstance quantity.
AmountOfSubstance.Unit - Class in org.djunits.quantity
AmountOfSubstance.Unit encodes the units of amount of substance (base unit is mol).
Angle - Class in org.djunits.quantity
Angle is the measure of rotation between two intersecting lines, expressed in radians (rad) or degrees.
Angle(double, String) - Constructor for class org.djunits.quantity.Angle
Instantiate a Angle quantity with a unit, expressed as a String.
Angle(double, Angle.Unit) - Constructor for class org.djunits.quantity.Angle
Instantiate a Angle quantity with a unit.
Angle(Angle) - Constructor for class org.djunits.quantity.Angle
Construct Angle quantity.
Angle.Unit - Class in org.djunits.quantity
Angle.Unit encodes the units of angle (radians, degrees).
AngularAcceleration - Class in org.djunits.quantity
Angular acceleration is the rate of change of angular velocity over time, measured in radians per second squared (rad/s2).
AngularAcceleration(double, String) - Constructor for class org.djunits.quantity.AngularAcceleration
Instantiate a AngularAcceleration quantity with a unit, expressed as a String.
AngularAcceleration(double, AngularAcceleration.Unit) - Constructor for class org.djunits.quantity.AngularAcceleration
Instantiate a AngularAcceleration quantity with a unit.
AngularAcceleration(AngularAcceleration) - Constructor for class org.djunits.quantity.AngularAcceleration
Construct AngularAcceleration quantity.
AngularAcceleration.Unit - Class in org.djunits.quantity
AngularAcceleration.Unit encodes the units of angle (radians or degrees per second squared).
AngularVelocity - Class in org.djunits.quantity
Angular velocity is the rate of rotation around an axis, measured in radians per second (rad/s).
AngularVelocity(double, String) - Constructor for class org.djunits.quantity.AngularVelocity
Instantiate a AngularVelocity quantity with a unit, expressed as a String.
AngularVelocity(double, AngularVelocity.Unit) - Constructor for class org.djunits.quantity.AngularVelocity
Instantiate a AngularVelocity quantity with a unit.
AngularVelocity(AngularVelocity) - Constructor for class org.djunits.quantity.AngularVelocity
Construct AngularVelocity quantity.
AngularVelocity.Unit - Class in org.djunits.quantity
AngularVelocity.Unit encodes the units of angle (radians, degrees).
arcmin - Static variable in class org.djunits.quantity.Angle.Unit
arcminute.
arcmin_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
arcminute per second.
arcmin_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
arcminute per second squared.
arcsec - Static variable in class org.djunits.quantity.Angle.Unit
arcsecond.
arcsec_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
arcsecond per second.
arcsec_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
arcsecond per second squared.
Area - Class in org.djunits.quantity
Area is a measure of a two-dimensional surface, expressed in square meters (m2).
Area(double, String) - Constructor for class org.djunits.quantity.Area
Instantiate a Area quantity with a unit, expressed as a String.
Area(double, Area.Unit) - Constructor for class org.djunits.quantity.Area
Instantiate a Area quantity with a unit.
Area(Area) - Constructor for class org.djunits.quantity.Area
Construct Area quantity.
Area.Unit - Class in org.djunits.quantity
Area.Unit encodes the area unit (length x length).
ArealObjectDensity - Class in org.djunits.quantity
Areal object density counts the number of objects per unit of area, measured in number per square meter (/m2).
ArealObjectDensity(double, String) - Constructor for class org.djunits.quantity.ArealObjectDensity
Instantiate a ArealObjectDensity quantity with a unit, expressed as a String.
ArealObjectDensity(double, ArealObjectDensity.Unit) - Constructor for class org.djunits.quantity.ArealObjectDensity
Instantiate a ArealObjectDensity quantity with a unit.
ArealObjectDensity(ArealObjectDensity) - Constructor for class org.djunits.quantity.ArealObjectDensity
Construct ArealObjectDensity quantity.
ArealObjectDensity.Unit - Class in org.djunits.quantity
ArealObjectDensity.Unit encodes the unit for number of objects per unit of area.
ArrayMath - Class in org.djunits.util
Utility methods for element-wise arithmetic on primitive double[] arrays.
as(TU) - Method in class org.djunits.quantity.def.Quantity
Return the quantity 'as' a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d1.Matrix1x1
Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d1.Vector1
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d2.Matrix2x2
Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d2.Vector2.Col
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d2.Vector2.Row
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d3.Matrix3x3
Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d3.Vector3.Col
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.d3.Vector3.Row
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.dn.MatrixNxN
Return the matrix "as" a matrix with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.dn.VectorN.Col
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.dn.VectorN.Row
Return the vector 'as' a vector with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.
as(TU) - Method in class org.djunits.vecmat.table.QuantityTable
Return the QuantityTable 'as' a QuantityTable with a known quantity, using a unit to express the result in.
asMatrix1x1() - Method in class org.djunits.vecmat.dn.MatrixNxN
Convert this matrix to a Matrix1x1.
asMatrix1x1() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Convert this matrix to a Matrix1x1.
asMatrix1x1() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a Matrix1x1.
asMatrix2x2() - Method in class org.djunits.vecmat.dn.MatrixNxN
Convert this matrix to a Matrix2x2.
asMatrix2x2() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Convert this matrix to a Matrix2x2.
asMatrix2x2() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a Matrix2x2.
asMatrix3x3() - Method in class org.djunits.vecmat.dn.MatrixNxN
Convert this matrix to a Matrix3x3.
asMatrix3x3() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Convert this matrix to a Matrix3x3.
asMatrix3x3() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a Matrix3x3.
asMatrixNxM() - Method in class org.djunits.vecmat.def.VectorMatrix
Convert this vector or matrix to a MatrixNxM.
asMatrixNxN() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Convert this matrix to a MatrixNxN.
asMatrixNxN() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a MatrixNxN.
asQuantityTable() - Method in class org.djunits.vecmat.def.VectorMatrix
Convert this vector or matrix to a QuantityTable.
asVector1() - Method in class org.djunits.vecmat.dn.VectorN.Col
Return this matrix as a 1-element column vector.
asVector1() - Method in class org.djunits.vecmat.dn.VectorN.Row
Return this matrix as a 1-element column vector.
asVector1() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as a 1-element column vector.
asVector1() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a 1-element column vector.
asVector2Col() - Method in class org.djunits.vecmat.dn.VectorN.Col
Return this matrix as a 2-element column vector.
asVector2Col() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as a 2-element column vector.
asVector2Col() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a 2-element column vector.
asVector2Row() - Method in class org.djunits.vecmat.dn.VectorN.Row
Return this matrix as a 2-element row vector.
asVector2Row() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as a 2-element row vector.
asVector2Row() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a 2-element row vector.
asVector3Col() - Method in class org.djunits.vecmat.dn.VectorN.Col
Return this matrix as a 3-element column vector.
asVector3Col() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as a 3-element column vector.
asVector3Col() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a 3-element column vector.
asVector3Row() - Method in class org.djunits.vecmat.dn.VectorN.Row
Return this matrix as a 3-element row vector.
asVector3Row() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as a 3-element row vector.
asVector3Row() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to a 3-element row vector.
asVectorNCol() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as an N-element column vector.
asVectorNCol() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to an N-element column vector.
asVectorNRow() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return this matrix as an N-element row vector.
asVectorNRow() - Method in class org.djunits.vecmat.table.QuantityTable
Convert this QuantityTable to an N-element row vector.
at - Static variable in class org.djunits.quantity.Pressure.Unit
technical atmosphere = kgf/cm2.
atm - Static variable in class org.djunits.quantity.Pressure.Unit
standard atmosphere.
AU - Static variable in class org.djunits.quantity.Length.Unit
Astronomical Unit = 149,597,870,700 m.
AU - Static variable in class org.djunits.unit.system.UnitSystem
AU: Atomic Unit system.
AVOGADRO - Static variable in class org.djunits.util.Constants
Number of constituent particles in a Mole; a.k.a.
axpy(double[], double[], double) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the fused AXPY operation a + alpha * b.
axpyInto(double[], double[], double, double[]) - Static method in class org.djunits.util.ArrayMath
Computes the fused AXPY operation out = a + alpha * b and writes the result into out.

B

Ba - Static variable in class org.djunits.quantity.Pressure.Unit
barye = dyne/cm2.
bar - Static variable in class org.djunits.quantity.Pressure.Unit
bar.
BASE - Static variable in class org.djunits.unit.Unitless
The SI or BASE unit.
BOLTZMANN - Static variable in class org.djunits.util.Constants
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).
Bq - Static variable in class org.djunits.quantity.RadioActivity.Unit
Becquerel.
BTU_ISO - Static variable in class org.djunits.quantity.Energy.Unit
British thermal unit (ISO).
BTU_IT - Static variable in class org.djunits.quantity.Energy.Unit
British thermal unit (International Table).
bundle(Locale) - Static method in class org.djunits.unit.Units
Return a resource bundle for the Locale.

C

C - Static variable in class org.djunits.quantity.ElectricCharge.Unit
Gray.
ca - Static variable in class org.djunits.quantity.Area.Unit
centiare.
cal - Static variable in class org.djunits.quantity.Energy.Unit
calorie.
cal_IT - Static variable in class org.djunits.quantity.Energy.Unit
calorie (International Table).
cardinality() - Method in interface org.djunits.vecmat.storage.DataGridSi
Compute and return the number of non-zero cells in this indexed value.
cardinality() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
cardinality() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
cardinality() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
cardinality() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
CatalyticActivity - Class in org.djunits.quantity
Catalytic Activty is the rate of catalytic reaction per unit amount of catalyst, and is expressed in katal (kat), which is mol/s.
CatalyticActivity(double, String) - Constructor for class org.djunits.quantity.CatalyticActivity
Instantiate a CatalyticActivity quantity with a unit, expressed as a String.
CatalyticActivity(double, CatalyticActivity.Unit) - Constructor for class org.djunits.quantity.CatalyticActivity
Instantiate a CatalyticActivity quantity with a unit.
CatalyticActivity(CatalyticActivity) - Constructor for class org.djunits.quantity.CatalyticActivity
Construct CatalyticActivity quantity.
CatalyticActivity.Unit - Class in org.djunits.quantity
CatalyticActivity.Unit encodes the units of the speed of a chamical reaction, and is expressed in mol/s.
cd - Static variable in class org.djunits.quantity.LuminousIntensity.Unit
Candela.
cdm - Static variable in class org.djunits.quantity.Angle.Unit
centesimal arcminute.
cdm_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
centesimal arcminute per second.
cdm_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
centesimal arcminute per second squared.
cds - Static variable in class org.djunits.quantity.Angle.Unit
centesimal arcsecond.
cds_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
centesimal arcsecond per second.
cds_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
centesimal arcsecond per second squared.
CELSIUS - Static variable in class org.djunits.quantity.Temperature.Reference
Celsius.
CESIUM133_FREQUENCY - Static variable in class org.djunits.util.Constants
The Cesium 133 ground state hyperfine structure transition frequency.
CGS - Static variable in class org.djunits.unit.system.UnitSystem
CGS: centimeter-gram-second system.
CGS_EMU - Static variable in class org.djunits.unit.system.UnitSystem
CGS_EMU: centimeter-gram-second system, electromagnetic units.
CGS_ESU - Static variable in class org.djunits.unit.system.UnitSystem
CGS ESU: centimeter-gram-second system, electrostatic units.
checkCol(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Check if the 0-based column is within bounds.
checkIndexes(int[]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
Check the correctness of the indexes array.
checkIndexes(int[]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Check the correctness of the indexes array.
checkMultiply(Matrix<?, ?, ?, ?, ?>) - Method in class org.djunits.vecmat.def.Matrix
Check if the multiplication with the other matrix is valid.
checkMultiply(Vector<?, ?, ?, ?, ?>) - Method in class org.djunits.vecmat.def.Matrix
Check if the multiplication with the other matrix is valid.
checkRow(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Check if the 0-based row is within bounds.
Ci - Static variable in class org.djunits.quantity.RadioActivity.Unit
Curie.
cm - Static variable in class org.djunits.quantity.Length.Unit
centimeter.
cm2 - Static variable in class org.djunits.quantity.Area.Unit
Square centimeter.
cm3 - Static variable in class org.djunits.quantity.Volume.Unit
cm^3.
cmHg - Static variable in class org.djunits.quantity.Pressure.Unit
cm Hg.
Col(double, double, double, U) - Constructor for class org.djunits.vecmat.d3.Vector3.Col
Create a new 3 column vector with a unit.
Col(double, double, U) - Constructor for class org.djunits.vecmat.d2.Vector2.Col
Create a new 2 column vector with a unit.
Col(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a DataGridSi storage object that contains SI data.
cols() - Method in class org.djunits.vecmat.d1.Vector1
 
cols() - Method in class org.djunits.vecmat.d2.Vector2.Col
 
cols() - Method in class org.djunits.vecmat.d2.Vector2.Row
 
cols() - Method in class org.djunits.vecmat.d3.Vector3.Col
 
cols() - Method in class org.djunits.vecmat.d3.Vector3.Row
 
cols() - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
cols() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the number of columns.
cols() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
cols() - Method in class org.djunits.vecmat.dn.VectorN
 
cols() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
cols() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return the number of columns in the grid.
cols() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
cols() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
cols() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
cols() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
cols() - Method in class org.djunits.vecmat.table.QuantityTable
 
compareTo(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
compareTo(Q) - Method in class org.djunits.quantity.def.Quantity
 
CONST_AU - Static variable in class org.djunits.quantity.Length.Unit
Constant for the Astronomical Unit = 149,597,870,700 m.
CONST_CUBIC_FOOT - Static variable in class org.djunits.quantity.Volume.Unit
Constant for the cubic foot.
CONST_CUBIC_INCH - Static variable in class org.djunits.quantity.Volume.Unit
Constant for the cubic inch.
CONST_CUBIC_YARD - Static variable in class org.djunits.quantity.Volume.Unit
Constant for the cubic yard.
CONST_FT - Static variable in class org.djunits.quantity.Length.Unit
Constant for the foot.
CONST_GALLON_IMP - Static variable in class org.djunits.quantity.Volume.Unit
Constant for the imperial gallon.
CONST_GALLON_US - Static variable in class org.djunits.quantity.Volume.Unit
Constant for US gallon.
CONST_GRAVITY - Static variable in class org.djunits.quantity.Acceleration.Unit
Constant for standard gravity.
CONST_IN - Static variable in class org.djunits.quantity.Length.Unit
Constant for the inch.
CONST_LB - Static variable in class org.djunits.quantity.Mass.Unit
Constant for pound (lb).
CONST_LY - Static variable in class org.djunits.quantity.Length.Unit
Constant for the lightyear = 9,460,730,472,580,800 m.
CONST_MI - Static variable in class org.djunits.quantity.Length.Unit
Constant for the mile.
CONST_NM - Static variable in class org.djunits.quantity.Length.Unit
Constant for the nautical mile.
CONST_OUNCE - Static variable in class org.djunits.quantity.Mass.Unit
Constant for ounce.
CONST_OZ_IMP - Static variable in class org.djunits.quantity.Volume.Unit
Constant for imperial fluid ounce.
CONST_OZ_US - Static variable in class org.djunits.quantity.Volume.Unit
Constant for US fluid ounce.
CONST_PC - Static variable in class org.djunits.quantity.Length.Unit
Constant for the parsec = AU / tan(1 arcsecond) = AU * 648,000 / PI m.
CONST_TON_LONG - Static variable in class org.djunits.quantity.Mass.Unit
Constant for long ton.
CONST_TON_SHORT - Static variable in class org.djunits.quantity.Mass.Unit
Constant for short ton.
CONST_YD - Static variable in class org.djunits.quantity.Length.Unit
Constant for the yard.
Constants - Class in org.djunits.util
Various physical constants.
containsId(Class<?>, String) - Static method in class org.djunits.quantity.def.AbstractReference
Check existence of id in a specific Reference subclass.
convertToEngineering(String) - Static method in class org.djunits.formatter.EngineeringFormatter
Make the exponent of a floating point value a multiple of 3.
copy() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return a deep copy of the DataGrid object.
copy() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
copy() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
copy() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
copy() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 

D

Da - Static variable in class org.djunits.quantity.Mass.Unit
Dalton, according to CODATA 2018.
dam - Static variable in class org.djunits.quantity.Length.Unit
decameter.
dam2 - Static variable in class org.djunits.quantity.Area.Unit
Square decameter.
dam3 - Static variable in class org.djunits.quantity.Volume.Unit
dam^3.
DataGridSi<D extends DataGridSi<D>> - Interface in org.djunits.vecmat.storage
DataGrid is an interface identifies the methods for storing and changing data for an N x M grid.
dataSi - Variable in class org.djunits.vecmat.dn.VectorN
The data of the matrix, in SI unit.
day - Static variable in class org.djunits.quantity.Duration.Unit
day.
DEFAULT_TOL - Static variable in class org.djunits.util.MatrixMath
The default tolerance for operations when no tolerance is given.
DEFAULTPRECISION - Static variable in class org.djunits.formatter.Formatter
Default number of fraction digits.
DEFAULTSIZE - Static variable in class org.djunits.formatter.Format
Default total width of formatted value.
deg - Static variable in class org.djunits.quantity.Angle.Unit
degree.
deg_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
degree per second.
deg_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
degree per second squared.
degC - Static variable in class org.djunits.quantity.Temperature.Unit
Degree Celsius.
degF - Static variable in class org.djunits.quantity.Temperature.Unit
Degree Fahrenheit.
degR - Static variable in class org.djunits.quantity.Temperature.Unit
Degree Rankine.
degRe - Static variable in class org.djunits.quantity.Temperature.Unit
Degree Reaumur.
DenseDoubleDataSi - Class in org.djunits.vecmat.storage
DenseDoubleData implements a dense data grid for N x M matrices or N x 1 or 1 x M vectors with double values.
DenseDoubleDataSi(double[][]) - Constructor for class org.djunits.vecmat.storage.DenseDoubleDataSi
Instantiate a data object with a double[rows][cols].
DenseDoubleDataSi(double[], int, int) - Constructor for class org.djunits.vecmat.storage.DenseDoubleDataSi
Instantiate a data object with one array in row-major format.
DenseDoubleDataSi(Q[][]) - Constructor for class org.djunits.vecmat.storage.DenseDoubleDataSi
Instantiate a data object with a Q[rows][cols].
DenseFloatDataSi - Class in org.djunits.vecmat.storage
DenseFloatData implements a dense data grid for N x M matrices or N x 1 or 1 x N vectors with float values.
DenseFloatDataSi(double[], int, int) - Constructor for class org.djunits.vecmat.storage.DenseFloatDataSi
Instantiate a data object with one array in row-major format.
DenseFloatDataSi(float[][]) - Constructor for class org.djunits.vecmat.storage.DenseFloatDataSi
Instantiate a data object with a float[rows][cols].
DenseFloatDataSi(float[], int, int) - Constructor for class org.djunits.vecmat.storage.DenseFloatDataSi
Instantiate a data object with one array in row-major format.
DenseFloatDataSi(Q[][]) - Constructor for class org.djunits.vecmat.storage.DenseFloatDataSi
Instantiate a data object with a Q[rows][cols].
Density - Class in org.djunits.quantity
Density is mass per unit volume of a substance, measured in kilograms per cubic meter (kg/m3).
Density(double, String) - Constructor for class org.djunits.quantity.Density
Instantiate a Density quantity with a unit, expressed as a String.
Density(double, Density.Unit) - Constructor for class org.djunits.quantity.Density
Instantiate a Density quantity with a unit.
Density(Density) - Constructor for class org.djunits.quantity.Density
Construct Density quantity.
Density.Unit - Class in org.djunits.quantity
Density.Unit encodes the units of density based on mass per volume.
deriveUnit(String, String, double, UnitSystem) - Method in class org.djunits.unit.AbstractUnit
Return a linearly scaled derived unit for this unit, where the textual abbreviation is the same as the display abbreviation.
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.AbsorbedDose.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Acceleration.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.AmountOfSubstance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Angle.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.AngularAcceleration.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.AngularVelocity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Area.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ArealObjectDensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.CatalyticActivity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Density.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Duration.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricalCapacitance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricalConductance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricalInductance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricalResistance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricCharge.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricCurrent.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.ElectricPotential.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Energy.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.EquivalentDose.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.FlowMass.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.FlowVolume.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Force.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Frequency.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Illuminance.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Length.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.LinearDensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.LinearObjectDensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.LuminousFlux.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.LuminousIntensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.MagneticFlux.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.MagneticFluxDensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Mass.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Momentum.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Power.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Pressure.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.RadioActivity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.SolidAngle.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Speed.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Temperature.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Torque.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.Volume.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.quantity.VolumetricObjectDensity.Unit
 
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.unit.AbstractUnit
Return a linearly scaled derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
deriveUnit(String, String, String, double, UnitSystem) - Method in class org.djunits.unit.Unitless
 
determinant() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the determinant of the square matrix as quantity with unit U^n where n is the order of the matrix.
determinant(double[], int) - Static method in class org.djunits.util.MatrixMath
Calculate the determinant, based on the role of Sarrus.
determinantScalar() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the determinant of the square matrix as a scalar in SI or BASE units.
detFromLU(MatrixMath.LU, int) - Static method in class org.djunits.util.MatrixMath
Return the determinant, based on the LU decomposition.
Dimensionless - Class in org.djunits.quantity
Dimensionless quantity.
Dimensionless(double, String) - Constructor for class org.djunits.quantity.Dimensionless
Instantiate a Dimensionless quantity with a unit, expressed as a String.
Dimensionless(double, Unitless) - Constructor for class org.djunits.quantity.Dimensionless
Instantiate a Dimensionless quantity with a unit.
Dimensionless(Dimensionless) - Constructor for class org.djunits.quantity.Dimensionless
Construct Dimensionless quantity.
DIMLESS - Static variable in class org.djunits.unit.si.SIUnit
the dimensionless SIUnit.
Direction - Class in org.djunits.quantity
Direction is the absolute equivalent of Angle, and can, e.g., represent an angle relative to a defined "zero" angle such as NORTH or EAST.
Direction(double, String, Direction.Reference) - Constructor for class org.djunits.quantity.Direction
Instantiate a Direction quantity with a unit, expressed as a String, and a reference point.
Direction(double, Angle.Unit, Direction.Reference) - Constructor for class org.djunits.quantity.Direction
Instantiate a Direction quantity with a unit and a reference point.
Direction(Angle, Direction.Reference) - Constructor for class org.djunits.quantity.Direction
Instantiate a Direction instance based on an angle and a reference point.
Direction.Reference - Class in org.djunits.quantity
The reference class to define a reference point for the direction.
divide(double[], double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise division a / b.
divide(AbsorbedDose) - Method in class org.djunits.quantity.AbsorbedDose
Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless quantity.
divide(Acceleration) - Method in class org.djunits.quantity.Acceleration
Calculate the division of Acceleration and Acceleration, which results in a Dimensionless scalar.
divide(Acceleration) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Acceleration, which results in a Mass scalar.
divide(Acceleration) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Acceleration, which results in a Momentum scalar.
divide(Acceleration) - Method in class org.djunits.quantity.Speed
Calculate the division of Speed and Acceleration, which results in a Duration scalar.
divide(AmountOfSubstance) - Method in class org.djunits.quantity.AmountOfSubstance
Calculate the division of AmountOfSubstance and AmountOfSubstance, which results in a Dimensionless scalar.
divide(AmountOfSubstance) - Method in class org.djunits.quantity.CatalyticActivity
Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.
divide(Angle) - Method in class org.djunits.quantity.Angle
Calculate the division of Angle and Angle, which results in a Dimensionless scalar.
divide(AngularAcceleration) - Method in class org.djunits.quantity.AngularAcceleration
Calculate the division of AngularAcceleration and AngularAcceleration, which results in a Dimensionless scalar.
divide(AngularVelocity) - Method in class org.djunits.quantity.Angle
Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.
divide(AngularVelocity) - Method in class org.djunits.quantity.AngularAcceleration
Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.
divide(AngularVelocity) - Method in class org.djunits.quantity.AngularVelocity
Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.
divide(Area) - Method in class org.djunits.quantity.Area
Calculate the division of Area and Area, which results in a Dimensionless scalar.
divide(Area) - Method in class org.djunits.quantity.FlowVolume
Calculate the division of FlowVolume and Area, which results in a Speed scalar.
divide(Area) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Area, which results in a Pressure scalar.
divide(Area) - Method in class org.djunits.quantity.Length
Calculate the division of Length and Area, which results in a LinearObjectDensity quantity.
divide(Area) - Method in class org.djunits.quantity.LuminousFlux
Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.
divide(Area) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.
divide(Area) - Method in class org.djunits.quantity.Volume
Calculate the division of Volume and Area, which results in a Length scalar.
divide(ArealObjectDensity) - Method in class org.djunits.quantity.ArealObjectDensity
Divides this areal object density by another areal object density to yield a dimensionless ratio.
divide(ArealObjectDensity) - Method in class org.djunits.quantity.VolumetricObjectDensity
Divides this volumetric object density by an areal object density to yield a linear object density.
divide(CatalyticActivity) - Method in class org.djunits.quantity.AmountOfSubstance
Calculate the division of AmountOfSubstance and CatalyticActivity, which results in a Duration scalar.
divide(CatalyticActivity) - Method in class org.djunits.quantity.CatalyticActivity
Calculate the division of CatalyticActivity and CatalyticActivity, which results in a Dimensionless quantity.
divide(Quantity<?, ?>) - Method in class org.djunits.quantity.def.Quantity
Divide this quantity by another quantity, and return a SIQuantity as the result.
divide(Density) - Method in class org.djunits.quantity.Density
Calculate the division of Density and Density, which results in a Dimensionless quantity.
divide(Density) - Method in class org.djunits.quantity.FlowMass
Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.
divide(Density) - Method in class org.djunits.quantity.Mass
Calculate the division of Mass and Density, which results in a Volume scalar.
divide(Dimensionless) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and Dimensionless, which results in a Dimensionless quantity.
divide(Duration) - Method in class org.djunits.quantity.AmountOfSubstance
Calculate the division of AmountOfSubstance and Duration, which results in a CatalyticActivity scalar.
divide(Duration) - Method in class org.djunits.quantity.Angle
Calculate the division of Angle and Duration, which results in a AngularVelocity scalar.
divide(Duration) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.
divide(Duration) - Method in class org.djunits.quantity.Duration
Calculate the division of Duration and Duration, which results in a Dimensionless quantity.
divide(Duration) - Method in class org.djunits.quantity.ElectricalCapacitance
Calculate the division of ElectricalCapacitance and Duration, which results in a ElectricalConductance scalar.
divide(Duration) - Method in class org.djunits.quantity.ElectricCharge
Calculate the division of ElectricCharge and Duration, which results in a ElectricCurrent scalar.
divide(Duration) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Duration, which results in a Power scalar.
divide(Duration) - Method in class org.djunits.quantity.Length
Calculate the division of Length and Duration, which results in a Speed quantity.
divide(Duration) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and Duration, which results in a ElectricPotential scalar.
divide(Duration) - Method in class org.djunits.quantity.Mass
Calculate the division of Mass and Duration, which results in a FlowMass scalar.
divide(Duration) - Method in class org.djunits.quantity.Speed
Calculate the division of Speed and Duration, which results in a Acceleration scalar.
divide(Duration) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Duration, which results in a Power scalar.
divide(Duration) - Method in class org.djunits.quantity.Volume
Calculate the division of Volume and Duration, which results in a FlowVolume scalar.
divide(ElectricalCapacitance) - Method in class org.djunits.quantity.ElectricalCapacitance
Calculate the division of ElectricalCapacitance and ElectricalCapacitance, which results in a Dimensionless quantity.
divide(ElectricalCapacitance) - Method in class org.djunits.quantity.ElectricCharge
Calculate the division of ElectricCharge and ElectricalCapacitance, which results in a ElectricPotential scalar.
divide(ElectricalConductance) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and ElectricalConductance, which results in a ElectricalResistance scalar.
divide(ElectricalConductance) - Method in class org.djunits.quantity.ElectricalCapacitance
Calculate the division of ElectricalCapacitance and ElectricalConductance, which results in a Duration scalar.
divide(ElectricalConductance) - Method in class org.djunits.quantity.ElectricalConductance
Calculate the division of ElectricalConductance and ElectricalConductance, which results in a Dimensionless quantity.
divide(ElectricalConductance) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the division of ElectricalCurrent and ElectricalConductance, which results in a ElectricalPotential scalar.
divide(ElectricalInductance) - Method in class org.djunits.quantity.ElectricalInductance
Calculate the division of ElectricalInductance and ElectricalInductance, which results in a Dimensionless quantity.
divide(ElectricalInductance) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and ElectricalInductance, which results in a ElectricCurrent scalar.
divide(ElectricalResistance) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and ElectricalResistance, which results in a ElectricalConductance scalar.
divide(ElectricalResistance) - Method in class org.djunits.quantity.ElectricalResistance
Calculate the division of ElectricalResistance and ElectricalResistance, which results in a Dimensionless quantity.
divide(ElectricalResistance) - Method in class org.djunits.quantity.ElectricPotential
Calculate the division of ElectricPotential and ElectricalResistance, which results in a ElectricCurrent scalar.
divide(ElectricCharge) - Method in class org.djunits.quantity.ElectricCharge
Calculate the division of ElectricCharge and ElectricCharge, which results in a Dimensionless quantity.
divide(ElectricCurrent) - Method in class org.djunits.quantity.ElectricCharge
Calculate the division of ElectricCharge and ElectricCurrent, which results in a Duration scalar.
divide(ElectricCurrent) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the division of ElectricCurrent and ElectricCurrent, which results in a Dimensionless quantity.
divide(ElectricCurrent) - Method in class org.djunits.quantity.ElectricPotential
Calculate the division of ElectricPotential and ElectricCurrent, which results in a ElectricalResistance scalar.
divide(ElectricCurrent) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and ElectricCurrent, which results in a ElectricalInductance scalar.
divide(ElectricCurrent) - Method in class org.djunits.quantity.Power
Calculate the division of Power and ElectricCurrent, which results in a ElectricPotential scalar.
divide(ElectricPotential) - Method in class org.djunits.quantity.ElectricCharge
Calculate the division of ElectricCharge and ElectricPotential, which results in a ElectricalCapacitance scalar.
divide(ElectricPotential) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the division of ElectricalCurrent and ElectricalPotential, which results in a ElectricalConductance scalar.
divide(ElectricPotential) - Method in class org.djunits.quantity.ElectricPotential
Calculate the division of ElectricPotential and ElectricPotential, which results in a Dimensionless quantity.
divide(ElectricPotential) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and ElectricPotential, which results in a Duration scalar.
divide(ElectricPotential) - Method in class org.djunits.quantity.Power
Calculate the division of Power and ElectricPotential, which results in a ElectricCurrent scalar.
divide(Energy) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Energy, which results in a Dimensionless quantity.
divide(Energy) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Energy, which results in a LinearObjectDensity scalar.
divide(Energy) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Energy, which results in a Frequency scalar.
divide(EquivalentDose) - Method in class org.djunits.quantity.EquivalentDose
Calculate the division of EquivalentDose and EquivalentDose, which results in a Dimensionless quantity.
divide(FlowMass) - Method in class org.djunits.quantity.FlowMass
Calculate the division of FlowMass and FlowMass, which results in a Dimensionless quantity.
divide(FlowMass) - Method in class org.djunits.quantity.Mass
Calculate the division of Mass and FlowMass, which results in a Duration scalar.
divide(FlowMass) - Method in class org.djunits.quantity.Momentum
Calculate the division of Momentum and FlowMass, which results in a Length scalar.
divide(FlowVolume) - Method in class org.djunits.quantity.FlowMass
Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.
divide(FlowVolume) - Method in class org.djunits.quantity.FlowVolume
Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless quantity.
divide(FlowVolume) - Method in class org.djunits.quantity.Volume
Calculate the division of Volume and FlowVolume, which results in a Duration scalar.
divide(Force) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Force, which results in a Length scalar.
divide(Force) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Force, which results in a Dimensionless quantity.
divide(Force) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Force, which results in a Speed scalar.
divide(Force) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Force, which results in a Length scalar.
divide(Frequency) - Method in class org.djunits.quantity.Acceleration
Calculate the division of Acceleration and Frequency, which results in a Speed scalar.
divide(Frequency) - Method in class org.djunits.quantity.AngularAcceleration
Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.
divide(Frequency) - Method in class org.djunits.quantity.CatalyticActivity
Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.
divide(Frequency) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.
divide(Frequency) - Method in class org.djunits.quantity.FlowMass
Calculate the division of FlowMass and Frequency, which results in a Mass scalar.
divide(Frequency) - Method in class org.djunits.quantity.FlowVolume
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.
divide(Frequency) - Method in class org.djunits.quantity.Frequency
Calculate the division of Frequency and Frequency, which results in a Dimensionless quantity.
divide(Frequency) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Frequency, which results in a Energy scalar.
divide(Frequency) - Method in class org.djunits.quantity.Speed
Calculate the division of Speed and Frequency, which results in a Length scalar.
divide(Illuminance) - Method in class org.djunits.quantity.Illuminance
Calculate the division of Illuminance and Illuminance, which results in a Dimensionless quantity.
divide(Illuminance) - Method in class org.djunits.quantity.LuminousFlux
Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.
divide(Length) - Method in class org.djunits.quantity.Area
Calculate the division of Area and Length, which results in a Length scalar.
divide(Length) - Method in class org.djunits.quantity.ArealObjectDensity
Divides this areal object density by a length to yield a volumetric object density.
divide(Length) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and Length, which results in a LinearObjectDensity scalar.
divide(Length) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Length, which results in a Force scalar.
divide(Length) - Method in class org.djunits.quantity.Length
Calculate the division of Length and Length, which results in a Dimensionless quantity.
divide(Length) - Method in class org.djunits.quantity.Momentum
Calculate the division of Momentum and Length, which results in a FlowMass scalar.
divide(Length) - Method in class org.djunits.quantity.Speed
Calculate the division of Speed and Length, which results in a Frequency scalar.
divide(Length) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Length, which results in a Force scalar.
divide(Length) - Method in class org.djunits.quantity.Volume
Calculate the division of Volume and Length, which results in a Area scalar.
divide(LinearDensity) - Method in class org.djunits.quantity.LinearDensity
Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless quantity.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.Area
Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.Dimensionless
Calculate the division of Dimensionless and LinearObjectDensity, which results in a Length scalar.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.Force
Calculate the division of Force and LinearObjectDensity, which results in a Energy scalar.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.Length
Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.LinearDensity
Divides this linear density by a linear object density to yield a mass.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.LinearObjectDensity
Calculate the division of LinearObjectDensity and LinearObjectDensity, which results in a Dimensionless quantity.
divide(LinearObjectDensity) - Method in class org.djunits.quantity.VolumetricObjectDensity
Divides this volumetric object density by a linear object density to yield an areal object density.
divide(LuminousFlux) - Method in class org.djunits.quantity.LuminousFlux
Calculate the division of LuminousFlux and LuminousFlux, which results in a Dimensionless quantity.
divide(LuminousIntensity) - Method in class org.djunits.quantity.LuminousFlux
Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.
divide(LuminousIntensity) - Method in class org.djunits.quantity.LuminousIntensity
Calculate the division of LuminousIntensity and LuminousIntensity, which results in a Dimensionless quantity.
divide(MagneticFlux) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and MagneticFlux, which results in a Dimensionless quantity.
divide(MagneticFluxDensity) - Method in class org.djunits.quantity.MagneticFlux
Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.
divide(MagneticFluxDensity) - Method in class org.djunits.quantity.MagneticFluxDensity
Calculate the division of MagneticFluxDensity and MagneticFluxDensity, which results in a Dimensionless quantity.
divide(Mass) - Method in class org.djunits.quantity.FlowMass
Calculate the division of FlowMass and Mass, which results in a Frequency scalar.
divide(Mass) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Mass, which results in a Acceleration scalar.
divide(Mass) - Method in class org.djunits.quantity.LinearDensity
Divides this linear density by a mass to yield a linear object density.
divide(Mass) - Method in class org.djunits.quantity.Mass
Calculate the division of Mass and Mass, which results in a Dimensionless quantity.
divide(Mass) - Method in class org.djunits.quantity.Momentum
Calculate the division of Momentum and Mass, which results in a Speed scalar.
divide(Momentum) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Momentum, which results in a Speed scalar.
divide(Momentum) - Method in class org.djunits.quantity.Momentum
Calculate the division of Momentum and Momentum, which results in a Dimensionless quantity.
divide(Momentum) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Momentum, which results in a Acceleration scalar.
divide(Power) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Power, which results in a Duration scalar.
divide(Power) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Power, which results in a Dimensionless quantity.
divide(Power) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Power, which results in a Duration scalar.
divide(Pressure) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Pressure, which results in a Volume scalar.
divide(Pressure) - Method in class org.djunits.quantity.Force
Calculate the division of Force and Pressure, which results in a Area scalar.
divide(Pressure) - Method in class org.djunits.quantity.Pressure
Calculate the division of Pressure and Pressure, which results in a Dimensionless quantity.
divide(Pressure) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Pressure, which results in a Volume scalar.
divide(RadioActivity) - Method in class org.djunits.quantity.RadioActivity
Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless quantity.
divide(SolidAngle) - Method in class org.djunits.quantity.LuminousFlux
Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.
divide(SolidAngle) - Method in class org.djunits.quantity.SolidAngle
Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless quantity.
divide(Speed) - Method in class org.djunits.quantity.Acceleration
Calculate the division of Acceleration and Speed, which results in a Frequency scalar.
divide(Speed) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Speed, which results in a Momentum scalar.
divide(Speed) - Method in class org.djunits.quantity.FlowVolume
Calculate the division of FlowVolume and Speed, which results in a Area scalar.
divide(Speed) - Method in class org.djunits.quantity.Length
Calculate the division of Length and Speed, which results in a Duration quantity.
divide(Speed) - Method in class org.djunits.quantity.Momentum
Calculate the division of Momentum and Speed, which results in a Mass scalar.
divide(Speed) - Method in class org.djunits.quantity.Power
Calculate the division of Power and Speed, which results in a Force scalar.
divide(Speed) - Method in class org.djunits.quantity.Speed
Calculate the division of Speed and Speed, which results in a Dimensionless scalar.
divide(TemperatureDifference) - Method in class org.djunits.quantity.TemperatureDifference
Calculate the division of TemperatureDifference and TemperatureDifference, which results in a Dimensionless quantity.
divide(Torque) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Torque, which results in a Dimensionless quantity.
divide(Volume) - Method in class org.djunits.quantity.Area
Calculate the division of Area and Volume, which results in a LinearObjectDensity scalar.
divide(Volume) - Method in class org.djunits.quantity.Energy
Calculate the division of Energy and Volume, which results in a Pressure scalar.
divide(Volume) - Method in class org.djunits.quantity.FlowVolume
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.
divide(Volume) - Method in class org.djunits.quantity.Mass
Calculate the division of Mass and Volume, which results in a Density scalar.
divide(Volume) - Method in class org.djunits.quantity.Torque
Calculate the division of Torque and Volume, which results in a Pressure scalar.
divide(Volume) - Method in class org.djunits.quantity.Volume
Calculate the division of Volume and Volume, which results in a Dimensionless scalar.
divide(VolumetricObjectDensity) - Method in class org.djunits.quantity.ArealObjectDensity
Divides this areal object density by a volumetric object density to yield a length.
divide(VolumetricObjectDensity) - Method in class org.djunits.quantity.VolumetricObjectDensity
Divides this volumetric object density by another volumetric object density to yield a dimensionless ratio.
divideBy(double) - Method in interface org.djunits.value.Scalable
Divide the element's value by a dimensionless factor, based on the SI-values.
divideElements(H) - Method in class org.djunits.vecmat.def.VectorMatrix
 
divideElements(Quantity<?, ?>) - Method in interface org.djunits.vecmat.operations.Hadamard
Divide the elements of this vector, matrix or table by the given quantity.
divideElements(Dimensionless) - Method in class org.djunits.vecmat.def.VectorMatrix
Multiply the elements of this vector, matrix or table by the given quantity.
divideElements(Matrix1x1<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
divideElements(Matrix2x2<?, ?>) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
divideElements(Vector2.Row<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
divideElements(Matrix3x3<?, ?>) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
divideElements(Vector3.Col<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
divideElements(Vector3.Row<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
divideElements(MatrixNxN<?, ?>) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
divideElements(VectorN.Col<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
divideElements(VectorN.Row<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
divideElements(VM) - Method in interface org.djunits.vecmat.operations.Hadamard
Divide the elements of this vector, matrix or table on an element-by-element basis with those of another collection of the same type (but possibly representing another quantity).
dm - Static variable in class org.djunits.quantity.Length.Unit
decimeter.
dm2 - Static variable in class org.djunits.quantity.Area.Unit
Square decimeter.
dm3 - Static variable in class org.djunits.quantity.Volume.Unit
dm^3.
DoubleSparseValue<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.storage
Double-precision data point for a matrix that can be used for constructing sparse matrices.
DoubleSparseValue(int, int, double) - Constructor for class org.djunits.vecmat.storage.DoubleSparseValue
Create a data point for a sparse matrix.
DoubleSparseValue(int, int, double, U) - Constructor for class org.djunits.vecmat.storage.DoubleSparseValue
Create a data point for a sparse matrix.
DoubleSparseValue(int, int, Q) - Constructor for class org.djunits.vecmat.storage.DoubleSparseValue
Create a data point for a sparse matrix.
doubleValue() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
doubleValue() - Method in class org.djunits.quantity.def.Quantity
 
Duration - Class in org.djunits.quantity
Duration is the interval of time between two events, measured in seconds (s).
Duration(double, String) - Constructor for class org.djunits.quantity.Duration
Instantiate a Duration quantity with a unit, expressed as a String.
Duration(double, Duration.Unit) - Constructor for class org.djunits.quantity.Duration
Instantiate a Duration quantity with a unit.
Duration(Duration) - Constructor for class org.djunits.quantity.Duration
Construct Duration quantity.
Duration.Unit - Class in org.djunits.quantity
Duration.Unit encodes the units of relative time.
dyn - Static variable in class org.djunits.quantity.Force.Unit
Dyne.

E

e - Static variable in class org.djunits.quantity.ElectricCharge.Unit
atomic unit of charge.
E - Static variable in class org.djunits.util.Constants
Euler's constant.
EAST - Static variable in class org.djunits.quantity.Direction.Reference
East is zero.
ElectricalCapacitance - Class in org.djunits.quantity
ElectricalCapacitance denotes the ability of an object to store electric charge, and is expressed in farad.
ElectricalCapacitance(double, String) - Constructor for class org.djunits.quantity.ElectricalCapacitance
Instantiate a ElectricalCapacitance quantity with a unit, expressed as a String.
ElectricalCapacitance(double, ElectricalCapacitance.Unit) - Constructor for class org.djunits.quantity.ElectricalCapacitance
Instantiate a ElectricalCapacitance quantity with a unit.
ElectricalCapacitance(ElectricalCapacitance) - Constructor for class org.djunits.quantity.ElectricalCapacitance
Construct ElectricalCapacitance quantity.
ElectricalCapacitance.Unit - Class in org.djunits.quantity
ElectricalCapacitance.Unit encodes the units of capacitance (in farad).
ElectricalConductance - Class in org.djunits.quantity
Electrical conductance measures the ease with which an electric current passes, and is expressed in siemens.
ElectricalConductance(double, String) - Constructor for class org.djunits.quantity.ElectricalConductance
Instantiate a ElectricalConductance quantity with a unit, expressed as a String.
ElectricalConductance(double, ElectricalConductance.Unit) - Constructor for class org.djunits.quantity.ElectricalConductance
Instantiate a ElectricalConductance quantity with a unit.
ElectricalConductance(ElectricalConductance) - Constructor for class org.djunits.quantity.ElectricalConductance
Construct ElectricalConductance quantity.
ElectricalConductance.Unit - Class in org.djunits.quantity
ElectricalConductance.Unit encodes the units of electrical conductance, and is expressed in Siemens.
ElectricalInductance - Class in org.djunits.quantity
Inductance is the tendency of an electrical conductor to oppose a change in the electric current flowing through it.
ElectricalInductance(double, String) - Constructor for class org.djunits.quantity.ElectricalInductance
Instantiate a ElectricalInductance quantity with a unit, expressed as a String.
ElectricalInductance(double, ElectricalInductance.Unit) - Constructor for class org.djunits.quantity.ElectricalInductance
Instantiate a ElectricalInductance quantity with a unit.
ElectricalInductance(ElectricalInductance) - Constructor for class org.djunits.quantity.ElectricalInductance
Construct ElectricalInductance quantity.
ElectricalInductance.Unit - Class in org.djunits.quantity
ElectricalInductance.Unit encodes the units of electromagnetic inductance.
ElectricalResistance - Class in org.djunits.quantity
Electrical resistence measures the opposition to the flow of an electric current, and is expressed in ohm.
ElectricalResistance(double, String) - Constructor for class org.djunits.quantity.ElectricalResistance
Instantiate a ElectricalResistance quantity with a unit, expressed as a String.
ElectricalResistance(double, ElectricalResistance.Unit) - Constructor for class org.djunits.quantity.ElectricalResistance
Instantiate a ElectricalResistance quantity with a unit.
ElectricalResistance(ElectricalResistance) - Constructor for class org.djunits.quantity.ElectricalResistance
Construct ElectricalResistance quantity.
ElectricalResistance.Unit - Class in org.djunits.quantity
ElectricalResistance.Unit encodes the opposition to the flow of electric current.
ElectricCharge - Class in org.djunits.quantity
Electric charge denotes the electrostatic attraction or repulsion in the presence of other matter with charge, and is expressed in coulomb.
ElectricCharge(double, String) - Constructor for class org.djunits.quantity.ElectricCharge
Instantiate a ElectricCharge quantity with a unit, expressed as a String.
ElectricCharge(double, ElectricCharge.Unit) - Constructor for class org.djunits.quantity.ElectricCharge
Instantiate a ElectricCharge quantity with a unit.
ElectricCharge(ElectricCharge) - Constructor for class org.djunits.quantity.ElectricCharge
Construct ElectricCharge quantity.
ElectricCharge.Unit - Class in org.djunits.quantity
ElectricCharge.Unit is a unit of electric charge and is expressed in Coulomb.
ElectricCurrent - Class in org.djunits.quantity
ElectricCurrent is the net rate of flow of electric charge through a surface.
ElectricCurrent(double, String) - Constructor for class org.djunits.quantity.ElectricCurrent
Instantiate a ElectricCurrent quantity with a unit, expressed as a String.
ElectricCurrent(double, ElectricCurrent.Unit) - Constructor for class org.djunits.quantity.ElectricCurrent
Instantiate a ElectricCurrent quantity with a unit.
ElectricCurrent(ElectricCurrent) - Constructor for class org.djunits.quantity.ElectricCurrent
Construct ElectricCurrent quantity.
ElectricCurrent.Unit - Class in org.djunits.quantity
ElectricCurrent.Unit encodes the units of electric current (A).
ElectricPotential - Class in org.djunits.quantity
ElectricPotential is the difference in electric potential energy per unit of electric charge between two points in a static electric field.
ElectricPotential(double, String) - Constructor for class org.djunits.quantity.ElectricPotential
Instantiate a ElectricPotential quantity with a unit, expressed as a String.
ElectricPotential(double, ElectricPotential.Unit) - Constructor for class org.djunits.quantity.ElectricPotential
Instantiate a ElectricPotential quantity with a unit.
ElectricPotential(ElectricPotential) - Constructor for class org.djunits.quantity.ElectricPotential
Construct ElectricPotential quantity.
ElectricPotential.Unit - Class in org.djunits.quantity
ElectricPotential.Unit encodes the units of electric potential (difference)
ELECTRONCHARGE - Static variable in class org.djunits.util.Constants
Electric charge of one electron.
ELECTRONMASS - Static variable in class org.djunits.util.Constants
Mass of an electron.
emu - Static variable in class org.djunits.quantity.ElectricCharge.Unit
emu (CGS EMU).
Energy - Class in org.djunits.quantity
Energy is a physical quantity representing the capacity to do work, measured in joules (J).
Energy(double, String) - Constructor for class org.djunits.quantity.Energy
Instantiate a Energy quantity with a unit, expressed as a String.
Energy(double, Energy.Unit) - Constructor for class org.djunits.quantity.Energy
Instantiate a Energy quantity with a unit.
Energy(Energy) - Constructor for class org.djunits.quantity.Energy
Construct Energy quantity.
Energy.Unit - Class in org.djunits.quantity
Energy.Unit encodes the units of energy.
EngineeringFormatter - Class in org.djunits.formatter
Format a value in Engineering notation, or normal floating point notation if that can represent the value more accurately.
eq(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is equal to another Quantity.
eq(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is equal to another Quantity.
eq0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is equal to 0.0.
eq0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is equal to 0.0.
equals(Object) - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
equals(Object) - Method in class org.djunits.quantity.def.AbstractReference
 
equals(Object) - Method in class org.djunits.quantity.def.Quantity
 
equals(Object) - Method in class org.djunits.unit.AbstractUnit
 
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.si.SIUnit
 
equals(Object) - Method in class org.djunits.unit.system.UnitSystem
 
equals(Object) - Method in class org.djunits.vecmat.d1.Vector1
 
equals(Object) - Method in class org.djunits.vecmat.d2.Vector2
 
equals(Object) - Method in class org.djunits.vecmat.d3.Vector3
 
equals(Object) - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
equals(Object) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
equals(Object) - Method in class org.djunits.vecmat.dn.VectorN
 
equals(Object) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
equals(Object) - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
equals(Object) - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
equals(Object) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
equals(Object) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
equals(Object) - Method in class org.djunits.vecmat.table.QuantityTable
 
equals(DataGridSi<?>, double) - Method in interface org.djunits.vecmat.storage.DataGridSi
Test if two datagrids are equal to a maximum absolute error epsilon.
EquivalentDose - Class in org.djunits.quantity
Equivalent dose is a measure of radiation exposure accounting for biological effect, expressed in sieverts (Sv).
EquivalentDose(double, String) - Constructor for class org.djunits.quantity.EquivalentDose
Instantiate a EquivalentDose quantity with a unit, expressed as a String.
EquivalentDose(double, EquivalentDose.Unit) - Constructor for class org.djunits.quantity.EquivalentDose
Instantiate a EquivalentDose quantity with a unit.
EquivalentDose(EquivalentDose) - Constructor for class org.djunits.quantity.EquivalentDose
Construct EquivalentDose quantity.
EquivalentDose.Unit - Class in org.djunits.quantity
EquivalentDose.Unit encodes the unit of radiation exposure.
erg - Static variable in class org.djunits.quantity.Energy.Unit
erg (cgs).
erg_g - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
erg/g.
erg_s - Static variable in class org.djunits.quantity.Power.Unit
erg per second.
esu - Static variable in class org.djunits.quantity.ElectricCharge.Unit
esu (CGS ESU).
eV - Static variable in class org.djunits.quantity.Energy.Unit
electronvolt.
eV - Static variable in class org.djunits.quantity.Mass.Unit
electronvolt = 1.782661907E-36 kg.

F

F - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
farad.
F - Static variable in class org.djunits.quantity.ElectricCharge.Unit
Faraday.
FACTORS - Static variable in enum class org.djunits.unit.si.SIPrefixes
The map that translates an SI prefix power to the SI Prefix.
FAHRENHEIT - Static variable in class org.djunits.quantity.Temperature.Reference
Fahrenheit.
fl_oz_imp - Static variable in class org.djunits.quantity.Volume.Unit
ounce (fluid imperial) = 1/20 imp pint.
fl_oz_US - Static variable in class org.djunits.quantity.Volume.Unit
ounce (fluid US) = 1/16 US pint.
FloatSparseValue<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.storage
Float-precision data point for a matrix that can be used for constructing sparse matrices.
FloatSparseValue(int, int, float) - Constructor for class org.djunits.vecmat.storage.FloatSparseValue
Create a data point for a sparse matrix.
FloatSparseValue(int, int, float, U) - Constructor for class org.djunits.vecmat.storage.FloatSparseValue
Create a data point for a sparse matrix.
FloatSparseValue(int, int, Q) - Constructor for class org.djunits.vecmat.storage.FloatSparseValue
Create a data point for a sparse matrix.
floatValue() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
floatValue() - Method in class org.djunits.quantity.def.Quantity
 
FlowMass - Class in org.djunits.quantity
Flow mass: The rate of mass passing through a surface per unit time, measured in kilograms per second (kg/s).
FlowMass(double, String) - Constructor for class org.djunits.quantity.FlowMass
Instantiate a FlowMass quantity with a unit, expressed as a String.
FlowMass(double, FlowMass.Unit) - Constructor for class org.djunits.quantity.FlowMass
Instantiate a FlowMass quantity with a unit.
FlowMass(FlowMass) - Constructor for class org.djunits.quantity.FlowMass
Construct FlowMass quantity.
FlowMass.Unit - Class in org.djunits.quantity
FlowMass.Unit encodes the units of mass flow.
FlowVolume - Class in org.djunits.quantity
Flow volume is the rate of volume passing through a surface per unit time, measured in cubic meters per second (m3/s).
FlowVolume(double, String) - Constructor for class org.djunits.quantity.FlowVolume
Instantiate a FlowVolume quantity with a unit, expressed as a String.
FlowVolume(double, FlowVolume.Unit) - Constructor for class org.djunits.quantity.FlowVolume
Instantiate a FlowVolume quantity with a unit.
FlowVolume(FlowVolume) - Constructor for class org.djunits.quantity.FlowVolume
Construct FlowVolume quantity.
FlowVolume.Unit - Class in org.djunits.quantity
FlowVolume.Unit encodes the units of volume flow.
fm - Static variable in class org.djunits.quantity.Length.Unit
femtometer.
fm2 - Static variable in class org.djunits.quantity.Area.Unit
Square femtometer.
Force - Class in org.djunits.quantity
Force is an interaction that changes the motion of an object, measured in newtons (N).
Force(double, String) - Constructor for class org.djunits.quantity.Force
Instantiate a Force quantity with a unit, expressed as a String.
Force(double, Force.Unit) - Constructor for class org.djunits.quantity.Force
Instantiate a Force quantity with a unit.
Force(Force) - Constructor for class org.djunits.quantity.Force
Construct Force quantity.
Force.Unit - Class in org.djunits.quantity
Force.Unit encodes the units of force.
format(double) - Static method in class org.djunits.formatter.EngineeringFormatter
Format a double in Engineering format using DEFAULTSIZE room.
format(double) - Static method in class org.djunits.formatter.Format
Format a floating point value.
format(double) - Static method in class org.djunits.formatter.Formatter
Format a floating point value.
format(double) - Method in class org.djunits.quantity.def.AbsoluteQuantity
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.quantity.def.Quantity
Format a string according to the current locale and the standard (minimized) format, such as "3.14" or "300.0".
format(double, int) - Static method in class org.djunits.formatter.EngineeringFormatter
Format a double in Engineering format.
format(double, int) - Static method in class org.djunits.formatter.Formatter
Format a floating point value.
format(double, int, int) - Static method in class org.djunits.formatter.Formatter
Format a floating point value.
format(double, String) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Format a string according to the current locale and the provided format string.
format(double, String) - Static method in class org.djunits.quantity.def.Quantity
Format a string according to the current locale and the provided format string.
Format - Class in org.djunits.formatter
Format a floating point number in a reasonable way.
formatString(int, int, String) - Static method in class org.djunits.formatter.Formatter
Build a format string.
Formatter - Class in org.djunits.formatter
Formatter of values with width and precision.
Fr - Static variable in class org.djunits.quantity.ElectricCharge.Unit
franklin (CGS ESU).
Frequency - Class in org.djunits.quantity
Frequency encodes the number of events per unit of duration.
Frequency(double, String) - Constructor for class org.djunits.quantity.Frequency
Instantiate a Frequency quantity with a unit, expressed as a String.
Frequency(double, Frequency.Unit) - Constructor for class org.djunits.quantity.Frequency
Instantiate a Frequency quantity with a unit.
Frequency(Frequency) - Constructor for class org.djunits.quantity.Frequency
Construct Frequency quantity.
Frequency.Unit - Class in org.djunits.quantity
Frequency.Unit encodes the units of frequency.
fromBaseValue(double) - Method in class org.djunits.unit.scale.GradeScale
 
fromBaseValue(double) - Method in class org.djunits.unit.scale.IdentityScale
 
fromBaseValue(double) - Method in class org.djunits.unit.scale.LinearScale
 
fromBaseValue(double) - Method in interface org.djunits.unit.scale.Scale
Convert a value from a base (SI) value to a value in the unit that uses this scale.
fromBaseValue(double) - Method in interface org.djunits.unit.UnitInterface
Convert an SI value to a value expressed in this unit.
ft - Static variable in class org.djunits.quantity.Length.Unit
foot (international) = 0.3048 m = 1/3 yd = 12 inches.
ft_h - Static variable in class org.djunits.quantity.Speed.Unit
ft/h.
ft_lbf - Static variable in class org.djunits.quantity.Energy.Unit
foot-pound force.
ft_lbf_h - Static variable in class org.djunits.quantity.Power.Unit
foot-pound-force per hour.
ft_lbf_min - Static variable in class org.djunits.quantity.Power.Unit
foot-pound-force per minute.
ft_lbf_s - Static variable in class org.djunits.quantity.Power.Unit
foot-pound-force per second.
ft_min - Static variable in class org.djunits.quantity.Speed.Unit
ft/min.
ft_s - Static variable in class org.djunits.quantity.Speed.Unit
ft/s.
ft_s2 - Static variable in class org.djunits.quantity.Acceleration.Unit
ft/s2.
ft2 - Static variable in class org.djunits.quantity.Area.Unit
ft2.
ft3 - Static variable in class org.djunits.quantity.Volume.Unit
ft^3.
ft3_min - Static variable in class org.djunits.quantity.FlowVolume.Unit
ft^3/min.
ft3_s - Static variable in class org.djunits.quantity.FlowVolume.Unit
ft^3/s.
ftHg - Static variable in class org.djunits.quantity.Pressure.Unit
foot Hg.

G

g - Static variable in class org.djunits.quantity.Acceleration.Unit
The standard gravity.
g - Static variable in class org.djunits.quantity.Mass.Unit
gram.
G - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
Gauss.
G - Static variable in class org.djunits.util.Constants
Gravitational constant, a.k.a.
g_cm3 - Static variable in class org.djunits.quantity.Density.Unit
g/cm^3.
Gal - Static variable in class org.djunits.quantity.Acceleration.Unit
Gal or cm/s.
gal_imp - Static variable in class org.djunits.quantity.Volume.Unit
gallon (imperial).
gal_US - Static variable in class org.djunits.quantity.Volume.Unit
gallon (US), fluids.
gal_US_day - Static variable in class org.djunits.quantity.FlowVolume.Unit
gallon/day (US).
gal_US_h - Static variable in class org.djunits.quantity.FlowVolume.Unit
gallon/hour (US).
gal_US_min - Static variable in class org.djunits.quantity.FlowVolume.Unit
gallon/min (US).
gal_US_s - Static variable in class org.djunits.quantity.FlowVolume.Unit
gallon/s (US).
GBq - Static variable in class org.djunits.quantity.RadioActivity.Unit
GBq.
ge(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is greater than or equal to another Quantity.
ge(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is greater than or equal to another Quantity.
ge0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is greater than or equal to 0.0.
ge0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is greater than or equal to 0.0.
generateSiPrefixes(boolean, boolean) - Method in class org.djunits.unit.AbstractUnit
Generate and register the units with all SI-prefixes.
get(int) - Method in class org.djunits.vecmat.def.Vector
Retrieve a value from the vector.
get(int, int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the quantity at position (row, col), where both row and col are 0-based values.
get(int, int) - Method in interface org.djunits.vecmat.storage.DataGridSi
Return element (row, col) from the grid as a double value, independent of the fact whether it is stored as a double.
get(int, int) - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
get(int, int) - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
get(int, int) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
get(int, int) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
get(Class<R>, String) - Static method in class org.djunits.quantity.def.AbstractReference
Fetch a reference by class and id.
get(String) - Static method in class org.djunits.quantity.Direction.Reference
Get a reference point for the direction, based on its id.
get(String) - Static method in class org.djunits.quantity.Position.Reference
Get a reference point for the position, based on its id.
get(String) - Static method in class org.djunits.quantity.Temperature.Reference
Get a reference point for the absolute temperature, based on its id.
get(String) - Static method in class org.djunits.quantity.Time.Reference
Get a reference point for the time, based on its id.
getBaseUnit() - Method in class org.djunits.quantity.AbsorbedDose.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Acceleration.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.AmountOfSubstance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Angle.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.AngularAcceleration.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.AngularVelocity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Area.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ArealObjectDensity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.CatalyticActivity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Density.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Duration.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricalCapacitance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricalConductance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricalInductance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricalResistance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricCharge.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricCurrent.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.ElectricPotential.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Energy.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.EquivalentDose.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.FlowMass.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.FlowVolume.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Force.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Frequency.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Illuminance.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Length.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.LinearDensity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.LinearObjectDensity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.LuminousFlux.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.LuminousIntensity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.MagneticFlux.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.MagneticFluxDensity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Mass.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Momentum.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Power.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Pressure.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.RadioActivity.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.SolidAngle.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Speed.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Temperature.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Torque.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.Volume.Unit
 
getBaseUnit() - Method in class org.djunits.quantity.VolumetricObjectDensity.Unit
 
getBaseUnit() - Method in class org.djunits.unit.si.SIUnit
 
getBaseUnit() - Method in interface org.djunits.unit.UnitInterface
Return the base unit for this unit.
getBaseUnit() - Method in class org.djunits.unit.Unitless
 
getColArray(int) - Method in interface org.djunits.vecmat.storage.DataGridSi
Get the data of a column as a (dense) double array.
getColumn() - Method in class org.djunits.vecmat.storage.DoubleSparseValue
 
getColumn() - Method in class org.djunits.vecmat.storage.FloatSparseValue
 
getColumnScalars(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Retrieve a column (0-based) from the matrix as an array of scalars.
getColumnSi(int) - Method in class org.djunits.vecmat.d1.Vector1
 
getColumnSi(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
getColumnSi(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
getColumnSi(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
getColumnSi(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
getColumnSi(int) - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
getColumnSi(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return an array with SI-values for the given column (0-based) from the vector or matrix.
getColumnSi(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
getColumnSi(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
getColumnSi(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
getColumnSi(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
getColumnSi(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
getColumnVector(int) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
getColumnVector(int) - Method in class org.djunits.vecmat.d1.Vector1
 
getColumnVector(int) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
getColumnVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
getColumnVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
getColumnVector(int) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
getColumnVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
getColumnVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
getColumnVector(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a quantity column (0-based) from the vector or matrix.
getColumnVector(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
getColumnVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
getColumnVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
getColumnVector(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
getColumnVector(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
getConversionFactorToGrade() - Method in class org.djunits.unit.scale.GradeScale
 
getDataArray() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return the data in row-major format.
getDataArray() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
getDataArray() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
getDataArray() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
getDataArray() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
getDataGrid() - Method in class org.djunits.vecmat.dn.MatrixNxN
Return the data grid in SI units.
getDataGrid() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Return the internal datagrid object, so we can retrieve data from it.
getDataGrid() - Method in class org.djunits.vecmat.table.QuantityTable
Return the internal datagrid object, so we can retrieve data from it.
getDefaultDisplayPrefix() - Method in class org.djunits.unit.si.SIPrefix
Retrieve the default display prefix.
getDefaultTextualPrefix() - Method in class org.djunits.unit.si.SIPrefix
Retrieve the default textual prefix.
getDiagonalScalars() - Method in class org.djunits.vecmat.def.SquareMatrix
Retrieve the main diagonal of the matrix as an array of scalars.
getDiagonalSi() - Method in class org.djunits.vecmat.def.SquareMatrix
Retrieve the main diagonal of the matrix as an array of doubles with SI-values.
getDiagonalVector() - Method in class org.djunits.vecmat.d1.Matrix1x1
 
getDiagonalVector() - Method in class org.djunits.vecmat.d2.Matrix2x2
 
getDiagonalVector() - Method in class org.djunits.vecmat.d3.Matrix3x3
 
getDiagonalVector() - Method in class org.djunits.vecmat.def.SquareMatrix
Retrieve the main diagonal of the matrix as a column vector.
getDiagonalVector() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
getDisplayAbbreviation() - Method in class org.djunits.unit.AbstractUnit
 
getDisplayAbbreviation() - Method in class org.djunits.unit.si.SIUnit
 
getDisplayAbbreviation() - Method in interface org.djunits.unit.UnitInterface
Retrieve the display abbreviation, and apply localization when possible.
getDisplayUnit() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
getDisplayUnit() - Method in class org.djunits.quantity.def.Quantity
 
getDisplayUnit() - Method in interface org.djunits.value.Value
Retrieve the unit of this Value.
getDisplayUnit() - Method in class org.djunits.vecmat.def.VectorMatrix
 
getFactor() - Method in class org.djunits.unit.si.SIPrefix
Retrieve the factor.
getId() - Method in class org.djunits.quantity.def.AbstractReference
 
getId() - Method in class org.djunits.unit.AbstractUnit
 
getId() - Method in class org.djunits.unit.si.SIUnit
 
getId() - Method in class org.djunits.unit.system.UnitSystem
Retrieve the abbreviation of this UnitSystem.
getId() - Method in interface org.djunits.unit.UnitInterface
Return the id, which is the main abbreviation, of the unit.
getInUnit() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Retrieve the relative quantity value in the current display unit.
getInUnit() - Method in class org.djunits.quantity.def.Quantity
Retrieve the value in the current display unit.
getInUnit(U) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Retrieve the relative quantity value converted into some specified unit.
getInUnit(U) - Method in class org.djunits.quantity.def.Quantity
Retrieve the value converted into some specified unit.
getName() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the "pretty" and localized name of the quantity.
getName() - Method in class org.djunits.quantity.def.AbstractReference
 
getName() - Method in class org.djunits.quantity.def.Quantity
Return the "pretty" name of the quantity.
getName() - Method in class org.djunits.unit.AbstractUnit
 
getName() - Method in class org.djunits.unit.si.SIUnit
 
getName() - Method in class org.djunits.unit.system.UnitSystem
Retrieve the name of this UnitSystem.
getName() - Method in interface org.djunits.unit.UnitInterface
Return the name, which is the main written explanation, of the unit.
getOffset() - Method in class org.djunits.quantity.def.AbstractReference
Return the offset w.r.t. the offset reference, or zero when the offset is not defined.
getOffsetReference() - Method in class org.djunits.quantity.def.AbstractReference
Return the offset reference for the offset, or null when the offset reference is not defined.
getPrefixName() - Method in class org.djunits.unit.si.SIPrefix
Retrieve the prefix name.
getQuantity() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the (relative) quantity relative to the reference.
getReference() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the reference point (zero or origin).
getReference() - Method in class org.djunits.quantity.Temperature.Unit
Return the default reference for this unit.
getReferenceMap() - Method in class org.djunits.quantity.def.AbstractReference
Return a safe copy of the static reference map for this Reference subclass.
getRow() - Method in class org.djunits.vecmat.storage.DoubleSparseValue
 
getRow() - Method in class org.djunits.vecmat.storage.FloatSparseValue
 
getRowArray(int) - Method in interface org.djunits.vecmat.storage.DataGridSi
Get the data of a row as a (dense) double array.
getRowScalars(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Retrieve a row (0-based) from the matrix as an array of scalars.
getRowSi(int) - Method in class org.djunits.vecmat.d1.Vector1
 
getRowSi(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
getRowSi(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
getRowSi(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
getRowSi(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
getRowSi(int) - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
getRowSi(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return an array with SI-values for the given row (0-based) from the vector or matrix.
getRowSi(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
getRowSi(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
getRowSi(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
getRowSi(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
getRowSi(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
getRowVector(int) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
getRowVector(int) - Method in class org.djunits.vecmat.d1.Vector1
 
getRowVector(int) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
getRowVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
getRowVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
getRowVector(int) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
getRowVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
getRowVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
getRowVector(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a quantity row (0-based) from the vector or matrix.
getRowVector(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
getRowVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
getRowVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
getRowVector(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
getRowVector(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
getScalarArray() - Method in class org.djunits.vecmat.d1.Vector1
 
getScalarArray() - Method in class org.djunits.vecmat.d2.Vector2
 
getScalarArray() - Method in class org.djunits.vecmat.d3.Vector3
 
getScalarArray() - Method in class org.djunits.vecmat.def.Vector
Return the vector as an array of scalars.
getScalarArray() - Method in class org.djunits.vecmat.dn.VectorN
 
getScalarGrid() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the vector or matrix as a 2D array of scalars.
getScale() - Method in class org.djunits.unit.AbstractUnit
 
getScale() - Method in class org.djunits.unit.si.SIUnit
 
getScale() - Method in interface org.djunits.unit.UnitInterface
Retrieve the scale of this unit.
getScaleFactorToBaseUnit() - Method in class org.djunits.unit.scale.LinearScale
Retrieve the factor for conversion to the standard unit.
getSiPrefix() - Method in class org.djunits.unit.AbstractUnit
 
getSiPrefix() - Method in class org.djunits.unit.si.SIUnit
 
getSiPrefix() - Method in interface org.djunits.unit.UnitInterface
Return the SI-prefix so it can be localized if necessary.
getSiPrefix(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
Look up and return the prefix information for the given prefix key (e.g., "G" for "giga").
getSiPrefixKilo(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
Return the prefix information for the given prefix key (e.g., "G" for "giga"), with an offset of a factor 1000 for units that have "kilo" as the default.
getSiPrefixPer(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
Look up and return the prefix information for the given prefix key (e.g., "/n" for "per nano").
getStoredDisplayAbbreviation() - Method in class org.djunits.unit.AbstractUnit
 
getStoredDisplayAbbreviation() - Method in class org.djunits.unit.si.SIUnit
 
getStoredDisplayAbbreviation() - Method in interface org.djunits.unit.UnitInterface
Retrieve the stored display abbreviation, without localization.
getStoredName() - Method in class org.djunits.unit.AbstractUnit
 
getStoredName() - Method in class org.djunits.unit.si.SIUnit
 
getStoredName() - Method in interface org.djunits.unit.UnitInterface
Return the name, which is the main written explanation, of the unit.
getStoredTextualAbbreviation() - Method in class org.djunits.unit.AbstractUnit
 
getStoredTextualAbbreviation() - Method in class org.djunits.unit.si.SIUnit
 
getStoredTextualAbbreviation() - Method in interface org.djunits.unit.UnitInterface
Retrieve the stored textual abbreviation, which doubles as the id of the unit.
getTextualAbbreviation() - Method in class org.djunits.unit.AbstractUnit
 
getTextualAbbreviation() - Method in class org.djunits.unit.si.SIUnit
 
getTextualAbbreviation() - Method in interface org.djunits.unit.UnitInterface
Retrieve the textual abbreviation, which doubles as the id of the unit.
getUnitSystem() - Method in class org.djunits.unit.AbstractUnit
 
getUnitSystem() - Method in class org.djunits.unit.si.SIUnit
 
getUnitSystem() - Method in interface org.djunits.unit.UnitInterface
Retrieve the unit system of this unit.
GeV - Static variable in class org.djunits.quantity.Energy.Unit
giga-electronvolt.
GeV - Static variable in class org.djunits.quantity.Mass.Unit
gigaelectronvolt.
GHz - Static variable in class org.djunits.quantity.Frequency.Unit
gigaHertz.
GJ - Static variable in class org.djunits.quantity.Energy.Unit
gigajoule.
Gohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
giga-ohm.
GPS - Static variable in class org.djunits.quantity.Time.Reference
GPS.
grad - Static variable in class org.djunits.quantity.Angle.Unit
grad.
grad_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
grad per second.
grad_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
grad per second squared.
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.
GREGORIAN - Static variable in class org.djunits.quantity.Time.Reference
Gregorian.
gt(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is greater than another Quantity.
gt(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is greater than another Quantity.
gt0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is greater than 0.0.
gt0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is greater than 0.0.
GV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
gigavolt.
GW - Static variable in class org.djunits.quantity.Power.Unit
gigawatt.
GWh - Static variable in class org.djunits.quantity.Energy.Unit
gigawatt hour.
Gy - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
Gray.

H

h - Static variable in class org.djunits.quantity.Duration.Unit
hour.
H - Static variable in class org.djunits.quantity.ElectricalInductance.Unit
henry.
ha - Static variable in class org.djunits.quantity.Area.Unit
hectare.
Hadamard<VM,SI> - Interface in org.djunits.vecmat.operations
Hadamard operations are element-wise operations on vectors, matrices or collections of quantities.
HALF_PI - Static variable in class org.djunits.quantity.Angle
Constant with value pi/2 radians.
hashCode() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
hashCode() - Method in class org.djunits.quantity.def.AbstractReference
 
hashCode() - Method in class org.djunits.quantity.def.Quantity
 
hashCode() - Method in class org.djunits.unit.AbstractUnit
 
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.si.SIUnit
 
hashCode() - Method in class org.djunits.unit.system.UnitSystem
 
hashCode() - Method in class org.djunits.vecmat.d1.Vector1
 
hashCode() - Method in class org.djunits.vecmat.d2.Vector2
 
hashCode() - Method in class org.djunits.vecmat.d3.Vector3
 
hashCode() - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
hashCode() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
hashCode() - Method in class org.djunits.vecmat.dn.VectorN
 
hashCode() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
hashCode() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
hashCode() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
hashCode() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
hashCode() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
hashCode() - Method in class org.djunits.vecmat.table.QuantityTable
 
hm - Static variable in class org.djunits.quantity.Length.Unit
hectometer.
hm2 - Static variable in class org.djunits.quantity.Area.Unit
Square hectometer.
hm3 - Static variable in class org.djunits.quantity.Volume.Unit
hm^3.
hp_M - Static variable in class org.djunits.quantity.Power.Unit
horsepower (metric).
hPa - Static variable in class org.djunits.quantity.Pressure.Unit
hectopascal.
Hz - Static variable in class org.djunits.quantity.Frequency.Unit
hertz.

I

IdentityScale - Class in org.djunits.unit.scale
A Scale for standard, e.g.
Illuminance - Class in org.djunits.quantity
Illuminance is the luminous flux incident on a surface per unit area, measured in lux (lx).
Illuminance(double, String) - Constructor for class org.djunits.quantity.Illuminance
Instantiate a Illuminance quantity with a unit, expressed as a String.
Illuminance(double, Illuminance.Unit) - Constructor for class org.djunits.quantity.Illuminance
Instantiate a Illuminance quantity with a unit.
Illuminance(Illuminance) - Constructor for class org.djunits.quantity.Illuminance
Construct Illuminance quantity.
Illuminance.Unit - Class in org.djunits.quantity
Illuminance.Unit encodes the units of illuminance.
IMPERIAL - Static variable in class org.djunits.unit.system.UnitSystem
Imperial system.
in - Static variable in class org.djunits.quantity.Length.Unit
inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.
in_h - Static variable in class org.djunits.quantity.Speed.Unit
in/h.
in_lbf - Static variable in class org.djunits.quantity.Energy.Unit
inch-pound force.
in_min - Static variable in class org.djunits.quantity.Speed.Unit
in/min.
in_s - Static variable in class org.djunits.quantity.Speed.Unit
in/s.
in_s2 - Static variable in class org.djunits.quantity.Acceleration.Unit
in/s2.
in2 - Static variable in class org.djunits.quantity.Area.Unit
in2.
in3 - Static variable in class org.djunits.quantity.Volume.Unit
in^3.
in3_min - Static variable in class org.djunits.quantity.FlowVolume.Unit
in^3/min.
in3_s - Static variable in class org.djunits.quantity.FlowVolume.Unit
in^3/s.
inHg - Static variable in class org.djunits.quantity.Pressure.Unit
inch Hg.
instantiate(double) - Method in class org.djunits.quantity.AbsorbedDose
 
instantiate(double) - Method in class org.djunits.quantity.Acceleration
 
instantiate(double) - Method in class org.djunits.quantity.AmountOfSubstance
 
instantiate(double) - Method in class org.djunits.quantity.Angle
 
instantiate(double) - Method in class org.djunits.quantity.AngularAcceleration
 
instantiate(double) - Method in class org.djunits.quantity.AngularVelocity
 
instantiate(double) - Method in class org.djunits.quantity.Area
 
instantiate(double) - Method in class org.djunits.quantity.ArealObjectDensity
 
instantiate(double) - Method in class org.djunits.quantity.CatalyticActivity
 
instantiate(double) - Method in class org.djunits.quantity.def.Quantity
Instantiate a quantity with an SI or base value.
instantiate(double) - Method in class org.djunits.quantity.Density
 
instantiate(double) - Method in class org.djunits.quantity.Dimensionless
 
instantiate(double) - Method in class org.djunits.quantity.Duration
 
instantiate(double) - Method in class org.djunits.quantity.ElectricalCapacitance
 
instantiate(double) - Method in class org.djunits.quantity.ElectricalConductance
 
instantiate(double) - Method in class org.djunits.quantity.ElectricalInductance
 
instantiate(double) - Method in class org.djunits.quantity.ElectricalResistance
 
instantiate(double) - Method in class org.djunits.quantity.ElectricCharge
 
instantiate(double) - Method in class org.djunits.quantity.ElectricCurrent
 
instantiate(double) - Method in class org.djunits.quantity.ElectricPotential
 
instantiate(double) - Method in class org.djunits.quantity.Energy
 
instantiate(double) - Method in class org.djunits.quantity.EquivalentDose
 
instantiate(double) - Method in class org.djunits.quantity.FlowMass
 
instantiate(double) - Method in class org.djunits.quantity.FlowVolume
 
instantiate(double) - Method in class org.djunits.quantity.Force
 
instantiate(double) - Method in class org.djunits.quantity.Frequency
 
instantiate(double) - Method in class org.djunits.quantity.Illuminance
 
instantiate(double) - Method in class org.djunits.quantity.Length
 
instantiate(double) - Method in class org.djunits.quantity.LinearDensity
 
instantiate(double) - Method in class org.djunits.quantity.LinearObjectDensity
 
instantiate(double) - Method in class org.djunits.quantity.LuminousFlux
 
instantiate(double) - Method in class org.djunits.quantity.LuminousIntensity
 
instantiate(double) - Method in class org.djunits.quantity.MagneticFlux
 
instantiate(double) - Method in class org.djunits.quantity.MagneticFluxDensity
 
instantiate(double) - Method in class org.djunits.quantity.Mass
 
instantiate(double) - Method in class org.djunits.quantity.Momentum
 
instantiate(double) - Method in class org.djunits.quantity.Power
 
instantiate(double) - Method in class org.djunits.quantity.Pressure
 
instantiate(double) - Method in class org.djunits.quantity.RadioActivity
 
instantiate(double) - Method in class org.djunits.quantity.SIQuantity
 
instantiate(double) - Method in class org.djunits.quantity.SolidAngle
 
instantiate(double) - Method in class org.djunits.quantity.Speed
 
instantiate(double) - Method in class org.djunits.quantity.TemperatureDifference
 
instantiate(double) - Method in class org.djunits.quantity.Torque
 
instantiate(double) - Method in class org.djunits.quantity.Volume
 
instantiate(double) - Method in class org.djunits.quantity.VolumetricObjectDensity
 
instantiate(double, U) - Method in class org.djunits.quantity.def.Quantity
Instantiate a quantity with a value and a unit.
instantiate(Angle, Direction.Reference) - Method in class org.djunits.quantity.Direction
 
instantiate(Duration, Time.Reference) - Method in class org.djunits.quantity.Time
 
instantiate(Length, Position.Reference) - Method in class org.djunits.quantity.Position
 
instantiate(TemperatureDifference, Temperature.Reference) - Method in class org.djunits.quantity.Temperature
 
instantiate(Q, R) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Instantiate an absolute quantity with a quantity and a reference.
instantiateNew(double[]) - Method in interface org.djunits.vecmat.storage.DataGridSi
Instantiate a new version of the DataGrid object with the given data and the same number of rows and columns.
instantiateNew(double[]) - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
instantiateNew(double[]) - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
instantiateNew(double[]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
instantiateNew(double[]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
instantiateNew(double[], int, int) - Method in interface org.djunits.vecmat.storage.DataGridSi
Instantiate a new version of the DataGrid object with the given data and the given number of rows and columns.
instantiateNew(double[], int, int) - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
instantiateNew(double[], int, int) - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
instantiateNew(double[], int, int) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
instantiateNew(double[], int, int) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
instantiateSi(double) - Method in class org.djunits.vecmat.d1.Vector1
Return a column or row vector with x and y values in SI or BASE units.
instantiateSi(double[]) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.d1.Vector1
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.d2.Vector2
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.d3.Vector3
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a new vector or matrix with the given SI or BASE values.
instantiateSi(double[]) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
instantiateSi(double[]) - Method in class org.djunits.vecmat.table.QuantityTable
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d1.Vector1
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a new vector or matrix in SI-units with the given SI or BASE values.
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
instantiateSi(double[], SIUnit) - Method in class org.djunits.vecmat.table.QuantityTable
 
instantiateSi(double, double) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
instantiateSi(double, double) - Method in class org.djunits.vecmat.d2.Vector2
Return a column or row vector with x and y values in SI or BASE units.
instantiateSi(double, double) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
instantiateSi(double, double, double) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
instantiateSi(double, double, double) - Method in class org.djunits.vecmat.d3.Vector3
Return a new column or row vector with adapted x, y and z values.
instantiateSi(double, double, double) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
interpolate(A, A, double) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Interpolate between two absolute quantities.
interpolate(Q, Q, double) - Static method in class org.djunits.quantity.def.Quantity
Interpolate between two quantities.
intValue() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
intValue() - Method in class org.djunits.quantity.def.Quantity
 
inverse() - Method in class org.djunits.vecmat.d1.Matrix1x1
 
inverse() - Method in class org.djunits.vecmat.d2.Matrix2x2
 
inverse() - Method in class org.djunits.vecmat.d3.Matrix3x3
 
inverse() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the inverse of the square matrix, if the matrix is non-singular.
inverse() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
inverse(double[], int) - Static method in class org.djunits.util.MatrixMath
Calculate the inverse.
invert() - Method in class org.djunits.unit.si.SIUnit
Invert a set of SI dimensions; instead of m/s we get s/m.
invertElements() - Method in class org.djunits.vecmat.d1.Matrix1x1
 
invertElements() - Method in class org.djunits.vecmat.d2.Matrix2x2
 
invertElements() - Method in class org.djunits.vecmat.d2.Vector2.Row
 
invertElements() - Method in class org.djunits.vecmat.d3.Matrix3x3
 
invertElements() - Method in class org.djunits.vecmat.d3.Vector3.Col
 
invertElements() - Method in class org.djunits.vecmat.d3.Vector3.Row
 
invertElements() - Method in class org.djunits.vecmat.def.VectorMatrix
 
invertElements() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
invertElements() - Method in class org.djunits.vecmat.dn.VectorN.Col
 
invertElements() - Method in class org.djunits.vecmat.dn.VectorN.Row
 
invertElements() - Method in interface org.djunits.vecmat.operations.Hadamard
Invert the vector, matrix or table on an element-by-element basis.
isAbsolute() - Method in interface org.djunits.value.Value
Indicate whether this is an Absolute Value.
isBaseScale() - Method in class org.djunits.unit.scale.GradeScale
 
isBaseScale() - Method in class org.djunits.unit.scale.LinearScale
 
isBaseScale() - Method in interface org.djunits.unit.scale.Scale
Return whether a scale is a 'standard' scale.
isColumnVector() - Method in class org.djunits.vecmat.d1.Vector1
 
isColumnVector() - Method in class org.djunits.vecmat.d2.Vector2.Col
 
isColumnVector() - Method in class org.djunits.vecmat.d2.Vector2
Return whether this vector is a column vector.
isColumnVector() - Method in class org.djunits.vecmat.d2.Vector2.Row
 
isColumnVector() - Method in class org.djunits.vecmat.d3.Vector3.Col
 
isColumnVector() - Method in class org.djunits.vecmat.d3.Vector3
Return whether this vector is a column vector.
isColumnVector() - Method in class org.djunits.vecmat.d3.Vector3.Row
 
isColumnVector() - Method in class org.djunits.vecmat.def.Vector
Return whether this vector is a column vector.
isColumnVector() - Method in class org.djunits.vecmat.dn.VectorN.Col
 
isColumnVector() - Method in class org.djunits.vecmat.dn.VectorN.Row
 
isDense() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return whether the data is dense.
isDense() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
isDense() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
isDense() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
isDense() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
isDouble() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return whether the data is double precision.
isDouble() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
isDouble() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
isDouble() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
isDouble() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
isFloat() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return whether the data is single precision.
isRelative() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
isRelative() - Method in class org.djunits.quantity.def.Quantity
 
isRelative() - Method in interface org.djunits.value.Value
Indicate whether this is a Relative Value.
isRelative() - Method in class org.djunits.vecmat.d1.Vector1
 
isRelative() - Method in class org.djunits.vecmat.d2.Vector2
 
isRelative() - Method in class org.djunits.vecmat.d3.Vector3
 
isRelative() - Method in class org.djunits.vecmat.def.VectorMatrix
 
isSingularFromLU(MatrixMath.LU, int, double) - Static method in class org.djunits.util.MatrixMath
Determine whether the matrix is singular, based on the LU decomposition.
isSkewSymmetric() - Method in class org.djunits.vecmat.def.SquareMatrix
Return whether the matrix is skew symmetric.
isSkewSymmetric(double[], int) - Static method in class org.djunits.util.MatrixMath
Return whether the matrix is skew-symmetric, using a default tolerance.
isSkewSymmetric(double[], int, double) - Static method in class org.djunits.util.MatrixMath
Return whether the matrix is skew-symmetric, within the given tolerance.
isSkewSymmetric(Q) - Method in class org.djunits.vecmat.def.SquareMatrix
Return whether the matrix is skew symmetric, up to a tolerance.
isSparse() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return whether the data is sparse.
isSymmetric() - Method in class org.djunits.vecmat.def.SquareMatrix
Return whether the matrix is symmetric.
isSymmetric(double[], int) - Static method in class org.djunits.util.MatrixMath
Return whether the matrix is symmetric, using a default tolerance.
isSymmetric(double[], int, double) - Static method in class org.djunits.util.MatrixMath
Return whether the matrix is symmetric, within the given tolerance.
isSymmetric(Q) - Method in class org.djunits.vecmat.def.SquareMatrix
Return whether the matrix is symmetric, up to a tolerance.
iterator() - Method in class org.djunits.vecmat.d1.Vector1
 
iterator() - Method in class org.djunits.vecmat.d2.Vector2
 
iterator() - Method in class org.djunits.vecmat.d3.Vector3
 
iterator() - Method in class org.djunits.vecmat.def.Vector
Create and return an iterator over the scalars in this vector in proper sequence.
iterator() - Method in class org.djunits.vecmat.dn.VectorN
 

J

J - Static variable in class org.djunits.quantity.Energy.Unit
Joule.

K

K - Static variable in class org.djunits.quantity.Temperature.Unit
Kelvin.
kA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
kiloampere.
kAh - Static variable in class org.djunits.quantity.ElectricCharge.Unit
kiloampere hour.
kat - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
katal.
kBq - Static variable in class org.djunits.quantity.RadioActivity.Unit
kBq.
kcal - Static variable in class org.djunits.quantity.Energy.Unit
kilocalorie.
KELVIN - Static variable in class org.djunits.quantity.Temperature.Reference
Kelvin.
keV - Static variable in class org.djunits.quantity.Energy.Unit
kilo-electronvolt.
keV - Static variable in class org.djunits.quantity.Mass.Unit
kiloelectronvolt.
kg - Static variable in class org.djunits.quantity.Mass.Unit
kilogram.
kg_m - Static variable in class org.djunits.quantity.LinearDensity.Unit
Kilogram per meter.
kg_m3 - Static variable in class org.djunits.quantity.Density.Unit
kg/m^3.
kg_s - Static variable in class org.djunits.quantity.FlowMass.Unit
kg/s.
kgf - Static variable in class org.djunits.quantity.Force.Unit
kilogram-force.
kgf_mm2 - Static variable in class org.djunits.quantity.Pressure.Unit
kilogram-force per square millimeter.
kgm_s - Static variable in class org.djunits.quantity.Momentum.Unit
kgm/s.
kHz - Static variable in class org.djunits.quantity.Frequency.Unit
kiloHertz.
KILO - Enum constant in enum class org.djunits.unit.si.SIPrefixes
SI prefixes allowed, but default starts with "kilo" / "k", e.g., for the "kilogram".
KILO_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
The SI prefixes and their values for the "KILO" settings.
kJ - Static variable in class org.djunits.quantity.Energy.Unit
kilojoule.
klx - Static variable in class org.djunits.quantity.Illuminance.Unit
klux.
km - Static variable in class org.djunits.quantity.Length.Unit
kilometer.
km_h - Static variable in class org.djunits.quantity.Speed.Unit
km/h.
km_h2 - Static variable in class org.djunits.quantity.Acceleration.Unit
km/h2.
km_s - Static variable in class org.djunits.quantity.Speed.Unit
km/s.
km2 - Static variable in class org.djunits.quantity.Area.Unit
Square kilometer.
km3 - Static variable in class org.djunits.quantity.Volume.Unit
km^3.
kohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
kilo-ohm.
kPa - Static variable in class org.djunits.quantity.Pressure.Unit
kilopascal.
kt - Static variable in class org.djunits.quantity.Speed.Unit
knot = Nautical Mile per hour.
kt_s - Static variable in class org.djunits.quantity.Acceleration.Unit
kt/s = Nautical Mile / h / s.
kV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
kilovolt.
kW - Static variable in class org.djunits.quantity.Power.Unit
kilowatt.
kWh - Static variable in class org.djunits.quantity.Energy.Unit
kilowatt hour.

L

L - Static variable in class org.djunits.quantity.Volume.Unit
liter.
L_day - Static variable in class org.djunits.quantity.FlowVolume.Unit
L/day.
L_h - Static variable in class org.djunits.quantity.FlowVolume.Unit
L/hour.
L_min - Static variable in class org.djunits.quantity.FlowVolume.Unit
L/min.
L_s - Static variable in class org.djunits.quantity.FlowVolume.Unit
L/s.
lb - Static variable in class org.djunits.quantity.Mass.Unit
pound.
lb_s - Static variable in class org.djunits.quantity.FlowMass.Unit
lb/s.
lbf - Static variable in class org.djunits.quantity.Force.Unit
pound-force.
lbf_ft - Static variable in class org.djunits.quantity.Torque.Unit
Pound foot.
lbf_ft2 - Static variable in class org.djunits.quantity.Pressure.Unit
pound-force per square foot.
lbf_in - Static variable in class org.djunits.quantity.Torque.Unit
Pound inch.
lbf_in2 - Static variable in class org.djunits.quantity.Pressure.Unit
pound-force per square inch.
le(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is less than or equal to another Quantity.
le(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is less than or equal to another Quantity.
le0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is less than or equal to 0.0.
le0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is less than or equal to 0.0.
Length - Class in org.djunits.quantity
Length is the measure of distance between two points, expressed in meters (m).
Length(double, String) - Constructor for class org.djunits.quantity.Length
Instantiate a Length quantity with a unit, expressed as a String.
Length(double, Length.Unit) - Constructor for class org.djunits.quantity.Length
Instantiate a Length quantity with a unit.
Length(Length) - Constructor for class org.djunits.quantity.Length
Construct Length quantity.
Length.Unit - Class in org.djunits.quantity
Length.Unit encodes the length unit.
LIGHTSPEED - Static variable in class org.djunits.util.Constants
Speed of light in vacuum.
LinearDensity - Class in org.djunits.quantity
Linear density is mass per unit length of an object, measured in kilograms per meter (kg/m).
LinearDensity(double, String) - Constructor for class org.djunits.quantity.LinearDensity
Instantiate a LinearDensity quantity with a unit, expressed as a String.
LinearDensity(double, LinearDensity.Unit) - Constructor for class org.djunits.quantity.LinearDensity
Instantiate a LinearDensity quantity with a unit.
LinearDensity(LinearDensity) - Constructor for class org.djunits.quantity.LinearDensity
Construct LinearDensity quantity.
LinearDensity.Unit - Class in org.djunits.quantity
LinearDensity.Unit encodes unit for mass per unit length.
LinearObjectDensity - Class in org.djunits.quantity
Linear object density counts the number of objects per unit of length, measured in number per meter (/m).
LinearObjectDensity(double, String) - Constructor for class org.djunits.quantity.LinearObjectDensity
Instantiate a LinearObjectDensity quantity with a unit, expressed as a String.
LinearObjectDensity(double, LinearObjectDensity.Unit) - Constructor for class org.djunits.quantity.LinearObjectDensity
Instantiate a LinearObjectDensity quantity with a unit.
LinearObjectDensity(LinearObjectDensity) - Constructor for class org.djunits.quantity.LinearObjectDensity
Construct LinearObjectDensity quantity.
LinearObjectDensity.Unit - Class in org.djunits.quantity
LinearObjectDensity.Unit encodes the unit for the number of objects per unit of length.
LinearScale - Class in org.djunits.unit.scale
A Scale for linear transformations not involving a zero-offset, e.g. for Length, Time, Area.
LinearScale(double) - Constructor for class org.djunits.unit.scale.LinearScale
Construct a Scale for linear transformations.
LinearScale(double, double) - Constructor for class org.djunits.unit.scale.LinearScale
Construct a Scale for linear transformations, with a numerator and denominator.
lm - Static variable in class org.djunits.quantity.LuminousFlux.Unit
Lumen.
localizedQuantityName(Class<? extends UnitInterface<?, ?>>) - Static method in class org.djunits.unit.Units
Get the localized unit name for a unit class.
localizedQuantityName(Locale, String) - Static method in class org.djunits.unit.Units
Lookup a quantity name for a given locale.
localizedUnitDisplayAbbr(Class<?>, String) - Static method in class org.djunits.unit.Units
Lookup a display abbreviation for a given unit key.
localizedUnitDisplayAbbr(Locale, String, String) - Static method in class org.djunits.unit.Units
Lookup a display abbreviation for a given unit key.
localizedUnitName(Class<?>, String) - Static method in class org.djunits.unit.Units
Lookup a display name for a given unit key.
localizedUnitName(Locale, String, String) - Static method in class org.djunits.unit.Units
Lookup a display Name for a given unit key.
localizedUnitTextualAbbr(Class<?>, String) - Static method in class org.djunits.unit.Units
Lookup a textual abbreviation (key) for a given unit key.
localizedUnitTextualAbbr(Locale, String, String) - Static method in class org.djunits.unit.Units
Lookup a textual abbreviation for a given unit key.
long_tn - Static variable in class org.djunits.quantity.Mass.Unit
long ton = 2240 lb.
longValue() - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
longValue() - Method in class org.djunits.quantity.def.Quantity
 
lt(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is less than another Quantity.
lt(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is less than another Quantity.
lt0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is less than 0.0.
lt0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is less than 0.0.
LU(double[], int[], int, double) - Constructor for class org.djunits.util.MatrixMath.LU
Construct an LU instance.
luDecompose(double[], int) - Static method in class org.djunits.util.MatrixMath
Decompose.
LUMINOUS_EFFICACY_540THZ - Static variable in class org.djunits.util.Constants
The luminous efficacy Kcd of monochromatic radiation of frequency 540x10^12 Hz (540 THz).
LuminousFlux - Class in org.djunits.quantity
Luminous flux is the total perceived power of light emitted by a source, measured in lumens (lm).
LuminousFlux(double, String) - Constructor for class org.djunits.quantity.LuminousFlux
Instantiate a LuminousFlux quantity with a unit, expressed as a String.
LuminousFlux(double, LuminousFlux.Unit) - Constructor for class org.djunits.quantity.LuminousFlux
Instantiate a LuminousFlux quantity with a unit.
LuminousFlux(LuminousFlux) - Constructor for class org.djunits.quantity.LuminousFlux
Construct LuminousFlux quantity.
LuminousFlux.Unit - Class in org.djunits.quantity
LuminousFlux.Unit encodes the units of total perceived power of light emitted by a source.
LuminousIntensity - Class in org.djunits.quantity
Luminous intensity is the luminous flux emitted per unit solid angle, measured in candelas (cd).
LuminousIntensity(double, String) - Constructor for class org.djunits.quantity.LuminousIntensity
Instantiate a LuminousIntensity quantity with a unit, expressed as a String.
LuminousIntensity(double, LuminousIntensity.Unit) - Constructor for class org.djunits.quantity.LuminousIntensity
Instantiate a LuminousIntensity quantity with a unit.
LuminousIntensity(LuminousIntensity) - Constructor for class org.djunits.quantity.LuminousIntensity
Construct LuminousIntensity quantity.
LuminousIntensity.Unit - Class in org.djunits.quantity
LuminousIntensity.Unit encodes the units of luminous flux emitted per unit solid angle.
luSolveInPlace(MatrixMath.LU, int, double[]) - Static method in class org.djunits.util.MatrixMath
Solve LU x = b for one right-hand side vector b (vector solve).
lx - Static variable in class org.djunits.quantity.Illuminance.Unit
Lux.
ly - Static variable in class org.djunits.quantity.Length.Unit
Lightyear = 9,460,730,472,580,800 m.
ly3 - Static variable in class org.djunits.quantity.Volume.Unit
Cubic lightyear.

M

m - Static variable in class org.djunits.quantity.Length.Unit
meter.
m_h - Static variable in class org.djunits.quantity.Speed.Unit
m/h.
m_kgf - Static variable in class org.djunits.quantity.Torque.Unit
meter kilogram-force.
m_s - Static variable in class org.djunits.quantity.Speed.Unit
Meter per second.
m_s2 - Static variable in class org.djunits.quantity.Acceleration.Unit
m/s2.
m2 - Static variable in class org.djunits.quantity.Area.Unit
Square meter.
m3 - Static variable in class org.djunits.quantity.Volume.Unit
Cubic meter.
m3_day - Static variable in class org.djunits.quantity.FlowVolume.Unit
m^3/day.
m3_h - Static variable in class org.djunits.quantity.FlowVolume.Unit
m^3/hour.
m3_min - Static variable in class org.djunits.quantity.FlowVolume.Unit
m^3/min.
m3_s - Static variable in class org.djunits.quantity.FlowVolume.Unit
m3/s.
mA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
milliampere.
MA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
megaampere.
MagneticFlux - Class in org.djunits.quantity
Magnetic flux is the total magnetic field passing through a given area, measured in webers (Wb).
MagneticFlux(double, String) - Constructor for class org.djunits.quantity.MagneticFlux
Instantiate a MagneticFlux quantity with a unit, expressed as a String.
MagneticFlux(double, MagneticFlux.Unit) - Constructor for class org.djunits.quantity.MagneticFlux
Instantiate a MagneticFlux quantity with a unit.
MagneticFlux(MagneticFlux) - Constructor for class org.djunits.quantity.MagneticFlux
Construct MagneticFlux quantity.
MagneticFlux.Unit - Class in org.djunits.quantity
MagneticFlux.Unit encodes the units of total magnetic field passing through a given area.
MagneticFluxDensity - Class in org.djunits.quantity
Magnetic flux density is the strength of the magnetic field per unit area, measured in teslas (T).
MagneticFluxDensity(double, String) - Constructor for class org.djunits.quantity.MagneticFluxDensity
Instantiate a MagneticFluxDensity quantity with a unit, expressed as a String.
MagneticFluxDensity(double, MagneticFluxDensity.Unit) - Constructor for class org.djunits.quantity.MagneticFluxDensity
Instantiate a MagneticFluxDensity quantity with a unit.
MagneticFluxDensity(MagneticFluxDensity) - Constructor for class org.djunits.quantity.MagneticFluxDensity
Construct MagneticFluxDensity quantity.
MagneticFluxDensity.Unit - Class in org.djunits.quantity
MagneticFluxDensity.Unit encodes the units of strength of the magnetic field per unit area.
mAh - Static variable in class org.djunits.quantity.ElectricCharge.Unit
milliampere hour.
MAh - Static variable in class org.djunits.quantity.ElectricCharge.Unit
megaampere hour.
mapFor(Class<?>) - Static method in class org.djunits.quantity.def.AbstractReference
Get or create the inner map for a specific Reference subclass.
mAs - Static variable in class org.djunits.quantity.ElectricCharge.Unit
milliampere second.
Mass - Class in org.djunits.quantity
Mass is the amount of matter in an object, measured in kilograms (kg).
Mass(double, String) - Constructor for class org.djunits.quantity.Mass
Instantiate a Mass quantity with a unit, expressed as a String.
Mass(double, Mass.Unit) - Constructor for class org.djunits.quantity.Mass
Instantiate a Mass quantity with a unit.
Mass(Mass) - Constructor for class org.djunits.quantity.Mass
Construct Mass quantity.
Mass.Unit - Class in org.djunits.quantity
Mass.Unit encodes the unit of the amount of matter in an object.
Math2 - Class in org.djunits.util
Math2 contains a few utility methods that are missing in the Math package.
Matrix<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,M extends Matrix<Q,U,M,SI,H>,SI extends Matrix<SIQuantity,SIUnit,SI,?,?>,H extends Matrix<?,?,?,?,?>> - Class in org.djunits.vecmat.def
Matrix contains a number of standard operations on matrices of relative quantities.
Matrix(U) - Constructor for class org.djunits.vecmat.def.Matrix
Create a new matrix with a unit.
Matrix1x1<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d1
Matrix1x1 implements a matrix with 1x1 real-valued entries.
Matrix1x1(double[], U) - Constructor for class org.djunits.vecmat.d1.Matrix1x1
Create a new Matrix1x1 with a unit.
Matrix2x2<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d2
Matrix2x2 implements a matrix with 2x2 real-valued entries.
Matrix2x2(double[], U) - Constructor for class org.djunits.vecmat.d2.Matrix2x2
Create a new Matrix2x2 with a unit.
Matrix3x3<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d3
Matrix3x3 implements a matrix with 3x3 real-valued entries.
Matrix3x3(double[], U) - Constructor for class org.djunits.vecmat.d3.Matrix3x3
Create a new Matrix3x3 with a unit.
MatrixMath - Class in org.djunits.util
MatrixMath implements a number of methods for linear algebra operations on square matrices, such as LU decomposition, inverse, trace, etc.
MatrixMath.LU - Class in org.djunits.util
Helper class for LU decomposition with partial pivoting.
MatrixNxM<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.dnxm
MatrixNxM implements a matrix with NxM real-valued entries.
MatrixNxM(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.dnxm.MatrixNxM
Create a new NxM Matrix with a unit, based on a DataGrid storage object that contains SI data.
MatrixNxN<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.dn
MatrixNxN implements a square matrix with NxN real-valued entries.
MatrixNxN(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.dn.MatrixNxN
Create a new NxN Matrix with a unit, based on a DataGrid storage object that contains SI data.
max() - Method in class org.djunits.vecmat.d1.Vector1
 
max() - Method in class org.djunits.vecmat.d2.Vector2
 
max() - Method in class org.djunits.vecmat.d3.Vector3
 
max() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the maximum value of the elements of the vector or matrix.
max(double...) - Static method in class org.djunits.util.Math2
Return the maximum value within an array of values.
max(A, A...) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Return the maximum value of one or more quantities.
max(Q, Q...) - Static method in class org.djunits.quantity.def.Quantity
Return the maximum value of one or more quantities.
maxAbs(double...) - Static method in class org.djunits.util.Math2
Return the maximum absolute value within an array of values.
mbar - Static variable in class org.djunits.quantity.Pressure.Unit
millibar.
MBq - Static variable in class org.djunits.quantity.RadioActivity.Unit
MBq.
mC - Static variable in class org.djunits.quantity.ElectricCharge.Unit
milliCoulomb = mA.s.
mcheckCol(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Check if the 1-based column is within bounds.
mcheckRow(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Check if the 1-based row is within bounds.
mCi - Static variable in class org.djunits.quantity.RadioActivity.Unit
milliCurie.
mean() - Method in class org.djunits.vecmat.d1.Vector1
 
mean() - Method in class org.djunits.vecmat.d2.Vector2
 
mean() - Method in class org.djunits.vecmat.d3.Vector3
 
mean() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the mean value of the elements of the vector or matrix.
mean(A, A...) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Return the mean of one or more quantities.
mean(Q, Q...) - Static method in class org.djunits.quantity.def.Quantity
Return the mean of one or more quantities.
median() - Method in class org.djunits.vecmat.d1.Vector1
 
median() - Method in class org.djunits.vecmat.d2.Vector2
 
median() - Method in class org.djunits.vecmat.d3.Vector3
 
median() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the median value of the elements of the vector or matrix.
median(double...) - Static method in class org.djunits.util.Math2
Computes the median of the provided values, skipping NaN entries.
meV - Static variable in class org.djunits.quantity.Mass.Unit
millielectronvolt (note, no dash between milli and electron; the SI style guide forbids spaces or hyphens).
MeV - Static variable in class org.djunits.quantity.Energy.Unit
mega-electronvolt.
MeV - Static variable in class org.djunits.quantity.Mass.Unit
megaelectronvolt.
mF - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
mF.
mg - Static variable in class org.djunits.quantity.Mass.Unit
milligram.
mget(int) - Method in class org.djunits.vecmat.def.Vector
Retrieve a value from the vector, based on a 1-valued index.
mget(int, int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the quantity at position (row, col), where both row and col are 1-based values.
mgetColumnScalars(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Retrieve a column (1-based) from the matrix as an array of scalars.
mgetColumnSi(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return an array with SI-values for the given column (1-based) from the vector or matrix.
mgetColumnVector(int) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d1.Vector1
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a quantity column (1-based) from the vector or matrix.
mgetColumnVector(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
mgetColumnVector(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
mgetRowScalars(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Retrieve a row (1-based) from the matrix as an array of scalars.
mgetRowSi(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return an array with SI-values for the given row (1-based) from the vector or matrix.
mgetRowVector(int) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d1.Vector1
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
mgetRowVector(int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
mgetRowVector(int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return a quantity row (1-based) from the vector or matrix.
mgetRowVector(int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
mgetRowVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
mgetRowVector(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
mgetRowVector(int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
mgetRowVector(int) - Method in class org.djunits.vecmat.table.QuantityTable
 
mGy - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
mGy.
MHz - Static variable in class org.djunits.quantity.Frequency.Unit
megaHertz.
mi - Static variable in class org.djunits.quantity.Length.Unit
mile (international) = 5280 ft = 1760 yd.
mi_h - Static variable in class org.djunits.quantity.Speed.Unit
mi/h.
mi_h_s - Static variable in class org.djunits.quantity.Acceleration.Unit
mi/h/s.
mi_h2 - Static variable in class org.djunits.quantity.Acceleration.Unit
mi/h2.
mi_min - Static variable in class org.djunits.quantity.Speed.Unit
mi/min.
mi_s - Static variable in class org.djunits.quantity.Speed.Unit
mi/s.
mi_s2 - Static variable in class org.djunits.quantity.Acceleration.Unit
mi/s2.
mi2 - Static variable in class org.djunits.quantity.Area.Unit
mile2.
mi3 - Static variable in class org.djunits.quantity.Volume.Unit
mile^3.
min - Static variable in class org.djunits.quantity.Duration.Unit
minute.
min() - Method in class org.djunits.vecmat.d1.Vector1
 
min() - Method in class org.djunits.vecmat.d2.Vector2
 
min() - Method in class org.djunits.vecmat.d3.Vector3
 
min() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the minimum value of the elements of the vector or matrix.
min(double...) - Static method in class org.djunits.util.Math2
Return the minimum value within an array of values.
min(A, A...) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Return the minimum value of one or more quantities.
min(Q, Q...) - Static method in class org.djunits.quantity.def.Quantity
Return the minimum value of one or more quantities.
minAbs(double...) - Static method in class org.djunits.util.Math2
Return the mimimum absolute value within an array of values.
minus(SIUnit) - Method in class org.djunits.unit.si.SIUnit
Subtract a set of SI dimensions from this SIUnit.
mJ - Static variable in class org.djunits.quantity.Energy.Unit
millijoule.
MJ - Static variable in class org.djunits.quantity.Energy.Unit
megajoule.
mkat - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
mkat.
mlx - Static variable in class org.djunits.quantity.Illuminance.Unit
mlux.
mm - Static variable in class org.djunits.quantity.Length.Unit
millimeter.
mm2 - Static variable in class org.djunits.quantity.Area.Unit
Square millimeter.
mm3 - Static variable in class org.djunits.quantity.Volume.Unit
mm^3.
mmHg - Static variable in class org.djunits.quantity.Pressure.Unit
mm Hg.
mmol - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
mmol.
mode() - Method in class org.djunits.vecmat.d1.Vector1
 
mode() - Method in class org.djunits.vecmat.d2.Vector2
 
mode() - Method in class org.djunits.vecmat.d3.Vector3
 
mode() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the largest value of the elements of the vector or matrix.
mohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
milli-ohm.
Mohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
mega-ohm.
mol - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
Mole.
Momentum - Class in org.djunits.quantity
Momentum is the product of an object's mass and velocity, measured in kilogram meters per second (kgm/s).
Momentum(double, String) - Constructor for class org.djunits.quantity.Momentum
Instantiate a Momentum quantity with a unit, expressed as a String.
Momentum(double, Momentum.Unit) - Constructor for class org.djunits.quantity.Momentum
Instantiate a Momentum quantity with a unit.
Momentum(Momentum) - Constructor for class org.djunits.quantity.Momentum
Construct Momentum quantity.
Momentum.Unit - Class in org.djunits.quantity
Momentum.Unit encodes a unit for the product of an object's mass and velocity.
ms - Static variable in class org.djunits.quantity.Duration.Unit
millisecond.
mS - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
mS.
msi(int) - Method in class org.djunits.vecmat.def.Vector
Retrieve an si-value from the vector, based on a 1-valued index.
msi(int, int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the si-value at position (row, col), where both row and col are 1-based values.
mSv - Static variable in class org.djunits.quantity.EquivalentDose.Unit
mSv.
mT - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
mT.
MTS - Static variable in class org.djunits.unit.system.UnitSystem
MTS: meter-tonne-second system.
muA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
microampere.
muC - Static variable in class org.djunits.quantity.ElectricCharge.Unit
microCoulomb = muA.s.
muCi - Static variable in class org.djunits.quantity.RadioActivity.Unit
microCurie.
mueV - Static variable in class org.djunits.quantity.Mass.Unit
microelectronvolt.
muF - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
uF.
mug - Static variable in class org.djunits.quantity.Mass.Unit
microgram.
muGy - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
µGy.
muJ - Static variable in class org.djunits.quantity.Energy.Unit
microjoule.
mukat - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
µkat.
multiply(double[], double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise multiplication a * b.
multiply(double[], double[], int, int, int) - Static method in class org.djunits.util.MatrixMath
Multiply A (m x n, row-major) with B (n x p, row-major) to produce C (m x p, row-major).
multiply(Acceleration) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.
multiply(Acceleration) - Method in class org.djunits.quantity.Mass
Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
multiply(Acceleration) - Method in class org.djunits.quantity.Momentum
Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.
multiply(Angle) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.
multiply(AngularAcceleration) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.
multiply(AngularVelocity) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.
multiply(AngularVelocity) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.
multiply(Area) - Method in class org.djunits.quantity.ArealObjectDensity
Multiplies this areal object density by an area to yield a dimensionless count.
multiply(Area) - Method in class org.djunits.quantity.Illuminance
Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.
multiply(Area) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and Area, which results in a Volume quantity.
multiply(Area) - Method in class org.djunits.quantity.LinearObjectDensity
Calculate the multiplication of LinearObjectDensity and Area, which results in a Length scalar.
multiply(Area) - Method in class org.djunits.quantity.MagneticFluxDensity
Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.
multiply(Area) - Method in class org.djunits.quantity.Pressure
Calculate the multiplication of Pressure and Area, which results in a Force scalar.
multiply(Area) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.
multiply(Area) - Method in class org.djunits.quantity.VolumetricObjectDensity
Multiplies this volumetric object density by an area to yield a linear object density.
multiply(ArealObjectDensity) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and ArealObjectDensity, which results in a Dimensionless scalar.
multiply(Quantity<?, ?>) - Method in class org.djunits.quantity.def.Quantity
Multiply this quantity with another quantity, and return a SIQuantity as the result.
multiply(Density) - Method in class org.djunits.quantity.FlowVolume
Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.
multiply(Density) - Method in class org.djunits.quantity.Volume
Calculate the multiplication of Volume and Density, which results in a Mass scalar.
multiply(Duration) - Method in class org.djunits.quantity.Acceleration
Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.
multiply(Duration) - Method in class org.djunits.quantity.AngularAcceleration
Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.
multiply(Duration) - Method in class org.djunits.quantity.CatalyticActivity
Calculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.
multiply(Duration) - Method in class org.djunits.quantity.ElectricalConductance
Calculate the multiplication of ElectricalConductance and Duration, which results in a ElectricalCapacitance scalar.
multiply(Duration) - Method in class org.djunits.quantity.ElectricalResistance
Calculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.
multiply(Duration) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.
multiply(Duration) - Method in class org.djunits.quantity.FlowMass
Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.
multiply(Duration) - Method in class org.djunits.quantity.FlowVolume
Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.
multiply(Duration) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and Duration, which results in a Dimensionless scalar.
multiply(Duration) - Method in class org.djunits.quantity.Power
Calculate the multiplication of Power and Duration, which results in a Energy scalar.
multiply(Duration) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Duration, which results in a Length scalar.
multiply(ElectricalConductance) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and ElectricalConductance, which results in a ElectricalCapacitance scalar.
multiply(ElectricalConductance) - Method in class org.djunits.quantity.ElectricalResistance
Calculate the multiplication of ElectricalResistance and ElectricalConductance, which results in a Dimensionless scalar.
multiply(ElectricalResistance) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and ElectricalResistance, which results in a ElectricalInductance scalar.
multiply(ElectricalResistance) - Method in class org.djunits.quantity.ElectricalConductance
Calculate the multiplication of ElectricalConductance and ElectricalResistance, which results in a Dimensionless scalar.
multiply(ElectricalResistance) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the multiplication of ElectricalCurrent and ElectricalResistance, which results in a ElectricalPotential scalar.
multiply(ElectricCurrent) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and ElectricCurrent, which results in a ElectricCharge scalar.
multiply(ElectricCurrent) - Method in class org.djunits.quantity.ElectricalResistance
Calculate the multiplication of ElectricalResistance and ElectricCurrent, which results in a ElectricPotential scalar.
multiply(ElectricCurrent) - Method in class org.djunits.quantity.ElectricPotential
Calculate the multiplication of ElectricPotential and ElectricCurrent, which results in a Power scalar.
multiply(ElectricPotential) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and ElectricPotential, which results in a MagneticFlux scalar.
multiply(ElectricPotential) - Method in class org.djunits.quantity.ElectricalCapacitance
Calculate the multiplication of ElectricalCapacitance and ElectricPotential, which results in a ElectricCharge scalar.
multiply(ElectricPotential) - Method in class org.djunits.quantity.ElectricalConductance
Calculate the multiplication of ElectricalConductance and ElectricPotential, which results in a ElectricCurrent scalar.
multiply(ElectricPotential) - Method in class org.djunits.quantity.ElectricCurrent
Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.
multiply(Energy) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.
multiply(Energy) - Method in class org.djunits.quantity.LinearObjectDensity
Calculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.
multiply(FlowMass) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.
multiply(FlowMass) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and FlowMass, which results in a Momentum quantity.
multiply(FlowMass) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
multiply(FlowVolume) - Method in class org.djunits.quantity.Density
Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.
multiply(FlowVolume) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.
multiply(Force) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and Force, which results in a Energy quantity.
multiply(Force) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Force, which results in a Power scalar.
multiply(Frequency) - Method in class org.djunits.quantity.Angle
Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.
multiply(Frequency) - Method in class org.djunits.quantity.Energy
Calculate the multiplication of Energy and Frequency, which results in a Power scalar.
multiply(Frequency) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and Frequency, which results in a Speed quantity.
multiply(Frequency) - Method in class org.djunits.quantity.Mass
Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.
multiply(Frequency) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.
multiply(Frequency) - Method in class org.djunits.quantity.Torque
Calculate the multiplication of Torque and Frequency, which results in a Power scalar.
multiply(Illuminance) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.
multiply(Length) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and Length, which results in a Volume scalar.
multiply(Length) - Method in class org.djunits.quantity.ArealObjectDensity
Multiplies this areal object density by a length to yield a linear object density.
multiply(Length) - Method in class org.djunits.quantity.FlowMass
Calculate the multiplication of FlowMass and Length, which results in a Momentum scalar.
multiply(Length) - Method in class org.djunits.quantity.Force
Calculate the multiplication of Force and Length, which results in a Energy scalar.
multiply(Length) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and Length, which results in a Speed scalar.
multiply(Length) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and Length, which results in a Area quantity.
multiply(Length) - Method in class org.djunits.quantity.LinearDensity
Multiplies this linear density by a length to yield a mass.
multiply(Length) - Method in class org.djunits.quantity.LinearObjectDensity
Calculate the multiplication of LinearObjectDensity and Length, which results in a Dimensionless scalar.
multiply(Length) - Method in class org.djunits.quantity.VolumetricObjectDensity
Multiplies this volumetric object density by a length to yield an areal object density.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and LinearObjectDensity, which results in a Length scalar.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Energy
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Length
Calculate the multiplication of Length and LinearObjectDensity, which results in a Dimensionless quantity.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and LinearObjectDensity, which results in a Frequency scalar.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Torque
Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.
multiply(LinearObjectDensity) - Method in class org.djunits.quantity.Volume
Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.
multiply(LuminousIntensity) - Method in class org.djunits.quantity.SolidAngle
Calculate the multiplication of SolidAngle and LuminousIntensity, which results in a LuminousFlux scalar.
multiply(Mass) - Method in class org.djunits.quantity.Acceleration
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.
multiply(Mass) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.
multiply(Momentum) - Method in class org.djunits.quantity.Acceleration
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.
multiply(Momentum) - Method in class org.djunits.quantity.Speed
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.
multiply(Power) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and Power, which results in a Energy scalar.
multiply(Pressure) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and Pressure, which results in a Force scalar.
multiply(Pressure) - Method in class org.djunits.quantity.Volume
Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.
multiply(SolidAngle) - Method in class org.djunits.quantity.LuminousIntensity
Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar.
multiply(Speed) - Method in class org.djunits.quantity.Area
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.
multiply(Speed) - Method in class org.djunits.quantity.Duration
Calculate the multiplication of Duration and Speed, which results in a Length scalar.
multiply(Speed) - Method in class org.djunits.quantity.FlowMass
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
multiply(Speed) - Method in class org.djunits.quantity.Force
Calculate the multiplication of Force and Speed, which results in a Power scalar.
multiply(Speed) - Method in class org.djunits.quantity.Frequency
Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.
multiply(Speed) - Method in class org.djunits.quantity.LinearDensity
Multiplies this linear density by a speed to yield a mass flow.
multiply(Speed) - Method in class org.djunits.quantity.LinearObjectDensity
Calculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.
multiply(Speed) - Method in class org.djunits.quantity.Mass
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.
multiply(Speed) - Method in class org.djunits.quantity.Momentum
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.
multiply(Volume) - Method in class org.djunits.quantity.Density
Calculate the multiplication of Density and Volume, which results in a Mass scalar.
multiply(Volume) - Method in class org.djunits.quantity.Pressure
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.
multiply(Volume) - Method in class org.djunits.quantity.VolumetricObjectDensity
Multiplies this volumetric object density by a volume to yield a dimensionless count.
multiply(Matrix1x1<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
Multiply this matrix with another matrix using matrix multiplication and return the result.
multiply(Matrix1x1<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Matrix1x1, resulting in a MatrixNxM.
multiply(Vector1<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
Multiply this matrix with a column vector, resulting in a column vector.
multiply(Vector1<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Vector1, resulting in a MatrixNxM.
multiply(Matrix2x2<?, ?>) - Method in class org.djunits.vecmat.d2.Matrix2x2
Multiply this matrix with another matrix using matrix multiplication and return the result.
multiply(Matrix2x2<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Row
Multiply this row vector with a matrix, resulting in a column vector.
multiply(Matrix2x2<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Matrix2x2, resulting in a MatrixNxM.
multiply(Vector2.Col<?, ?>) - Method in class org.djunits.vecmat.d2.Matrix2x2
Multiply this matrix with a column vector, resulting in a column vector.
multiply(Vector2.Col<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Row
Multiply this row vector with a column vector, resulting in a scalar quantity.
multiply(Vector2.Col<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Vector2.Col, resulting in a Vector2.Col.
multiply(Vector2.Row<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
Multiply this matrix with a row vector, resulting in a row vector.
multiply(Vector2.Row<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Col
Multiply this column vector with a row vector, resulting in a square matrix.
multiply(Matrix3x3<?, ?>) - Method in class org.djunits.vecmat.d3.Matrix3x3
Multiply this matrix with another matrix using matrix multiplication and return the result.
multiply(Matrix3x3<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Row
Multiply this row vector with a matrix, resulting in a column vector.
multiply(Matrix3x3<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Matrix3x3, resulting in a MatrixNxM.
multiply(Vector3.Col<?, ?>) - Method in class org.djunits.vecmat.d3.Matrix3x3
Multiply this matrix with a column vector, resulting in a column vector.
multiply(Vector3.Col<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Row
Multiply this row vector with a column vector, resulting in a scalar quantity.
multiply(Vector3.Col<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a Vector3.Col, resulting in a Vector3.Col.
multiply(Vector3.Row<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
Multiply this matrix with a row vector, resulting in a row vector.
multiply(Vector3.Row<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Col
Multiply this column vector with a row vector, resulting in a square matrix.
multiply(MatrixNxN<?, ?>) - Method in class org.djunits.vecmat.dn.MatrixNxN
Multiply this matrix with another matrix using matrix multiplication and return the result.
multiply(MatrixNxN<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a MatrixNxM, resulting in a MatrixNxM.
multiply(VectorN.Col<?, ?>) - Method in class org.djunits.vecmat.dn.MatrixNxN
Multiply this matrix with a column vector, resulting in a column vector.
multiply(VectorN.Col<?, ?>) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
Multiply this vector or matrix with a VectorN.Col, resulting in a VectorN.Col.
multiply(VectorN.Row<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
Multiply this matrix with a row vector, resulting in a row vector.
multiply(MatrixNxM<?, ?>) - Method in class org.djunits.vecmat.def.Matrix
Multiply this vector or matrix with a MatrixNxM, resulting in a MatrixNxM.
multiplyElements(H) - Method in class org.djunits.vecmat.def.VectorMatrix
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.def.VectorMatrix
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
multiplyElements(Quantity<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
multiplyElements(Quantity<?, ?>) - Method in interface org.djunits.vecmat.operations.Hadamard
Multiply the elements of this vector, matrix or table by the given quantity.
multiplyElements(Dimensionless) - Method in class org.djunits.vecmat.def.VectorMatrix
Multiply the elements of this vector, matrix or table by the given quantity.
multiplyElements(Matrix1x1<?, ?>) - Method in class org.djunits.vecmat.d1.Matrix1x1
 
multiplyElements(Matrix2x2<?, ?>) - Method in class org.djunits.vecmat.d2.Matrix2x2
 
multiplyElements(Vector2.Row<?, ?>) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
multiplyElements(Matrix3x3<?, ?>) - Method in class org.djunits.vecmat.d3.Matrix3x3
 
multiplyElements(Vector3.Col<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
multiplyElements(Vector3.Row<?, ?>) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
multiplyElements(MatrixNxN<?, ?>) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
multiplyElements(VectorN.Col<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
multiplyElements(VectorN.Row<?, ?>) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
multiplyElements(VM) - Method in interface org.djunits.vecmat.operations.Hadamard
Multiply the elements of this vector, matrix or table on an element-by-element basis with those of another collection of the same type (but possibly representing another quantity).
mulx - Static variable in class org.djunits.quantity.Illuminance.Unit
mulux.
mum - Static variable in class org.djunits.quantity.Length.Unit
micrometer.
mum2 - Static variable in class org.djunits.quantity.Area.Unit
Square micrometer.
mumol - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
µmol.
muohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
micro-ohm.
mus - Static variable in class org.djunits.quantity.Duration.Unit
microsecond.
muS - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
muS.
muSv - Static variable in class org.djunits.quantity.EquivalentDose.Unit
µSv.
muT - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
muT.
muV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
microvolt.
muW - Static variable in class org.djunits.quantity.Power.Unit
microwatt.
muWb - Static variable in class org.djunits.quantity.MagneticFlux.Unit
muWb.
muWh - Static variable in class org.djunits.quantity.Energy.Unit
microwatt hour.
mV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
millivolt.
MV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
megavolt.
mW - Static variable in class org.djunits.quantity.Power.Unit
milliwatt.
MW - Static variable in class org.djunits.quantity.Power.Unit
megawatt.
mWb - Static variable in class org.djunits.quantity.MagneticFlux.Unit
mWb.
mWh - Static variable in class org.djunits.quantity.Energy.Unit
milliwatt hour.
MWh - Static variable in class org.djunits.quantity.Energy.Unit
megawatt hour.
Mx - Static variable in class org.djunits.quantity.MagneticFlux.Unit
Maxwell.

N

N - Static variable in class org.djunits.quantity.Force.Unit
Gray.
NaN - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Acceleration
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Angle
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Area
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Density
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Dimensionless
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Duration
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Energy
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.FlowMass
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.FlowVolume
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Force
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Frequency
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Illuminance
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Length
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.LinearDensity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Mass
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Momentum
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Power
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Pressure
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.RadioActivity
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.SolidAngle
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Speed
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Torque
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.Volume
Constant with value NaN.
NaN - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value NaN.
nCi - Static variable in class org.djunits.quantity.RadioActivity.Unit
nanoCurie.
ne(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is not equal to another Quantity.
ne(Q) - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is not equal to another Quantity.
ne0() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Test if this Quantity is not equal to 0.0.
ne0() - Method in class org.djunits.quantity.def.Quantity
Test if this Quantity is not equal to 0.0.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Acceleration
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Angle
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Area
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Density
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Dimensionless
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Duration
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Energy
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.FlowMass
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.FlowVolume
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Force
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Frequency
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Illuminance
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Length
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.LinearDensity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Mass
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Momentum
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Power
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Pressure
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.RadioActivity
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.SolidAngle
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Speed
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Torque
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.Volume
Constant with value -MAX_VALUE.
NEG_MAXVALUE - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value -MAX_VALUE.
negate() - Method in class org.djunits.quantity.def.Quantity
 
negate() - Method in interface org.djunits.value.Additive
Negate this element, based on the SI-values.
negate() - Method in class org.djunits.vecmat.d1.Vector1
 
negate() - Method in class org.djunits.vecmat.d2.Vector2
 
negate() - Method in class org.djunits.vecmat.d3.Vector3
 
negate() - Method in class org.djunits.vecmat.def.VectorMatrix
 
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Acceleration
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Angle
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Area
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Density
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Dimensionless
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Duration
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Energy
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.FlowMass
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.FlowVolume
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Force
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Frequency
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Illuminance
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Length
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.LinearDensity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Mass
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Momentum
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Power
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Pressure
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.RadioActivity
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.SolidAngle
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Speed
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Torque
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.Volume
Constant with value NEGATIVE_INFINITY.
NEGATIVE_INFINITY - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value NEGATIVE_INFINITY.
NEUTRONMASS - Static variable in class org.djunits.util.Constants
Mass of a neutron.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.djunits.unit.Units.Utf8Control
 
nF - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
nF.
nkat - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
nkat.
nm - Static variable in class org.djunits.quantity.Length.Unit
nanometer.
Nm - Static variable in class org.djunits.quantity.Torque.Unit
Newton meter.
NM - Static variable in class org.djunits.quantity.Length.Unit
nautical mile (international) = 1852 m.
nm2 - Static variable in class org.djunits.quantity.Area.Unit
Square nanometer.
NM2 - Static variable in class org.djunits.quantity.Area.Unit
Nautical mile2.
NM3 - Static variable in class org.djunits.quantity.Volume.Unit
Nautical mile^3.
nmol - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
nmol.
NONE - Enum constant in enum class org.djunits.unit.si.SIPrefixes
No SI prefixes allowed.
NonInvertibleMatrixException - Exception in org.djunits.vecmat
NonInvertibleMatrixException is throws on inverting a singular matrix.
NonInvertibleMatrixException() - Constructor for exception org.djunits.vecmat.NonInvertibleMatrixException
Create a NonInvertibleMatrixException without any explanation.
NonInvertibleMatrixException(String) - Constructor for exception org.djunits.vecmat.NonInvertibleMatrixException
Create a NonInvertibleMatrixException with a message.
NonInvertibleMatrixException(String, Throwable) - Constructor for exception org.djunits.vecmat.NonInvertibleMatrixException
Create a NonInvertibleMatrixException with a message and a cause.
NonInvertibleMatrixException(Throwable) - Constructor for exception org.djunits.vecmat.NonInvertibleMatrixException
Create a NonInvertibleMatrixException with a cause.
norm() - Method in interface org.djunits.vecmat.operations.Normed
Return the norm of this element, expressed as a quantity.
normalize(double) - Static method in class org.djunits.quantity.Angle
Normalize an angle between 0 and 2 * PI.
normalize(Angle) - Static method in class org.djunits.quantity.Angle
Normalize an angle between 0 and 2 * PI.
Normed<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Interface in org.djunits.vecmat.operations
Normed calculates a norm of an element, expressed as a quantity.
normFrobenius() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the Frobenius norm of the matrix, which is equal to sqrt(trace(A*.A)).
normL1() - Method in class org.djunits.vecmat.d1.Vector1
 
normL1() - Method in class org.djunits.vecmat.d2.Vector2
 
normL1() - Method in class org.djunits.vecmat.d3.Vector3
 
normL1() - Method in class org.djunits.vecmat.dn.VectorN
 
normL1() - Method in interface org.djunits.vecmat.operations.Normed
Return the L1-norm of this element, expressed as a quantity.
normL2() - Method in class org.djunits.vecmat.d1.Vector1
 
normL2() - Method in class org.djunits.vecmat.d2.Vector2
 
normL2() - Method in class org.djunits.vecmat.d3.Vector3
 
normL2() - Method in class org.djunits.vecmat.dn.VectorN
 
normL2() - Method in interface org.djunits.vecmat.operations.Normed
Return the L2-norm of this element, expressed as a quantity.
normLinf() - Method in class org.djunits.vecmat.d1.Vector1
 
normLinf() - Method in class org.djunits.vecmat.d2.Vector2
 
normLinf() - Method in class org.djunits.vecmat.d3.Vector3
 
normLinf() - Method in class org.djunits.vecmat.dn.VectorN
 
normLinf() - Method in interface org.djunits.vecmat.operations.Normed
Return the L∞-norm of this element, expressed as a quantity.
normLp(int) - Method in class org.djunits.vecmat.d1.Vector1
 
normLp(int) - Method in class org.djunits.vecmat.d2.Vector2
 
normLp(int) - Method in class org.djunits.vecmat.d3.Vector3
 
normLp(int) - Method in class org.djunits.vecmat.dn.VectorN
 
normLp(int) - Method in interface org.djunits.vecmat.operations.Normed
Return the Lp-norm of this element, expressed as a quantity.
NORTH - Static variable in class org.djunits.quantity.Direction.Reference
North is zero.
ns - Static variable in class org.djunits.quantity.Duration.Unit
nanosecond.
nS - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
nS.
nT - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
nT.
NUMBER_DIMENSIONS - Static variable in class org.djunits.unit.si.SIUnit
The (currently) 9 dimensions we take into account: rad, sr, kg, m, s, A, K, mol, cd.
nWb - Static variable in class org.djunits.quantity.MagneticFlux.Unit
nWb.
nx - Static variable in class org.djunits.quantity.Illuminance.Unit
nox.

O

of(double[][], U) - Static method in class org.djunits.vecmat.d1.Matrix1x1
Create a new Matrix1x1 with a unit, based on a 2-dimensional grid.
of(double[][], U) - Static method in class org.djunits.vecmat.d2.Matrix2x2
Create a new Matrix2x2 with a unit, based on a 2-dimensional grid.
of(double[][], U) - Static method in class org.djunits.vecmat.d3.Matrix3x3
Create a new Matrix3x3 with a unit, based on a 2-dimensional grid.
of(double[][], U) - Static method in class org.djunits.vecmat.dn.MatrixNxN
Create a new MatrixNxN with a unit, based on a 2-dimensional grid.
of(double[][], U) - Static method in class org.djunits.vecmat.dnxm.MatrixNxM
Create a new MatrixNxM with a unit, based on a 2-dimensional double grid.
of(double[][], U) - Static method in class org.djunits.vecmat.table.QuantityTable
Create a new NxM QuantityTable with a unit, based on a 2-dimensional double grid.
of(double[], int, int, U) - Static method in class org.djunits.vecmat.dnxm.MatrixNxM
Create a new MatrixNxM with a unit, based on a 1-dimensional double array.
of(double[], int, int, U) - Static method in class org.djunits.vecmat.table.QuantityTable
Create a new NxM QuantityTable with a unit, based on a 1-dimensional double array.
of(double[], U) - Static method in class org.djunits.vecmat.d1.Matrix1x1
Create a new Matrix1x1 with a unit, based on a 1-dimensional array.
of(double[], U) - Static method in class org.djunits.vecmat.d2.Matrix2x2
Create a new Matrix2x2 with a unit, based on a 1-dimensional array.
of(double[], U) - Static method in class org.djunits.vecmat.d3.Matrix3x3
Create a new Matrix3x3 with a unit, based on a 1-dimensional array.
of(double[], U) - Static method in class org.djunits.vecmat.dn.MatrixNxN
Create a new MatrixNxN with a unit, based on a 1-dimensional array.
of(double[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a double[] array that contains data in the given unit.
of(double[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a double[] array that contains data in the given unit.
of(double, double, double, U) - Static method in class org.djunits.vecmat.d3.Vector3.Col
Create a Vector3 column vector without needing generics.
of(double, double, double, U) - Static method in class org.djunits.vecmat.d3.Vector3.Row
Create a Vector3 row vector without needing generics.
of(double, double, U) - Static method in class org.djunits.vecmat.d2.Vector2.Col
Create a Vector2 column vector without needing generics.
of(double, double, U) - Static method in class org.djunits.vecmat.d2.Vector2.Row
Create a Vector2 row vector without needing generics.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.ArealObjectDensity
Returns a ArealObjectDensity based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.ElectricCharge
Returns a ElectricCharge based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.ElectricCurrent
Returns a ElectricCurrent based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.ElectricPotential
Returns a ElectricPotential based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.LinearObjectDensity
Returns a LinearObjectDensity based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.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.quantity.SIQuantity
Returns an SI quantity based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.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.quantity.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.quantity.TemperatureDifference
Returns a TemperatureDifference based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.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.quantity.Volume
Returns a Volume based on a value and the textual representation of the unit, which can be localized.
of(double, String) - Static method in class org.djunits.quantity.VolumetricObjectDensity
Returns a VolumetricObjectDensity based on a value and the textual representation of the unit, which can be localized.
of(double, String, A, R) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Returns an absolute quantity based on a value and the textual representation of the unit, which can be localized.
of(double, String, Direction.Reference) - Static method in class org.djunits.quantity.Direction
Returns a Direction based on a value and the textual representation of the unit, which can be localized.
of(double, String, Position.Reference) - Static method in class org.djunits.quantity.Position
Returns a Position based on a value and the textual representation of the unit, which can be localized.
of(double, String, Temperature.Reference) - Static method in class org.djunits.quantity.Temperature
Returns a Temperature based on a value and the textual representation of the unit, which can be localized.
of(double, String, Time.Reference) - Static method in class org.djunits.quantity.Time
Returns a Time based on a value and the textual representation of the unit, which can be localized.
of(double, String, Q) - Static method in class org.djunits.quantity.def.Quantity
Returns a quantity based on a value and the textual representation of the unit, which can be localized.
of(double, U) - Static method in class org.djunits.vecmat.d1.Vector1
Create a Vector1 without needing generics.
of(String) - Static method in class org.djunits.unit.si.SIUnit
Parse a string representing SI dimensions to an SIUnit object.
of(List<Q>, U) - Static method in class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a quantity list that contains data.
of(List<Q>, U) - Static method in class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a quantity list that contains data.
of(Q[][], U) - Static method in class org.djunits.vecmat.dnxm.MatrixNxM
Create a new MatrixNxM with a unit, based on a 2-dimensional quantity grid.
of(Q[][], U) - Static method in class org.djunits.vecmat.table.QuantityTable
Create a new NxM QuantityTable with a unit, based on a 2-dimensional quantity grid.
of(Q[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a quantity array that contains data.
of(Q[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a quantity array that contains data.
ofSi(double) - Static method in class org.djunits.quantity.AbsorbedDose
Return a AbsorbedDose instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.AbsorbedDose.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Acceleration
Return a Acceleration instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Acceleration.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.AmountOfSubstance
Return a AmountOfSubstance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.AmountOfSubstance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Angle
Return a Angle instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Angle.Unit
Return an SI-quantity for this unit with a value.
ofSi(double) - Static method in class org.djunits.quantity.AngularAcceleration
Return a AngularAcceleration instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.AngularAcceleration.Unit
Return an SI-quantity for this unit with a value.
ofSi(double) - Static method in class org.djunits.quantity.AngularVelocity
Return a AngularVelocity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.AngularVelocity.Unit
Return an SI-quantity for this unit with a value.
ofSi(double) - Static method in class org.djunits.quantity.Area
Return a Area instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Area.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ArealObjectDensity
Return a ArealObjectDensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ArealObjectDensity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.CatalyticActivity
Return a CatalyticActivity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.CatalyticActivity.Unit
Return an SI-quantity for this unit with a value.
ofSi(double) - Static method in class org.djunits.quantity.Density
Return a Density instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Density.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Dimensionless
Return a Dimensionless instance based on an SI value.
ofSi(double) - Static method in class org.djunits.quantity.Duration
Return a Duration instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Duration.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricalCapacitance
Return a ElectricalCapacitance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricalCapacitance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricalConductance
Return a ElectricalConductance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricalConductance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricalInductance
Return a ElectricalInductance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricalInductance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricalResistance
Return a ElectricalResistance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricalResistance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricCharge
Return a ElectricCharge instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricCharge.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricCurrent
Return a ElectricCurrent instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricCurrent.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.ElectricPotential
Return a ElectricPotential instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.ElectricPotential.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Energy
Return a Energy instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Energy.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.EquivalentDose
Return a EquivalentDose instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.EquivalentDose.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.FlowMass
Return a FlowMass instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.FlowMass.Unit
Return an SI-quantity for this unit with a value.
ofSi(double) - Static method in class org.djunits.quantity.FlowVolume
Return a FlowVolume instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.FlowVolume.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Force
Return a Force instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Force.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Frequency
Return a Frequency instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Frequency.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Illuminance
Return a Illuminance instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Illuminance.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Length
Return a Length instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Length.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.LinearDensity
Return a LinearDensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.LinearDensity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.LinearObjectDensity
Return a LinearObjectDensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.LinearObjectDensity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.LuminousFlux
Return a LuminousFlux instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.LuminousFlux.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.LuminousIntensity
Return a LuminousIntensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.LuminousIntensity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.MagneticFlux
Return a MagneticFlux instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.MagneticFlux.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.MagneticFluxDensity
Return a MagneticFluxDensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.MagneticFluxDensity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Mass
Return a Mass instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Mass.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Momentum
Return a Momentum instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Momentum.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Power
Return a Power instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Power.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Pressure
Return a Pressure instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Pressure.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.RadioActivity
Return a RadioActivity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.RadioActivity.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.SolidAngle
Return a SolidAngle instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.SolidAngle.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Speed
Return a Speed instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Speed.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Temperature
Return a Temperature instance based on an SI value and the KELVIN reference point.
ofSi(double) - Method in class org.djunits.quantity.Temperature.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.TemperatureDifference
Return a TemperatureDifference instance based on an SI value.
ofSi(double) - Static method in class org.djunits.quantity.Torque
Return a Torque instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Torque.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.Volume
Return a Volume instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.Volume.Unit
 
ofSi(double) - Static method in class org.djunits.quantity.VolumetricObjectDensity
Return a VolumetricObjectDensity instance based on an SI value.
ofSi(double) - Method in class org.djunits.quantity.VolumetricObjectDensity.Unit
 
ofSi(double) - Method in class org.djunits.unit.si.SIUnit
 
ofSi(double) - Method in interface org.djunits.unit.UnitInterface
Return an SI-quantity for this unit with a value.
ofSi(double) - Method in class org.djunits.unit.Unitless
 
ofSi(double[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a double[] array that contains SI data.
ofSi(double[], U) - Static method in class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a double[] array that contains SI data.
ofSi(double, Direction.Reference) - Static method in class org.djunits.quantity.Direction
Return a Direction instance based on an SI value and a reference point.
ofSi(double, Position.Reference) - Static method in class org.djunits.quantity.Position
Return a Position instance based on an SI value and a reference point.
ofSi(double, Temperature.Reference) - Static method in class org.djunits.quantity.Temperature
Return a Temperature instance based on an SI value and a reference point.
ofSi(double, Time.Reference) - Static method in class org.djunits.quantity.Time
Return a Time instance based on an SI value and a reference point.
ofSi(DataGridSi<?>, U) - Static method in class org.djunits.vecmat.dn.VectorN.Col
Create a new column VectorN with a unit, based on a DataGridSi storage object that contains SI data.
ofSi(DataGridSi<?>, U) - Static method in class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a DataGridSi storage object that contains SI data.
ohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
Ohm.
ONE - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Acceleration
Constant with value one.
ONE - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Angle
Constant with value one radian.
ONE - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value one.
ONE - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Area
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Density
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Dimensionless
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Duration
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value one.
ONE - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Energy
Constant with value one.
ONE - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value one.
ONE - Static variable in class org.djunits.quantity.FlowMass
Constant with value one.
ONE - Static variable in class org.djunits.quantity.FlowVolume
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Force
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Frequency
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Illuminance
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Length
Constant with value one.
ONE - Static variable in class org.djunits.quantity.LinearDensity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value one.
ONE - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value one.
ONE - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Mass
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Momentum
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Power
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Pressure
Constant with value one.
ONE - Static variable in class org.djunits.quantity.RadioActivity
Constant with value one.
ONE - Static variable in class org.djunits.quantity.SolidAngle
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Speed
Constant with value one.
ONE - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Torque
Constant with value one.
ONE - Static variable in class org.djunits.quantity.Volume
Constant with value one.
ONE - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value one.
order() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the order (the number of rows/columns) of this matrix.
org.djunits.formatter - package org.djunits.formatter
Methods to format values for display.
org.djunits.quantity - package org.djunits.quantity
The quantity package stores information about quantities with their units.
org.djunits.quantity.def - package org.djunits.quantity.def
Definition classes for quantities.
org.djunits.unit - package org.djunits.unit
Base classes to encode and store units.
org.djunits.unit.scale - package org.djunits.unit.scale
Information about the scale of a unit, to transform a value to and from the base (SI) unit.
org.djunits.unit.si - package org.djunits.unit.si
The org.djunits.si package contains classes that can work with and manipulate SI prefixes and SI dimensions.
org.djunits.unit.system - package org.djunits.unit.system
Classes for various unit systems, such as SI, SI-derived, Imperial.
org.djunits.util - package org.djunits.util
General utilities for djunits.
org.djunits.value - package org.djunits.value
Generic functions for Quantity, Vector and Matrix.
org.djunits.vecmat - package org.djunits.vecmat
Common interfaces for vectors and matrices.
org.djunits.vecmat.d1 - package org.djunits.vecmat.d1
1-element vector and matrix classes with a unit.
org.djunits.vecmat.d2 - package org.djunits.vecmat.d2
2-element vector and matrix classes with a unit.
org.djunits.vecmat.d3 - package org.djunits.vecmat.d3
3-element vector and matrix classes with a unit.
org.djunits.vecmat.def - package org.djunits.vecmat.def
Definition classes for vectors and matrices.

Copyright (c) 2025-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
org.djunits.vecmat.dn - package org.djunits.vecmat.dn
Square vector and matrix implementations with dimension N.
org.djunits.vecmat.dnxm - package org.djunits.vecmat.dnxm
Rectangular matrix implementations with dimension NxM.
org.djunits.vecmat.operations - package org.djunits.vecmat.operations
Interfaces for Vector and Matrix operations.
org.djunits.vecmat.storage - package org.djunits.vecmat.storage
Storage objects for larger vectors and matrices (dense/sparse, double/float).
org.djunits.vecmat.table - package org.djunits.vecmat.table
Two-dimensonal tables with quantities.
OTHER - Static variable in class org.djunits.unit.system.UnitSystem
Other (or no) system.
oz - Static variable in class org.djunits.quantity.Mass.Unit
ounce.
ozf - Static variable in class org.djunits.quantity.Force.Unit
ounce-force.

P

Pa - Static variable in class org.djunits.quantity.Pressure.Unit
Pascal.
padd(String, int) - Static method in class org.djunits.formatter.EngineeringFormatter
Extend a String with spaces, or trim it to reach a specified length.
pc - Static variable in class org.djunits.quantity.Length.Unit
Parsec = AU / tan(1 arcsecond) = AU * 648,000 / PI m.
pc3 - Static variable in class org.djunits.quantity.Volume.Unit
Cubic Parsec.
per_cm - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per centimeter.
per_dam - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per decameter.
per_dm - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per decimeter.
per_ft - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per foot.
per_hm - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per hectometer.
per_in - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per inch.
PER_KILO_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
The SI prefixes and their values for the "PER_KILO" settings.
per_km - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per kilometer.
per_m - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per meter.
per_m2 - Static variable in class org.djunits.quantity.ArealObjectDensity.Unit
per meter.
per_m3 - Static variable in class org.djunits.quantity.VolumetricObjectDensity.Unit
per cubic meter.
per_mi - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per mile.
per_mm - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per millimeter.
PER_UNIT - Enum constant in enum class org.djunits.unit.si.SIPrefixes
All standard SI prefixes allowed for "per unit".
PER_UNIT_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
The SI prefixes and their values for the "PER_UNIT" settings.
per_yd - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
per yard.
percent - Static variable in class org.djunits.quantity.Angle.Unit
percent (non-linear, 100% is 45 degrees; 90 degrees is infinite).
pF - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
pF.
ph - Static variable in class org.djunits.quantity.Illuminance.Unit
phot.
PHI - Static variable in class org.djunits.util.Constants
Golden ratio.
PI - Static variable in class org.djunits.quantity.Angle
Constant with value pi radians.
PI - Static variable in class org.djunits.util.Constants
Ratio of a half circumference of a circle and its radius.
PJ - Static variable in class org.djunits.quantity.Energy.Unit
petajoule.
PLANCK - Static variable in class org.djunits.util.Constants
Planck constant; ratio of a photon's energy and its frequency.
PLANCKREDUCED - Static variable in class org.djunits.util.Constants
Reduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.
plus(SIUnit) - Method in class org.djunits.unit.si.SIUnit
Add a set of SI dimensions to this SIUnit.
pm - Static variable in class org.djunits.quantity.Length.Unit
picometer.
pm2 - Static variable in class org.djunits.quantity.Area.Unit
Square picometer.
POS_MAXVALUE - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Acceleration
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Angle
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Area
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Density
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Dimensionless
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Duration
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Energy
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.FlowMass
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.FlowVolume
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Force
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Frequency
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Illuminance
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Length
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.LinearDensity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Mass
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Momentum
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Power
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Pressure
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.RadioActivity
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.SolidAngle
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Speed
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Torque
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.Volume
Constant with value MAX_VALUE.
POS_MAXVALUE - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value MAX_VALUE.
Position - Class in org.djunits.quantity
Position is the absolute equivalent of Length, and can, e.g., represent an absolute offset relative to a defined origin.
Position(double, String, Position.Reference) - Constructor for class org.djunits.quantity.Position
Instantiate a Position quantity with a unit, expressed as a String, and a reference point.
Position(double, Length.Unit, Position.Reference) - Constructor for class org.djunits.quantity.Position
Instantiate a Position quantity with a unit and a reference point.
Position(Length, Position.Reference) - Constructor for class org.djunits.quantity.Position
Instantiate a Position instance based on an length and a reference point.
Position.Reference - Class in org.djunits.quantity
The reference class to define a reference point for the position.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Acceleration
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Angle
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Area
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Density
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Dimensionless
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Duration
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Energy
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.FlowMass
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.FlowVolume
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Force
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Frequency
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Illuminance
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Length
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.LinearDensity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Mass
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Momentum
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Power
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Pressure
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.RadioActivity
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.SolidAngle
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Speed
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Torque
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.Volume
Constant with value POSITIVE_INFINITY.
POSITIVE_INFINITY - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value POSITIVE_INFINITY.
pow(int) - Method in class org.djunits.unit.si.SIUnit
Raise a set of SI dimensions to the n-th power.
pow(int, int) - Static method in class org.djunits.util.Math2
Computes base^exp for integers.
Power - Class in org.djunits.quantity
Power is the rate of energy transfer or work done per unit time, measured in watts (W).
Power(double, String) - Constructor for class org.djunits.quantity.Power
Instantiate a Power quantity with a unit, expressed as a String.
Power(double, Power.Unit) - Constructor for class org.djunits.quantity.Power
Instantiate a Power quantity with a unit.
Power(Power) - Constructor for class org.djunits.quantity.Power
Construct Power quantity.
Power.Unit - Class in org.djunits.quantity
Power.Unit encodes the units for the rate of energy transfer or work done per unit time.
Pressure - Class in org.djunits.quantity
Pressure is the force exerted per unit area, measured in pascals (Pa).
Pressure(double, String) - Constructor for class org.djunits.quantity.Pressure
Instantiate a Pressure quantity with a unit, expressed as a String.
Pressure(double, Pressure.Unit) - Constructor for class org.djunits.quantity.Pressure
Instantiate a Pressure quantity with a unit.
Pressure(Pressure) - Constructor for class org.djunits.quantity.Pressure
Construct Pressure quantity.
Pressure.Unit - Class in org.djunits.quantity
Pressure.Unit encodes the units of force exerted per unit area.
product(Quantity<?, ?>, Quantity<?, ?>...) - Static method in class org.djunits.quantity.def.Quantity
Return the product of one or more quantities.
PROTONCHARGE - Static variable in class org.djunits.util.Constants
ElectricCharge of one proton.
PROTONMASS - Static variable in class org.djunits.util.Constants
Mass of a proton.
ps - Static variable in class org.djunits.quantity.Duration.Unit
picosecond.
psi - Static variable in class org.djunits.quantity.Pressure.Unit
psi = pound-force per square inch.
pt_imp - Static variable in class org.djunits.quantity.Volume.Unit
pint (imperial) = 1/2 imp quart.
pt_US - Static variable in class org.djunits.quantity.Volume.Unit
pint (fluid US) = 1/2 US quart.
PW - Static variable in class org.djunits.quantity.Power.Unit
petawatt.
PWh - Static variable in class org.djunits.quantity.Energy.Unit
petawatt hour.
pz - Static variable in class org.djunits.quantity.Pressure.Unit
pieze.

Q

qt_imp - Static variable in class org.djunits.quantity.Volume.Unit
quart (imperial) = 1/4 imp gallon.
qt_US - Static variable in class org.djunits.quantity.Volume.Unit
quart (fluid US) = 1/4 US gallon.
Quantity<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.quantity.def
Quantity is an abstract class that stores the basic information about a quantity.
Quantity(double, U) - Constructor for class org.djunits.quantity.def.Quantity
Instantiate a quantity with a value and a display unit.
quantityInUnit(double) - Method in interface org.djunits.unit.UnitInterface
Return a quantity for this unit where the value is expressed in the current unit.
QuantityTable<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.table
QuantityTable is a two-dimensonal table with quantities.
QuantityTable(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.table.QuantityTable
Create a new NxM QuantityTable with a unit, based on a DataGrid storage object.

R

rad - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
rad.
rad - Static variable in class org.djunits.quantity.Angle.Unit
radian.
rad_s - Static variable in class org.djunits.quantity.AngularVelocity.Unit
radian per second.
rad_s2 - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
radian per second squared.
RadioActivity - Class in org.djunits.quantity
Radioactivity is the rate of nuclear decay events, measured in becquerels (Bq).
RadioActivity(double, String) - Constructor for class org.djunits.quantity.RadioActivity
Instantiate a RadioActivity quantity with a unit, expressed as a String.
RadioActivity(double, RadioActivity.Unit) - Constructor for class org.djunits.quantity.RadioActivity
Instantiate a RadioActivity quantity with a unit.
RadioActivity(RadioActivity) - Constructor for class org.djunits.quantity.RadioActivity
Construct RadioActivity quantity.
RadioActivity.Unit - Class in org.djunits.quantity
RadioActivity.Unit encodes the units of radioactivity.
Rd - Static variable in class org.djunits.quantity.RadioActivity.Unit
Rutherford.
reciprocal() - Method in class org.djunits.quantity.Area
 
reciprocal() - Method in class org.djunits.quantity.ArealObjectDensity
 
reciprocal() - Method in class org.djunits.quantity.def.Quantity
Return the reciprocal of this quantity (1/q).
reciprocal() - Method in class org.djunits.quantity.Dimensionless
 
reciprocal() - Method in class org.djunits.quantity.Duration
 
reciprocal() - Method in class org.djunits.quantity.ElectricalConductance
 
reciprocal() - Method in class org.djunits.quantity.ElectricalResistance
 
reciprocal() - Method in class org.djunits.quantity.Frequency
 
reciprocal() - Method in class org.djunits.quantity.Length
 
reciprocal() - Method in class org.djunits.quantity.LinearObjectDensity
 
reciprocal() - Method in class org.djunits.quantity.Volume
 
reciprocal() - Method in class org.djunits.quantity.VolumetricObjectDensity
 
reciprocal(double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise reciprocal 1 / a.
Reference(String, String) - Constructor for class org.djunits.quantity.Position.Reference
Define a new reference point for the position.
Reference(String, String) - Constructor for class org.djunits.quantity.Time.Reference
Define a new reference point for the time without an offset to a base reference.
Reference(String, String, Angle) - Constructor for class org.djunits.quantity.Direction.Reference
Define a new reference point for the direction.
Reference(String, String, Angle, Direction.Reference) - Constructor for class org.djunits.quantity.Direction.Reference
Define a new reference point for the direction.
Reference(String, String, Duration, Time.Reference) - Constructor for class org.djunits.quantity.Time.Reference
Define a new reference point for the time, with an offset value to another reference.
Reference(String, String, Length, Position.Reference) - Constructor for class org.djunits.quantity.Position.Reference
Define a new reference point for the position.
Reference(String, String, TemperatureDifference) - Constructor for class org.djunits.quantity.Temperature.Reference
Define a new reference point for the absolute temperature, with an offset to 0 kelvin.
Reference(String, String, TemperatureDifference, Temperature.Reference) - Constructor for class org.djunits.quantity.Temperature.Reference
Define a new reference point for an absolute temperature.
REFERENCES - Static variable in class org.djunits.quantity.def.AbstractReference
Master registry: per concrete Reference subclass we keep a map of id to reference.
register(UnitInterface<?, ?>) - Static method in class org.djunits.unit.Units
Register a unit so it can be found based on its textual abbreviations.
registeredUnits() - Static method in class org.djunits.unit.Units
Return a safe copy of the registered units, e.g. to build pick lists in a user interface.
relativeTo(R) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the quantity relative to another reference point.
rem - Static variable in class org.djunits.quantity.EquivalentDose.Unit
rem.
resolve(Class<U>, String) - Static method in class org.djunits.unit.Units
Look up a unit in the registry, based on its textual abbreviation.
Row(double, double, double, U) - Constructor for class org.djunits.vecmat.d3.Vector3.Row
Create a new 3 row vector with a unit.
Row(double, double, U) - Constructor for class org.djunits.vecmat.d2.Vector2.Row
Create a new 2 row vector with a unit.
Row(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.dn.VectorN.Row
Create a new row VectorN with a unit, based on a DataGridSi storage object that contains SI data.
rows() - Method in class org.djunits.vecmat.d1.Vector1
 
rows() - Method in class org.djunits.vecmat.d2.Vector2.Col
 
rows() - Method in class org.djunits.vecmat.d2.Vector2.Row
 
rows() - Method in class org.djunits.vecmat.d3.Vector3.Col
 
rows() - Method in class org.djunits.vecmat.d3.Vector3.Row
 
rows() - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
rows() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the number of rows.
rows() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
rows() - Method in class org.djunits.vecmat.dn.VectorN
 
rows() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
rows() - Method in interface org.djunits.vecmat.storage.DataGridSi
Return the number of rows in the grid.
rows() - Method in class org.djunits.vecmat.storage.DenseDoubleDataSi
 
rows() - Method in class org.djunits.vecmat.storage.DenseFloatDataSi
 
rows() - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
 
rows() - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
 
rows() - Method in class org.djunits.vecmat.table.QuantityTable
 
rpm - Static variable in class org.djunits.quantity.Frequency.Unit
Revolutions per minute = 1/60 Hz.

S

s - Static variable in class org.djunits.quantity.Duration.Unit
second.
S - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
Siemens.
Scalable<T extends Scalable<T>> - Interface in org.djunits.value
Scalable indicates that elements of this type can be scaled by a dimensionless factor, based on their SI-values.
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...).
scaleBy(double) - Method in class org.djunits.quantity.def.Quantity
 
scaleBy(double) - Method in interface org.djunits.value.Scalable
Scale the element by a dimensionless factor, based on the SI-values.
scaleBy(double) - Method in class org.djunits.vecmat.d1.Vector1
 
scaleBy(double) - Method in class org.djunits.vecmat.d2.Vector2
 
scaleBy(double) - Method in class org.djunits.vecmat.d3.Vector3
 
scaleBy(double) - Method in class org.djunits.vecmat.def.VectorMatrix
 
scaleBy(double[], double) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise scaled vector alpha * a.
scaleInto(double[], double, double[]) - Static method in class org.djunits.util.ArrayMath
Computes the element-wise scaling alpha * a and writes the result into out.
setDisplayUnit(String) - Method in interface org.djunits.value.Value
Set a new display unit for the value.
setDisplayUnit(U) - Method in class org.djunits.quantity.def.AbsoluteQuantity
 
setDisplayUnit(U) - Method in class org.djunits.quantity.def.Quantity
 
setDisplayUnit(U) - Method in interface org.djunits.value.Value
Set a new display unit for the value.
setDisplayUnit(U) - Method in class org.djunits.vecmat.def.VectorMatrix
 
setSiPrefix(String) - Method in class org.djunits.unit.AbstractUnit
 
setSiPrefix(String) - Method in class org.djunits.unit.si.SIUnit
 
setSiPrefix(String) - Method in interface org.djunits.unit.UnitInterface
Set the SI-prefix so it can be localized if necessary.
setSiPrefix(SIPrefix) - Method in class org.djunits.unit.AbstractUnit
 
setSiPrefix(SIPrefix) - Method in class org.djunits.unit.si.SIUnit
 
setSiPrefix(SIPrefix) - Method in interface org.djunits.unit.UnitInterface
Set the SI-prefix so it can be localized if necessary.
setSiPrefixKilo(String) - Method in class org.djunits.unit.AbstractUnit
 
setSiPrefixKilo(String) - Method in class org.djunits.unit.si.SIUnit
 
setSiPrefixKilo(String) - Method in interface org.djunits.unit.UnitInterface
Set the SI-prefix so it can be localized if necessary.
setSiPrefixPer(String) - Method in class org.djunits.unit.AbstractUnit
 
setSiPrefixPer(String) - Method in class org.djunits.unit.si.SIUnit
 
setSiPrefixPer(String) - Method in interface org.djunits.unit.UnitInterface
Set the SI-prefix so it can be localized if necessary.
setUpperCaseFormat(boolean) - Static method in class org.djunits.formatter.EngineeringFormatter
Switch to/from upper case E for exponent indicator.
sh_tn - Static variable in class org.djunits.quantity.Mass.Unit
short ton = 2000 lb.
si() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the SI value of the quantity.
si() - Method in class org.djunits.quantity.def.Quantity
Return the SI value of the quantity.
si() - Method in class org.djunits.vecmat.d1.Vector1
Return the contents of the vector as an array.
si() - Method in class org.djunits.vecmat.d2.Vector2
Return the contents of the vector as an array.
si() - Method in class org.djunits.vecmat.d3.Vector3
Return the contents of the vector as an array.
si() - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
si() - Method in class org.djunits.vecmat.def.VectorMatrix
Return a row-major array of SI-values for this matrix or vector.
si() - Method in class org.djunits.vecmat.dn.MatrixNxN
 
si() - Method in class org.djunits.vecmat.dn.VectorN
 
si() - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
si() - Method in class org.djunits.vecmat.storage.DoubleSparseValue
 
si() - Method in class org.djunits.vecmat.storage.FloatSparseValue
 
si() - Method in class org.djunits.vecmat.table.QuantityTable
 
si(int) - Method in class org.djunits.vecmat.d1.Vector1
 
si(int) - Method in class org.djunits.vecmat.d2.Vector2
 
si(int) - Method in class org.djunits.vecmat.d3.Vector3
 
si(int) - Method in class org.djunits.vecmat.def.Vector
Retrieve an si-value from the vector.
si(int) - Method in class org.djunits.vecmat.dn.VectorN.Col
 
si(int) - Method in class org.djunits.vecmat.dn.VectorN.Row
 
si(int, int) - Method in class org.djunits.vecmat.d1.Vector1
 
si(int, int) - Method in class org.djunits.vecmat.d2.Vector2.Col
 
si(int, int) - Method in class org.djunits.vecmat.d2.Vector2.Row
 
si(int, int) - Method in class org.djunits.vecmat.d3.Vector3.Col
 
si(int, int) - Method in class org.djunits.vecmat.d3.Vector3.Row
 
si(int, int) - Method in class org.djunits.vecmat.def.SquareDenseMatrix
 
si(int, int) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the si-value at position (row, col), where both row and col are 0-based values.
si(int, int) - Method in class org.djunits.vecmat.dn.MatrixNxN
 
si(int, int) - Method in class org.djunits.vecmat.dn.VectorN
 
si(int, int) - Method in class org.djunits.vecmat.dnxm.MatrixNxM
 
si(int, int) - Method in class org.djunits.vecmat.table.QuantityTable
 
SI - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Acceleration.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Angle.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.AngularVelocity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Area.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ArealObjectDensity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Density.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Duration.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricalInductance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricCharge.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.ElectricPotential.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Energy.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.EquivalentDose.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.FlowMass.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.FlowVolume.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Force.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Frequency.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Illuminance.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Length.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.LinearDensity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.LuminousFlux.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.LuminousIntensity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.MagneticFlux.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Mass.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Momentum.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Power.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Pressure.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.RadioActivity.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.SolidAngle.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Speed.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Temperature.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Torque.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.Volume.Unit
The SI or BASE unit.
SI - Static variable in class org.djunits.quantity.VolumetricObjectDensity.Unit
The SI or BASE unit.
SI_ACCEPTED - Static variable in class org.djunits.unit.system.UnitSystem
SI units, accepted for use in addition to SI.
SI_BASE - Static variable in class org.djunits.unit.system.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.system.UnitSystem
SI derived units, by combining SI-base elements (and quantifiers such as milli or kilo).
SI_UNIT - Static variable in class org.djunits.quantity.AbsorbedDose.Unit
The dimensions of the absorbed dose: m2/s2.
SI_UNIT - Static variable in class org.djunits.quantity.Acceleration.Unit
The dimensions of Acceleration: m/s2.
SI_UNIT - Static variable in class org.djunits.quantity.AmountOfSubstance.Unit
The dimensions of AmountOfSubstance: mol.
SI_UNIT - Static variable in class org.djunits.quantity.Angle.Unit
The dimensions of Angle: rad.
SI_UNIT - Static variable in class org.djunits.quantity.AngularAcceleration.Unit
The dimensions of AngularAcceleration: rad/s2.
SI_UNIT - Static variable in class org.djunits.quantity.AngularVelocity.Unit
The dimensions of AngularVelocity: rad/s.
SI_UNIT - Static variable in class org.djunits.quantity.Area.Unit
The dimensions of Area: m2.
SI_UNIT - Static variable in class org.djunits.quantity.ArealObjectDensity.Unit
The dimensions of the number of objects per unit of area: per square meter (/m2).
SI_UNIT - Static variable in class org.djunits.quantity.CatalyticActivity.Unit
The dimensions of catalytic activity: mol/s [rad, sr, kg, m, s, A, K, mol, cd].
SI_UNIT - Static variable in class org.djunits.quantity.Density.Unit
The dimensions of the absorbed dose: kg/m3.
SI_UNIT - Static variable in class org.djunits.quantity.Duration.Unit
The dimensions of duration: s.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricalCapacitance.Unit
The dimensions of electrical capacitance: s^4.A^2/kg.m^2.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricalConductance.Unit
The dimensions of electrical conductance: s3A2/kgm2.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricalInductance.Unit
The dimensions of electromagnetic induction: kgm2/s2A2.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
The dimensions of the electrical resistance: kgm2/s3A2.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricCharge.Unit
The dimensions of electric charge, the Coulumb, is A.s.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
The dimensions of electric current: A.
SI_UNIT - Static variable in class org.djunits.quantity.ElectricPotential.Unit
The dimensions of the electric potential: kgm2/s3A.
SI_UNIT - Static variable in class org.djunits.quantity.Energy.Unit
The dimensions of energy: kgm2/s2.
SI_UNIT - Static variable in class org.djunits.quantity.EquivalentDose.Unit
The dimensions of the equivalent dose: m2/s2.
SI_UNIT - Static variable in class org.djunits.quantity.FlowMass.Unit
The dimensions of flow mass: kg/s.
SI_UNIT - Static variable in class org.djunits.quantity.FlowVolume.Unit
The dimensions of the flow volume is m3/s.
SI_UNIT - Static variable in class org.djunits.quantity.Force.Unit
The dimensions of force: kgm/s2.
SI_UNIT - Static variable in class org.djunits.quantity.Frequency.Unit
The dimensions of frequency: /s.
SI_UNIT - Static variable in class org.djunits.quantity.Illuminance.Unit
The dimensions of illuminance: srcd/m2.
SI_UNIT - Static variable in class org.djunits.quantity.Length.Unit
The dimensions of the length: m.
SI_UNIT - Static variable in class org.djunits.quantity.LinearDensity.Unit
The dimensions of linear density: kg/m.
SI_UNIT - Static variable in class org.djunits.quantity.LinearObjectDensity.Unit
The dimensions of the number of objects per unit of length: per meter (/m).
SI_UNIT - Static variable in class org.djunits.quantity.LuminousFlux.Unit
The dimensions of luminous flux: cd.sr.
SI_UNIT - Static variable in class org.djunits.quantity.LuminousIntensity.Unit
The dimensions of the luminous flux emitted per unit solid angle: cd.
SI_UNIT - Static variable in class org.djunits.quantity.MagneticFlux.Unit
The dimensions of the magnetic flux: kgm2/s2A.
SI_UNIT - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
The dimensions of the magnetic flux density: kg/s2A.
SI_UNIT - Static variable in class org.djunits.quantity.Mass.Unit
The dimensions of mass: kg.
SI_UNIT - Static variable in class org.djunits.quantity.Momentum.Unit
The dimensions of momentum: kgm/s.
SI_UNIT - Static variable in class org.djunits.quantity.Power.Unit
The dimensions of power: kgm2/s3.
SI_UNIT - Static variable in class org.djunits.quantity.Pressure.Unit
The dimensions of pressure: kg/m.s2.
SI_UNIT - Static variable in class org.djunits.quantity.RadioActivity.Unit
The dimensions of radioactivity: /s.
SI_UNIT - Static variable in class org.djunits.quantity.SolidAngle.Unit
The dimensions of the solid angle: sr.
SI_UNIT - Static variable in class org.djunits.quantity.Speed.Unit
The dimensions of Speed: m/s.
SI_UNIT - Static variable in class org.djunits.quantity.Temperature.Unit
The dimensions of temperature: K.
SI_UNIT - Static variable in class org.djunits.quantity.Torque.Unit
The dimensions of torque: kgm2/s2.
SI_UNIT - Static variable in class org.djunits.quantity.Volume.Unit
The dimensions of Volume: m3.
SI_UNIT - Static variable in class org.djunits.quantity.VolumetricObjectDensity.Unit
The dimensions of the number of objects per unit of volume: per cubic meter (/m3).
SI_UNIT - Static variable in class org.djunits.unit.Unitless
The dimensions of the dimensionless quantity: 1 [rad, sr, kg, m, s, A, K, mol, cd].
siAbbreviations() - Method in class org.djunits.unit.si.SIUnit
Returns a safe copy of the SI abbreviations (a public static final String[] is mutable).
siDimensions() - Method in class org.djunits.unit.si.SIUnit
Return a safe copy of the exponents of the SI dimensions in the order rad, sr, kg, m, s, A, K, mol, cd.
SIPrefix - Class in org.djunits.unit.si
SIPrefix contains information about one prefix, such as M for mega with the value 1.0E6.
SIPrefix(String, String, double) - Constructor for class org.djunits.unit.si.SIPrefix
Construct an SI prefix with the defaultDisplayPrefix equal to the defaultTextualPrefix.
SIPrefix(String, String, double, String) - Constructor for class org.djunits.unit.si.SIPrefix
Construct an SI prefix.
SIPrefixes - Enum Class in org.djunits.unit.si
Useful sets of SI prefixes.
SIQuantity - Class in org.djunits.quantity
SI quantity, with arbitrary SI unit.
SIQuantity(double, String) - Constructor for class org.djunits.quantity.SIQuantity
Instantiate a SI quantity with a unit, expressed as a String.
SIQuantity(double, SIUnit) - Constructor for class org.djunits.quantity.SIQuantity
Instantiate a SI quantity with a unit.
SIQuantity(SIQuantity) - Constructor for class org.djunits.quantity.SIQuantity
Construct SI quantity.
siUnit() - Method in class org.djunits.quantity.AbsorbedDose
 
siUnit() - Method in class org.djunits.quantity.AbsorbedDose.Unit
 
siUnit() - Method in class org.djunits.quantity.Acceleration
 
siUnit() - Method in class org.djunits.quantity.Acceleration.Unit
 
siUnit() - Method in class org.djunits.quantity.AmountOfSubstance
 
siUnit() - Method in class org.djunits.quantity.AmountOfSubstance.Unit
 
siUnit() - Method in class org.djunits.quantity.Angle
 
siUnit() - Method in class org.djunits.quantity.Angle.Unit
 
siUnit() - Method in class org.djunits.quantity.AngularAcceleration
 
siUnit() - Method in class org.djunits.quantity.AngularAcceleration.Unit
 
siUnit() - Method in class org.djunits.quantity.AngularVelocity
 
siUnit() - Method in class org.djunits.quantity.AngularVelocity.Unit
 
siUnit() - Method in class org.djunits.quantity.Area
 
siUnit() - Method in class org.djunits.quantity.Area.Unit
 
siUnit() - Method in class org.djunits.quantity.ArealObjectDensity
 
siUnit() - Method in class org.djunits.quantity.ArealObjectDensity.Unit
 
siUnit() - Method in class org.djunits.quantity.CatalyticActivity
 
siUnit() - Method in class org.djunits.quantity.CatalyticActivity.Unit
 
siUnit() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Return the SI unit of this quantity.
siUnit() - Method in class org.djunits.quantity.def.Quantity
Return the SI unit of this quantity.
siUnit() - Method in class org.djunits.quantity.Density
 
siUnit() - Method in class org.djunits.quantity.Density.Unit
 
siUnit() - Method in class org.djunits.quantity.Dimensionless
 
siUnit() - Method in class org.djunits.quantity.Direction
 
siUnit() - Method in class org.djunits.quantity.Duration
 
siUnit() - Method in class org.djunits.quantity.Duration.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricalCapacitance
 
siUnit() - Method in class org.djunits.quantity.ElectricalCapacitance.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricalConductance
 
siUnit() - Method in class org.djunits.quantity.ElectricalConductance.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricalInductance
 
siUnit() - Method in class org.djunits.quantity.ElectricalInductance.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricalResistance
 
siUnit() - Method in class org.djunits.quantity.ElectricalResistance.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricCharge
 
siUnit() - Method in class org.djunits.quantity.ElectricCharge.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricCurrent
 
siUnit() - Method in class org.djunits.quantity.ElectricCurrent.Unit
 
siUnit() - Method in class org.djunits.quantity.ElectricPotential
 
siUnit() - Method in class org.djunits.quantity.ElectricPotential.Unit
 
siUnit() - Method in class org.djunits.quantity.Energy
 
siUnit() - Method in class org.djunits.quantity.Energy.Unit
 
siUnit() - Method in class org.djunits.quantity.EquivalentDose
 
siUnit() - Method in class org.djunits.quantity.EquivalentDose.Unit
 
siUnit() - Method in class org.djunits.quantity.FlowMass
 
siUnit() - Method in class org.djunits.quantity.FlowMass.Unit
 
siUnit() - Method in class org.djunits.quantity.FlowVolume
 
siUnit() - Method in class org.djunits.quantity.FlowVolume.Unit
 
siUnit() - Method in class org.djunits.quantity.Force
 
siUnit() - Method in class org.djunits.quantity.Force.Unit
 
siUnit() - Method in class org.djunits.quantity.Frequency
 
siUnit() - Method in class org.djunits.quantity.Frequency.Unit
 
siUnit() - Method in class org.djunits.quantity.Illuminance
 
siUnit() - Method in class org.djunits.quantity.Illuminance.Unit
 
siUnit() - Method in class org.djunits.quantity.Length
 
siUnit() - Method in class org.djunits.quantity.Length.Unit
 
siUnit() - Method in class org.djunits.quantity.LinearDensity
 
siUnit() - Method in class org.djunits.quantity.LinearDensity.Unit
 
siUnit() - Method in class org.djunits.quantity.LinearObjectDensity
 
siUnit() - Method in class org.djunits.quantity.LinearObjectDensity.Unit
 
siUnit() - Method in class org.djunits.quantity.LuminousFlux
 
siUnit() - Method in class org.djunits.quantity.LuminousFlux.Unit
 
siUnit() - Method in class org.djunits.quantity.LuminousIntensity
 
siUnit() - Method in class org.djunits.quantity.LuminousIntensity.Unit
 
siUnit() - Method in class org.djunits.quantity.MagneticFlux
 
siUnit() - Method in class org.djunits.quantity.MagneticFlux.Unit
 
siUnit() - Method in class org.djunits.quantity.MagneticFluxDensity
 
siUnit() - Method in class org.djunits.quantity.MagneticFluxDensity.Unit
 
siUnit() - Method in class org.djunits.quantity.Mass
 
siUnit() - Method in class org.djunits.quantity.Mass.Unit
 
siUnit() - Method in class org.djunits.quantity.Momentum
 
siUnit() - Method in class org.djunits.quantity.Momentum.Unit
 
siUnit() - Method in class org.djunits.quantity.Position
 
siUnit() - Method in class org.djunits.quantity.Power
 
siUnit() - Method in class org.djunits.quantity.Power.Unit
 
siUnit() - Method in class org.djunits.quantity.Pressure
 
siUnit() - Method in class org.djunits.quantity.Pressure.Unit
 
siUnit() - Method in class org.djunits.quantity.RadioActivity
 
siUnit() - Method in class org.djunits.quantity.RadioActivity.Unit
 
siUnit() - Method in class org.djunits.quantity.SIQuantity
 
siUnit() - Method in class org.djunits.quantity.SolidAngle
 
siUnit() - Method in class org.djunits.quantity.SolidAngle.Unit
 
siUnit() - Method in class org.djunits.quantity.Speed
 
siUnit() - Method in class org.djunits.quantity.Speed.Unit
 
siUnit() - Method in class org.djunits.quantity.Temperature
 
siUnit() - Method in class org.djunits.quantity.Temperature.Unit
 
siUnit() - Method in class org.djunits.quantity.TemperatureDifference
 
siUnit() - Method in class org.djunits.quantity.Time
 
siUnit() - Method in class org.djunits.quantity.Torque
 
siUnit() - Method in class org.djunits.quantity.Torque.Unit
 
siUnit() - Method in class org.djunits.quantity.Volume
 
siUnit() - Method in class org.djunits.quantity.Volume.Unit
 
siUnit() - Method in class org.djunits.quantity.VolumetricObjectDensity
 
siUnit() - Method in class org.djunits.quantity.VolumetricObjectDensity.Unit
 
siUnit() - Method in class org.djunits.unit.si.SIUnit
 
siUnit() - Method in interface org.djunits.unit.UnitInterface
Return the SI unit for this unit.
siUnit() - Method in class org.djunits.unit.Unitless
 
SIUnit - Class in org.djunits.unit.si
SIUnit stores the dimensionality of a unit using the SI standards.
SIUnit(int[]) - Constructor for class org.djunits.unit.si.SIUnit
Create an immutable SIUnit instance based on a safe copy of a given dimensions specification.
SIUnit(int, int, int, int, int, int, int, int, int) - Constructor for class org.djunits.unit.si.SIUnit
Create an immutable SIUnit instance based on a safe copy of a given dimensions specification.
size() - Method in class org.djunits.vecmat.d1.Vector1
 
size() - Method in class org.djunits.vecmat.d2.Vector2
 
size() - Method in class org.djunits.vecmat.d3.Vector3
 
size() - Method in class org.djunits.vecmat.def.Vector
Retrieve the size of the vector.
size() - Method in class org.djunits.vecmat.dn.VectorN.Col
 
size() - Method in class org.djunits.vecmat.dn.VectorN.Row
 
sn - Static variable in class org.djunits.quantity.Force.Unit
sthene.
sn_m - Static variable in class org.djunits.quantity.Energy.Unit
sthene-meter (mts).
sn_m_s - Static variable in class org.djunits.quantity.Power.Unit
sthene-meter per second.
snapshotMap(Class<?>) - Static method in class org.djunits.quantity.def.AbstractReference
Return a safe copy (snapshot) of the registry for a Reference subclass.
SolidAngle - Class in org.djunits.quantity
Solid angle is the two-dimensional angle in three-dimensional space, measured in steradians (sr).
SolidAngle(double, String) - Constructor for class org.djunits.quantity.SolidAngle
Instantiate a SolidAngle quantity with a unit, expressed as a String.
SolidAngle(double, SolidAngle.Unit) - Constructor for class org.djunits.quantity.SolidAngle
Instantiate a SolidAngle quantity with a unit.
SolidAngle(SolidAngle) - Constructor for class org.djunits.quantity.SolidAngle
Construct SolidAngle quantity.
SolidAngle.Unit - Class in org.djunits.quantity
SolidAngle.Unit encodes the units of solid angles.
SparseDoubleDataSi - Class in org.djunits.vecmat.storage
SparseDoubleData implements a sparse data grid for N x M matrices or N x 1 or 1 x N vectors with double values.
SparseDoubleDataSi(double[][]) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with a dense double[rows][cols].
SparseDoubleDataSi(double[], int[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with one array in row-major format.
SparseDoubleDataSi(double[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with one array in row-major format.
SparseDoubleDataSi(Collection<DoubleSparseValue<Q, U>>, int, int) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with an indexed collection of values.
SparseDoubleDataSi(Q[][]) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with a dense double[rows][cols].
SparseDoubleDataSi(Q[], int[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with one array in row-major format.
SparseDoubleDataSi(Q[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseDoubleDataSi
Instantiate a data object with one array in row-major format.
SparseFloatDataSi - Class in org.djunits.vecmat.storage
SparseFloatData implements a sparse data grid for N x M matrices or N x 1 or 1 x N vectors with float values.
SparseFloatDataSi(double[][]) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with a dense double[rows][cols].
SparseFloatDataSi(double[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with one array in row-major format.
SparseFloatDataSi(float[][]) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with a dense double[rows][cols].
SparseFloatDataSi(float[], int[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with one array in row-major format.
SparseFloatDataSi(float[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with one array in row-major format.
SparseFloatDataSi(Collection<FloatSparseValue<Q, U>>, int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with an indexed collection of values.
SparseFloatDataSi(Q[][]) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with a dense double[rows][cols].
SparseFloatDataSi(Q[], int[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with one array in row-major format.
SparseFloatDataSi(Q[], int, int) - Constructor for class org.djunits.vecmat.storage.SparseFloatDataSi
Instantiate a data object with one array in row-major format.
Speed - Class in org.djunits.quantity
Speed is the rate of change of position over time.
Speed(double, String) - Constructor for class org.djunits.quantity.Speed
Instantiate a Speed quantity with a unit, expressed as a String.
Speed(double, Speed.Unit) - Constructor for class org.djunits.quantity.Speed
Instantiate a Speed quantity with a unit.
Speed(Speed) - Constructor for class org.djunits.quantity.Speed
Construct Speed quantity.
Speed.Unit - Class in org.djunits.quantity
Speed.Unit encodes the units of the rate of change of a position over time.
sq_deg - Static variable in class org.djunits.quantity.SolidAngle.Unit
square degree.
SquareDenseMatrix<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,M extends SquareDenseMatrix<Q,U,M,SI,H>,SI extends SquareDenseMatrix<SIQuantity,SIUnit,SI,?,?>,H extends SquareDenseMatrix<?,?,?,?,?>> - Class in org.djunits.vecmat.def
SquareDenseMatrix implements the core functions for a matrix with n x n real-valued entries.
SquareDenseMatrix(double[], U, int) - Constructor for class org.djunits.vecmat.def.SquareDenseMatrix
Create a new SquareDenseMatrix with a unit.
SquareMatrix<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,M extends SquareMatrix<Q,U,M,SI,H>,SI extends SquareMatrix<SIQuantity,SIUnit,SI,?,?>,H extends SquareMatrix<?,?,?,?,?>> - Class in org.djunits.vecmat.def
SquareMatrix defines a number of operations that can be applied to square matrixes, such as transpose, invert, and determinant.
SquareMatrix(U) - Constructor for class org.djunits.vecmat.def.SquareMatrix
Create a new square matrix with a unit.
sr - Static variable in class org.djunits.quantity.SolidAngle.Unit
Steradian.
statA - Static variable in class org.djunits.quantity.ElectricCurrent.Unit
statampere (GCS ESU).
statC - Static variable in class org.djunits.quantity.ElectricCharge.Unit
statcoulomb (CGS ESU).
statohm - Static variable in class org.djunits.quantity.ElectricalResistance.Unit
stat-ohm.
statV - Static variable in class org.djunits.quantity.ElectricPotential.Unit
statvolt.
storeSparse(double[]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
Store sparse data[] and indexes[].
storeSparse(double[]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
storeSparse(double[][]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
Store sparse data[] and indexes[].
storeSparse(double[][]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
storeSparse(float[]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
storeSparse(float[][]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
storeSparse(Q[]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
Store sparse data[] and indexes[].
storeSparse(Q[]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
storeSparse(Q[][]) - Method in class org.djunits.vecmat.storage.SparseDoubleDataSi
Store sparse data[] and indexes[].
storeSparse(Q[][]) - Method in class org.djunits.vecmat.storage.SparseFloatDataSi
Store sparse data[] and indexes[].
subtract(double[], double[]) - Static method in class org.djunits.util.ArrayMath
Returns a new array equal to the element-wise difference a - b.
subtract(A) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Subtract two absolute quantities from each other, resulting in the corresponding relative quantity.
subtract(Angle) - Method in class org.djunits.quantity.Direction
 
subtract(Direction) - Method in class org.djunits.quantity.Direction
 
subtract(Duration) - Method in class org.djunits.quantity.Time
 
subtract(Length) - Method in class org.djunits.quantity.Position
 
subtract(Position) - Method in class org.djunits.quantity.Position
 
subtract(Temperature) - Method in class org.djunits.quantity.Temperature
 
subtract(TemperatureDifference) - Method in class org.djunits.quantity.Temperature
 
subtract(Time) - Method in class org.djunits.quantity.Time
 
subtract(SIUnit, SIUnit) - Static method in class org.djunits.unit.si.SIUnit
Subtract an SIUnit (dim2) from another SIUnit (dim1) and return the new SIUnit.
subtract(Vector1<Q, U>) - Method in class org.djunits.vecmat.d1.Vector1
 
subtract(Q) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Subtract a relative quantity from this absolute quantity, resulting in a new absolute quantity containing the difference.
subtract(Q) - Method in class org.djunits.quantity.def.Quantity
 
subtract(Q) - Method in class org.djunits.vecmat.d1.Vector1
 
subtract(Q) - Method in class org.djunits.vecmat.d2.Vector2
 
subtract(Q) - Method in class org.djunits.vecmat.d3.Vector3
 
subtract(Q) - Method in class org.djunits.vecmat.def.VectorMatrix
Return the a vector or matrix with entries that contain the value minus the decrement.
subtract(T) - Method in interface org.djunits.value.Additive
Subtract an element from this element, based on the SI-values.
subtract(V) - Method in class org.djunits.vecmat.d2.Vector2
 
subtract(V) - Method in class org.djunits.vecmat.d3.Vector3
 
subtract(VM) - Method in class org.djunits.vecmat.def.VectorMatrix
 
sum() - Method in class org.djunits.vecmat.d1.Vector1
 
sum() - Method in class org.djunits.vecmat.d2.Vector2
 
sum() - Method in class org.djunits.vecmat.d3.Vector3
 
sum() - Method in class org.djunits.vecmat.def.VectorMatrix
Return the sum of the values of the elements of the vector or matrix.
sum(double...) - Static method in class org.djunits.util.Math2
Return the sum of the values of an array of values.
sum(A, A...) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Return the sum of one or more quantities.
sum(Q, Q...) - Static method in class org.djunits.quantity.def.Quantity
Return the sum of one or more quantities.
sumAbs(double...) - Static method in class org.djunits.util.Math2
Return the sum of the absolute values of an array of values.
sumSqr(double...) - Static method in class org.djunits.util.Math2
Return the sum of the squares of the values of an array of values.
Sv - Static variable in class org.djunits.quantity.EquivalentDose.Unit
Sievert.

T

t - Static variable in class org.djunits.quantity.Mass.Unit
metric ton = 1000 kg.
T - Static variable in class org.djunits.quantity.MagneticFluxDensity.Unit
Tesla.
t_mts - Static variable in class org.djunits.quantity.Mass.Unit
metric ton = 1000 kg.
TAU - Static variable in class org.djunits.quantity.Angle
Constant with value tau radians.
TAU - Static variable in class org.djunits.util.Constants
Ratio of circumference of circle and its radius.
TBq - Static variable in class org.djunits.quantity.RadioActivity.Unit
TBq.
Temperature - Class in org.djunits.quantity
Temperature is the absolute equivalent of Temperature, and represents a true temperature rather than a temperature difference.
Temperature(double, String) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature quantity with a unit, expressed as a String, and the reference point belonging to the unit.
Temperature(double, String, Temperature.Reference) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature quantity with a unit, expressed as a String, and a reference point.
Temperature(double, Temperature.Unit) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature quantity with a unit and the KELVIN reference point.
Temperature(double, Temperature.Unit, Temperature.Reference) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature quantity with a unit and a reference point.
Temperature(TemperatureDifference) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature instance based on an temperature and the KELVIN reference point.
Temperature(TemperatureDifference, Temperature.Reference) - Constructor for class org.djunits.quantity.Temperature
Instantiate a Temperature instance based on an temperature and a reference point.
Temperature.Reference - Class in org.djunits.quantity
The reference class to define a reference point for the absolute temperature.
Temperature.Unit - Class in org.djunits.quantity
Temperature.Unit encodes the units of relative and absolute temperature.
TemperatureDifference - Class in org.djunits.quantity
TemperatureDifference is a measure of (difference in) thermal state or average kinetic energy of particles, measured in kelvins (K).
TemperatureDifference(double, String) - Constructor for class org.djunits.quantity.TemperatureDifference
Instantiate a TemperatureDifference quantity with a unit, expressed as a String.
TemperatureDifference(double, Temperature.Unit) - Constructor for class org.djunits.quantity.TemperatureDifference
Instantiate a TemperatureDifference quantity with a unit.
TemperatureDifference(TemperatureDifference) - Constructor for class org.djunits.quantity.TemperatureDifference
Construct TemperatureDifference quantity.
THz - Static variable in class org.djunits.quantity.Frequency.Unit
teraHertz.
Time - Class in org.djunits.quantity
Time is the absolute equivalent of Duration, and can, e.g., represent a calendar date with a zero.
Time(double, String, Time.Reference) - Constructor for class org.djunits.quantity.Time
Instantiate a Time quantity with a unit, expressed as a String, and a reference point.
Time(double, Duration.Unit, Time.Reference) - Constructor for class org.djunits.quantity.Time
Instantiate a Time quantity with a unit and a reference point.
Time(Duration, Time.Reference) - Constructor for class org.djunits.quantity.Time
Instantiate a Time instance based on an duration and a reference point.
Time.Reference - Class in org.djunits.quantity
The reference class to define a reference point for the time.
TJ - Static variable in class org.djunits.quantity.Energy.Unit
terajoule.
tnf - Static variable in class org.djunits.quantity.Force.Unit
ton-force.
toBaseValue(double) - Method in class org.djunits.unit.scale.GradeScale
 
toBaseValue(double) - Method in class org.djunits.unit.scale.IdentityScale
 
toBaseValue(double) - Method in class org.djunits.unit.scale.LinearScale
 
toBaseValue(double) - Method in interface org.djunits.unit.scale.Scale
Convert a value expressed in this unit to its base (SI) value.
toBaseValue(double) - Method in interface org.djunits.unit.UnitInterface
Convert a value expressed in this unit to its base (SI) value.
toDisplayString() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString() - Method in class org.djunits.quantity.def.Quantity
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString(U) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toDisplayString(U) - Method in class org.djunits.quantity.def.Quantity
Concise display description of this value, without the engineering formatting, so without trailing zeroes.
toHTMLString(boolean, boolean) - Method in class org.djunits.unit.si.SIUnit
Return a string such as "kgm/s2" or or "kg.m.s-2" from this SIUnit.
Torque - Class in org.djunits.quantity
Torque is a measure of rotational force about an axis, measured in newton meters (Nm).
Torque(double, String) - Constructor for class org.djunits.quantity.Torque
Instantiate a Torque quantity with a unit, expressed as a String.
Torque(double, Torque.Unit) - Constructor for class org.djunits.quantity.Torque
Instantiate a Torque quantity with a unit.
Torque(Torque) - Constructor for class org.djunits.quantity.Torque
Construct Torque quantity.
Torque.Unit - Class in org.djunits.quantity
Torque.Unit encodes the units of rotational force about an axis, measured in newton meters (Nm).
torr - Static variable in class org.djunits.quantity.Pressure.Unit
torr.
toString() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Concise description of this value.
toString() - Method in class org.djunits.quantity.def.AbstractReference
 
toString() - Method in class org.djunits.quantity.def.Quantity
Concise description of this value.
toString() - Method in class org.djunits.unit.AbstractUnit
 
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.si.SIPrefix
 
toString() - Method in class org.djunits.unit.si.SIUnit
 
toString() - Method in class org.djunits.unit.system.UnitSystem
 
toString() - Method in interface org.djunits.value.Value
Return a concise description of this value.
toString() - Method in class org.djunits.vecmat.d1.Vector1
 
toString() - Method in class org.djunits.vecmat.d2.Vector2
 
toString() - Method in class org.djunits.vecmat.d3.Vector3
 
toString() - Method in class org.djunits.vecmat.def.VectorMatrix
 
toString() - Method in class org.djunits.vecmat.dn.VectorN
 
toString() - Method in class org.djunits.vecmat.storage.DoubleSparseValue
 
toString() - Method in class org.djunits.vecmat.storage.FloatSparseValue
 
toString(boolean, boolean) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.quantity.def.Quantity
Somewhat verbose description of this value with optional type and unit information.
toString(boolean, boolean) - Method in class org.djunits.unit.si.SIUnit
Return a string such as "kgm/s2" or "kg.m/s2" or "kg.m.s-2" from this SIUnit.
toString(boolean, boolean, boolean) - Method in class org.djunits.unit.si.SIUnit
Return a string such as "kgm/s2" or "kg.m/s^2" or "kg.m.s^-2" from this SIUnit.
toString(boolean, String, String, String) - Method in class org.djunits.unit.si.SIUnit
Return a string such as "kgm/s2" or "kg.m/s^2" or "kg.m.s^-2" from this SIUnit.
toString(U) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.quantity.def.Quantity
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U) - Method in interface org.djunits.value.Value
Return a concise description of this value with the values expressed in the specified unit.
toString(U) - Method in class org.djunits.vecmat.d1.Vector1
 
toString(U) - Method in class org.djunits.vecmat.d2.Vector2
 
toString(U) - Method in class org.djunits.vecmat.d3.Vector3
 
toString(U) - Method in class org.djunits.vecmat.def.VectorMatrix
 
toString(U) - Method in class org.djunits.vecmat.dn.VectorN
 
toString(U, boolean, boolean) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Somewhat verbose description of this value with the values expressed in the specified unit.
toString(U, boolean, boolean) - Method in class org.djunits.quantity.def.Quantity
Somewhat verbose description of this value with the values expressed in the specified unit.
toStringSIPrefixed() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Format this DoubleScalar in SI unit using prefixes when possible.
toStringSIPrefixed() - Method in class org.djunits.quantity.def.Quantity
Format this DoubleScalar in SI unit using prefixes when possible.
toStringSIPrefixed(int, int) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Format this DoubleScalar in SI unit using prefixes when possible and within the specified size range.
toStringSIPrefixed(int, int) - Method in class org.djunits.quantity.def.Quantity
Format this DoubleScalar in SI unit using prefixes when possible and within the specified size range.
toTextualString() - Method in class org.djunits.quantity.def.AbsoluteQuantity
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString() - Method in class org.djunits.quantity.def.Quantity
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString(U) - Method in class org.djunits.quantity.def.AbsoluteQuantity
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
toTextualString(U) - Method in class org.djunits.quantity.def.Quantity
Concise textual representation of this value, without the engineering formatting, so without trailing zeroes.
trace() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the trace of the matrix (the sum of the diagonal elements).
trace(double[], int) - Static method in class org.djunits.util.MatrixMath
Calculate the trace of the matrix.
transpose() - Method in class org.djunits.vecmat.d1.Vector1
 
transpose() - Method in class org.djunits.vecmat.d2.Vector2.Col
 
transpose() - Method in class org.djunits.vecmat.d2.Vector2.Row
 
transpose() - Method in class org.djunits.vecmat.d3.Vector3.Col
 
transpose() - Method in class org.djunits.vecmat.d3.Vector3.Row
 
transpose() - Method in class org.djunits.vecmat.def.SquareMatrix
Return the transposed square matrix.
transpose() - Method in class org.djunits.vecmat.dn.VectorN.Col
 
transpose() - Method in class org.djunits.vecmat.dn.VectorN.Row
 
transpose() - Method in interface org.djunits.vecmat.operations.VectorTransposable
Transpose the vector (swap rows and columns).
TW - Static variable in class org.djunits.quantity.Power.Unit
terawatt.
TWh - Static variable in class org.djunits.quantity.Energy.Unit
terawatt hour.
TWO_PI - Static variable in class org.djunits.quantity.Angle
Constant with value 2 pi radians.

U

Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.AbsorbedDose.Unit
Create a new AbsorbedDose unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Acceleration.Unit
Create a new Acceleration unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.AmountOfSubstance.Unit
Create a new AmountOfSubstance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Angle.Unit
Create a new Angle unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.AngularAcceleration.Unit
Create a new AngularAcceleration unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.AngularVelocity.Unit
Create a new AngularVelocity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Area.Unit
Create a new Area unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ArealObjectDensity.Unit
Create a new ArealObjectDensity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.CatalyticActivity.Unit
Create a new CatalyticActivity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Density.Unit
Create a new Density unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Duration.Unit
Create a new Duration unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalCapacitance.Unit
Create a new ElectricalCapacitance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalConductance.Unit
Create a new ElectricalConductance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalInductance.Unit
Create a new ElectricalInductance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalResistance.Unit
Create a new ElectricalResistance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricCharge.Unit
Create a new ElectricCharge unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricCurrent.Unit
Create a new ElectricCurrent unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.ElectricPotential.Unit
Create a new ElectricPotential unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Energy.Unit
Create a new Energy unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.EquivalentDose.Unit
Create a new EquivalentDose unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.FlowMass.Unit
Create a new FlowMass unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.FlowVolume.Unit
Create a new FlowVolume unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Force.Unit
Create a new Force unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Frequency.Unit
Create a new Frequency unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Illuminance.Unit
Create a new Illuminance unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Length.Unit
Create a new length unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.LinearDensity.Unit
Create a new LinearDensity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.LinearObjectDensity.Unit
Create a new LinearObjectDensity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.LuminousFlux.Unit
Create a new LuminousFlux unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.LuminousIntensity.Unit
Create a new LuminousIntensity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.MagneticFlux.Unit
Create a new MagneticFlux unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.MagneticFluxDensity.Unit
Create a new MagneticFluxDensity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Mass.Unit
Create a new Mass unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Momentum.Unit
Create a new Momentum unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Power.Unit
Create a new Power unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Pressure.Unit
Create a new Pressure unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.RadioActivity.Unit
Create a new RadioActivity unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.SolidAngle.Unit
Create a new SolidAngle unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Speed.Unit
Create a new Speed unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Temperature.Unit
Create a new Temperature unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Torque.Unit
Create a new Torque unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.Volume.Unit
Create a new Volume unit.
Unit(String, String, double, UnitSystem) - Constructor for class org.djunits.quantity.VolumetricObjectDensity.Unit
Create a new VolumetricObjectDensity unit.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.AbsorbedDose.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Acceleration.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.AmountOfSubstance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Angle.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.AngularAcceleration.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.AngularVelocity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Area.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ArealObjectDensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.CatalyticActivity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Density.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Duration.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalCapacitance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalConductance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalInductance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricalResistance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricCharge.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricCurrent.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.ElectricPotential.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Energy.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.EquivalentDose.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.FlowMass.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.FlowVolume.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Force.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Frequency.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Illuminance.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Length.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.LinearDensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.LinearObjectDensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.LuminousFlux.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.LuminousIntensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.MagneticFlux.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.MagneticFluxDensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Mass.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Momentum.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Power.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Pressure.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.RadioActivity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.SolidAngle.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Speed.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Temperature.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Torque.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.Volume.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
Unit(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.quantity.VolumetricObjectDensity.Unit
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
UNIT - Enum constant in enum class org.djunits.unit.si.SIPrefixes
All standard SI prefixes allowed.
UNIT_POS - Enum constant in enum class org.djunits.unit.si.SIPrefixes
All SI prefixes indicating larger than 1.
UNIT_POS_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
The larger than 1 SI prefixes and their values for the "UNIT_POS" settings.
UNIT_PREFIXES - Static variable in enum class org.djunits.unit.si.SIPrefixes
The SI prefixes and their values for the "UNIT" settings.
unitClassName(Class<?>) - Static method in class org.djunits.unit.Units
Return the proper class name for a unit class, also when it is a nested class.
UnitInterface<U extends UnitInterface<U,Q>,Q extends Quantity<Q,U>> - Interface in org.djunits.unit
UnitInterface defines the contract for a unit.
Unitless - Class in org.djunits.unit
Unitless encodes a unit without dimensions, e.g., to encode a constant.
Unitless(String, String, double, UnitSystem) - Constructor for class org.djunits.unit.Unitless
Create a new Dimensionless unit.
Unitless(String, String, String, Scale, UnitSystem) - Constructor for class org.djunits.unit.Unitless
Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
UnitRuntimeException - Exception in org.djunits.unit
Runtime Exceptions in Unit package.
UnitRuntimeException() - Constructor for exception org.djunits.unit.UnitRuntimeException
Construct a new UnitRuntimeException with all default values.
UnitRuntimeException(String) - Constructor for exception org.djunits.unit.UnitRuntimeException
Construct a new UnitRuntimeException with some default values.
UnitRuntimeException(String, Throwable) - Constructor for exception org.djunits.unit.UnitRuntimeException
Construct a new UnitRuntimeException with some default values.
UnitRuntimeException(Throwable) - Constructor for exception org.djunits.unit.UnitRuntimeException
Construct a new UnitRuntimeException with some default values.
Units - Class in org.djunits.unit
Units is a static class that can register and resolve string representations of units, possibly using a locale.
Units.Utf8Control - Class in org.djunits.unit
UTF-8 loader for .properties ResourceBundles.
UnitSystem - Class in org.djunits.unit.system
Systems of Units such as SI, including SI-derived; cgs (centimeter-gram-second).
UnitSystem(String, String) - Constructor for class org.djunits.unit.system.UnitSystem
Construct a new UnitSystem.
UNIX - Static variable in class org.djunits.quantity.Time.Reference
Unix.
unregister() - Method in class org.djunits.quantity.def.AbstractReference
Instance-level unregister; removes this reference from the per-class registry.
unregister(UnitInterface<?, ?>) - Static method in class org.djunits.unit.Units
Unregister a unit, e.g. in a unit test.
US_CUSTOMARY - Static variable in class org.djunits.unit.system.UnitSystem
US additions to the Imperial system.
Utf8Control() - Constructor for class org.djunits.unit.Units.Utf8Control
 

V

V - Static variable in class org.djunits.quantity.ElectricPotential.Unit
Gray.
VACUUMIMPEDANCE - Static variable in class org.djunits.util.Constants
Impedance of vacuum.
VACUUMPERMEABILITY - Static variable in class org.djunits.util.Constants
Permeability of vacuum.
VACUUMPERMITTIVITY - Static variable in class org.djunits.util.Constants
Permittivity of vacuum.
Value<U extends UnitInterface<U,?>,SELF extends Value<U,SELF>> - Interface in org.djunits.value
Value is the generic interface for all Scalar, Vector and Matrix classes that forces implementation of a few unit- and value-related methods.
valueOf(String) - Static method in class org.djunits.quantity.AbsorbedDose
Returns a AbsorbedDose representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Acceleration
Returns a Acceleration representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.AmountOfSubstance
Returns a AmountOfSubstance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Angle
Returns a Angle representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.AngularAcceleration
Returns a AngularAcceleration representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.AngularVelocity
Returns a AngularVelocity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Area
Returns a Area representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ArealObjectDensity
Returns a ArealObjectDensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.CatalyticActivity
Returns a CatalyticActivity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Density
Returns a Density representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Dimensionless
Returns a Dimensionless representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Duration
Returns a Duration representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricalCapacitance
Returns a ElectricalCapacitance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricalConductance
Returns a ElectricalConductance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricalInductance
Returns a ElectricalInductance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricalResistance
Returns a ElectricalResistance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricCharge
Returns a ElectricCharge representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricCurrent
Returns a ElectricCurrent representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.ElectricPotential
Returns a ElectricPotential representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Energy
Returns a Energy representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.EquivalentDose
Returns a EquivalentDose representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.FlowMass
Returns a FlowMass representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.FlowVolume
Returns a FlowVolume representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Force
Returns a Force representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Frequency
Returns a Frequency representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Illuminance
Returns a Illuminance representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Length
Returns a Length representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.LinearDensity
Returns a LinearDensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.LinearObjectDensity
Returns a LinearObjectDensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.LuminousFlux
Returns a LuminousFlux representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.LuminousIntensity
Returns a LuminousIntensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.MagneticFlux
Returns a MagneticFlux representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.MagneticFluxDensity
Returns a MagneticFluxDensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Mass
Returns a Mass representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Momentum
Returns a Momentum representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Power
Returns a Power representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Pressure
Returns a Pressure representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.RadioActivity
Returns a RadioActivity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.SIQuantity
Returns an SI quantity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.SolidAngle
Returns a SolidAngle representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Speed
Returns a Speed representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Temperature
Returns a Temperature representation of a textual representation of a value with a unit, and the KELVIN reference.
valueOf(String) - Static method in class org.djunits.quantity.TemperatureDifference
Returns a TemperatureDifference representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Torque
Returns a Torque representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.Volume
Returns a Volume representation of a textual representation of a value with a unit.
valueOf(String) - Static method in class org.djunits.quantity.VolumetricObjectDensity
Returns a VolumetricObjectDensity representation of a textual representation of a value with a unit.
valueOf(String) - Static method in enum class org.djunits.unit.si.SIPrefixes
Returns the enum constant of this class with the specified name.
valueOf(String, A, R) - Static method in class org.djunits.quantity.def.AbsoluteQuantity
Returns an absolute quantity for the textual representation of a value with a unit.
valueOf(String, Direction.Reference) - Static method in class org.djunits.quantity.Direction
Returns a Direction representation of a textual representation of a value with a unit.
valueOf(String, Position.Reference) - Static method in class org.djunits.quantity.Position
Returns a Position representation of a textual representation of a value with a unit.
valueOf(String, Temperature.Reference) - Static method in class org.djunits.quantity.Temperature
Returns a Temperature representation of a textual representation of a value with a unit.
valueOf(String, Time.Reference) - Static method in class org.djunits.quantity.Time
Returns a Time representation of a textual representation of a value with a unit.
valueOf(String, Q) - Static method in class org.djunits.quantity.def.Quantity
Returns a quantity for the textual representation of a value with a unit.
values() - Static method in enum class org.djunits.unit.si.SIPrefixes
Returns an array containing the constants of this enum class, in the order they are declared.
Vector<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends Vector<Q,U,V,SI,H>,SI extends Vector<SIQuantity,SIUnit,SI,?,?>,H extends Vector<?,?,?,?,?>> - Class in org.djunits.vecmat.def
Vector contains the contract for Vector classes.
Vector(U) - Constructor for class org.djunits.vecmat.def.Vector
Create a new Vector with a unit, as an extension of Matrix.
Vector1<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d1
Vector1 implements a vector with one real-valued entry.
Vector1(double, U) - Constructor for class org.djunits.vecmat.d1.Vector1
Create a new Vector1 with a unit.
Vector2<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends Vector2<Q,U,V,SI,H>,SI extends Vector2<SIQuantity,SIUnit,SI,?,?>,H extends Vector2<?,?,?,?,?>> - Class in org.djunits.vecmat.d2
Vector2 implements a vector with two real-valued entries.
Vector2(double, double, U) - Constructor for class org.djunits.vecmat.d2.Vector2
Create a new Vector2 with a unit.
Vector2.Col<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d2
Vector2.Col implements a column vector with two real-valued entries.
Vector2.Row<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d2
Vector2.Row implements a row vector with two real-valued entries.
Vector3<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends Vector3<Q,U,V,SI,H>,SI extends Vector3<SIQuantity,SIUnit,SI,?,?>,H extends Vector3<?,?,?,?,?>> - Class in org.djunits.vecmat.d3
Vector3 implements a vector with three real-valued entries.
Vector3(double, double, double, U) - Constructor for class org.djunits.vecmat.d3.Vector3
Create a new Vector3 with a unit.
Vector3.Col<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d3
Vector3.Col implements a column vector with three real-valued entries.
Vector3.Row<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.d3
Vector3.Row implements a row vector with three real-valued entries.
VectorMatrix<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,VM extends VectorMatrix<Q,U,VM,SI,H>,SI extends VectorMatrix<SIQuantity,SIUnit,SI,?,?>,H extends VectorMatrix<?,?,?,?,?>> - Class in org.djunits.vecmat.def
VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.
VectorMatrix(U) - Constructor for class org.djunits.vecmat.def.VectorMatrix
Create a new vector or matrix with a unit.
VectorN<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends VectorN<Q,U,V,SI,H>,SI extends VectorN<SIQuantity,SIUnit,SI,?,?>,H extends VectorN<?,?,?,?,?>> - Class in org.djunits.vecmat.dn
VectorN.java.
VectorN(DataGridSi<?>, U) - Constructor for class org.djunits.vecmat.dn.VectorN
Create a new VectorN with a unit, based on a DataGridSi storage object that contains SI data.
VectorN.Col<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.dn
VectorN.Col implements a column vector with real-valued entries.
VectorN.Row<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> - Class in org.djunits.vecmat.dn
VectorN.Row implements a row vector with real-valued entries.
VectorTransposable<RC> - Interface in org.djunits.vecmat.operations
VectorTransposable enforces the contract on a vector to transpose the vector (swap rows and columns).
Volume - Class in org.djunits.quantity
Volume is the amount of three-dimensional space occupied by matter, measured in cubic meters (m3).
Volume(double, String) - Constructor for class org.djunits.quantity.Volume
Instantiate a Volume quantity with a unit, expressed as a String.
Volume(double, Volume.Unit) - Constructor for class org.djunits.quantity.Volume
Instantiate a Volume quantity with a unit.
Volume(Volume) - Constructor for class org.djunits.quantity.Volume
Construct Volume quantity.
Volume.Unit - Class in org.djunits.quantity
Volume.Unit encodes the volume unit (length x length x length).
VolumetricObjectDensity - Class in org.djunits.quantity
Volumetric object density counts the number of objects per unit of volume, measured in number per cubic meter (/m3).
VolumetricObjectDensity(double, String) - Constructor for class org.djunits.quantity.VolumetricObjectDensity
Instantiate a VolumetricObjectDensity quantity with a unit, expressed as a String.
VolumetricObjectDensity(double, VolumetricObjectDensity.Unit) - Constructor for class org.djunits.quantity.VolumetricObjectDensity
Instantiate a VolumetricObjectDensity quantity with a unit.
VolumetricObjectDensity(VolumetricObjectDensity) - Constructor for class org.djunits.quantity.VolumetricObjectDensity
Construct VolumetricObjectDensity quantity.
VolumetricObjectDensity.Unit - Class in org.djunits.quantity
VolumetricObjectDensity.Unit encodes the unit for number of objects per unit of volume.

W

W - Static variable in class org.djunits.quantity.Power.Unit
Watt.
WATT_HOUR - Static variable in class org.djunits.quantity.Energy.Unit
watt hour.
Wb - Static variable in class org.djunits.quantity.MagneticFlux.Unit
Weber.
wk - Static variable in class org.djunits.quantity.Duration.Unit
week.

X

x() - Method in class org.djunits.vecmat.d1.Vector1
Return the x-value of the vector as a quantity with the correct unit.
x() - Method in class org.djunits.vecmat.d2.Vector2
Return the x-value of the vector as a quantity with the correct unit.
x() - Method in class org.djunits.vecmat.d3.Vector3
Return the x-value of the vector as a quantity with the correct unit.
xSi() - Method in class org.djunits.vecmat.d1.Vector1
Return the x-value of the vector in SI or BASE units.
xSi() - Method in class org.djunits.vecmat.d2.Vector2
Return the x-value of the vector in SI or BASE units.
xSi() - Method in class org.djunits.vecmat.d3.Vector3
Return the x-value of the vector in SI or BASE units.

Y

y() - Method in class org.djunits.vecmat.d2.Vector2
Return the y-value of the vector as a quantity with the correct unit.
y() - Method in class org.djunits.vecmat.d3.Vector3
Return the y-value of the vector as a quantity with the correct unit.
yd - Static variable in class org.djunits.quantity.Length.Unit
yard (international) = 0.9144 m = 3 ft = 36 in.
yd2 - Static variable in class org.djunits.quantity.Area.Unit
yd2.
yd3 - Static variable in class org.djunits.quantity.Volume.Unit
yd^3.
ySi() - Method in class org.djunits.vecmat.d2.Vector2
Return the y-value of the vector in SI or BASE units.
ySi() - Method in class org.djunits.vecmat.d3.Vector3
Return the y-value of the vector in SI or BASE units.

Z

z() - Method in class org.djunits.vecmat.d3.Vector3
Return the z-value of the vector as a quantity with the correct unit.
ZERO - Static variable in class org.djunits.quantity.AbsorbedDose
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Acceleration
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.AmountOfSubstance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Angle
Constant with value zero radians.
ZERO - Static variable in class org.djunits.quantity.AngularAcceleration
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.AngularVelocity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Area
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ArealObjectDensity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.CatalyticActivity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Density
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Dimensionless
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Duration
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricalCapacitance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricalConductance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricalInductance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricalResistance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricCharge
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricCurrent
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.ElectricPotential
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Energy
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.EquivalentDose
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.FlowMass
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.FlowVolume
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Force
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Frequency
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Illuminance
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Length
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.LinearDensity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.LinearObjectDensity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.LuminousFlux
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.LuminousIntensity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.MagneticFlux
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.MagneticFluxDensity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Mass
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Momentum
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Power
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Pressure
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.RadioActivity
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.SolidAngle
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Speed
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.TemperatureDifference
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Torque
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.Volume
Constant with value zero.
ZERO - Static variable in class org.djunits.quantity.VolumetricObjectDensity
Constant with value zero.
zSi() - Method in class org.djunits.vecmat.d3.Vector3
Return the z-value of the vector in SI or BASE units.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form