Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Field and Description |
---|---|
static DensityUnit |
UNITS.GRAM_PER_CENTIMETER_3 |
static DensityUnit |
DensityUnit.GRAM_PER_CENTIMETER_3
g/cm^3.
|
static DensityUnit |
UNITS.KG_PER_METER_3 |
static DensityUnit |
DensityUnit.KG_PER_METER_3
kg/m^3.
|
static DensityUnit |
DensityUnit.SI
The SI unit for standard density is kg/m^3.
|
Modifier and Type | Method and Description |
---|---|
DensityUnit |
DensityUnit.getStandardUnit() |
Constructor and Description |
---|
DensityUnit(String name,
String abbreviation,
UnitSystem unitSystem,
DensityUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableDensityMatrix |
MutableDensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDensityMatrix |
DensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Density |
MutableDensityMatrix.instantiateScalar(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Density |
DensityMatrix.instantiateScalar(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected DensityMatrix |
MutableDensityMatrix.instantiateType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DensityMatrix |
DensityMatrix.instantiateType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
DensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
DensityMatrix(DoubleMatrixData data,
DensityUnit unit) |
MutableDensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
MutableDensityMatrix(DoubleMatrixData data,
DensityUnit unit) |
Modifier and Type | Method and Description |
---|---|
Density |
Density.instantiateRel(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Density(double value,
DensityUnit unit)
Construct Density scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableDensityVector |
MutableDensityVector.instantiateMutableType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDensityVector |
DensityVector.instantiateMutableType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Density |
MutableDensityVector.instantiateScalar(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Density |
DensityVector.instantiateScalar(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected DensityVector |
MutableDensityVector.instantiateType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DensityVector |
DensityVector.instantiateType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
DensityVector(double[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(DoubleVectorData data,
DensityUnit unit) |
DensityVector(List<Double> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(SortedMap<Integer,Double> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(double[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(DoubleVectorData data,
DensityUnit unit) |
MutableDensityVector(List<Double> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(SortedMap<Integer,Double> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatDensityMatrix |
MutableFloatDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDensityMatrix |
FloatDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatDensity |
MutableFloatDensityMatrix.instantiateScalar(float value,
DensityUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatDensity |
FloatDensityMatrix.instantiateScalar(float value,
DensityUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatDensityMatrix |
MutableFloatDensityMatrix.instantiateType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDensityMatrix |
FloatDensityMatrix.instantiateType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatDensityMatrix(float[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
FloatDensityMatrix(FloatMatrixData data,
DensityUnit unit) |
MutableFloatDensityMatrix(float[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
MutableFloatDensityMatrix(FloatMatrixData data,
DensityUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatDensity |
FloatDensity.instantiateRel(float value,
DensityUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatDensity(double value,
DensityUnit unit)
Construct FloatDensity scalar using a double value.
|
FloatDensity(float value,
DensityUnit unit)
Construct FloatDensity scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatDensityVector |
MutableFloatDensityVector.instantiateMutableType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDensityVector |
FloatDensityVector.instantiateMutableType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatDensity |
MutableFloatDensityVector.instantiateScalar(float value,
DensityUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatDensity |
FloatDensityVector.instantiateScalar(float value,
DensityUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatDensityVector |
MutableFloatDensityVector.instantiateType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDensityVector |
FloatDensityVector.instantiateType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatDensityVector(float[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatDensityVector.
|
FloatDensityVector(FloatVectorData data,
DensityUnit unit) |
FloatDensityVector(List<Float> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatDensityVector.
|
FloatDensityVector(SortedMap<Integer,Float> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatDensityVector.
|
MutableFloatDensityVector(float[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float DensityVector.
|
MutableFloatDensityVector(FloatVectorData data,
DensityUnit unit) |
MutableFloatDensityVector(List<Float> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float DensityVector.
|
MutableFloatDensityVector(SortedMap<Integer,Float> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float DensityVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.