Uses of Class
org.djunits.unit.SIUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
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.Note: All code in this package is generated.
|
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.
|
-
Uses of SIUnit in org.djunits.unit
Methods in org.djunits.unit that return SIUnit Modifier and Type Method Description static SIUnit
Unit. getUnit(String unitString)
Find or create a unit for the given SI dimensions.static SIUnit
Unit. lookupOrCreateUnitWithSIDimensions(SIDimensions siDimensions)
Create or lookup a unit based on given SI dimensions.static SIUnit
SIUnit. of(String siString)
Instantiate an SI unit 'of' a String.static SIUnit
SIUnit. of(SIDimensions siDimensions)
Instantiate an SI unit 'of' a SIDimensions. -
Uses of SIUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SIUnit Modifier and Type Method Description static SIMatrix
SIMatrix. instantiate(double[][] values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIMatrix.SIMatrix
SIMatrix. instantiateMatrix(DoubleMatrixData dmd, SIUnit unit)
Instantiate a new matrix of the class of this matrix.SIScalar
SIMatrix. instantiateScalarSI(double valueSI, SIUnit unit)
Instantiate a new scalar for the class of this matrix.SIVector
SIMatrix. instantiateVector(DoubleVectorData dvd, SIUnit unit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type SIUnit Constructor Description SIMatrix(DoubleMatrixData data, SIUnit unit)
-
Uses of SIUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type SIUnit Modifier and Type Method Description SIScalar
SIScalar. instantiateRel(double value, SIUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static SIScalar
SIScalar. instantiateSI(double value, SIUnit unit)
Construct SI scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type SIUnit Constructor Description SIScalar(double value, SIUnit unit)
Construct SI scalar. -
Uses of SIUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type SIUnit Modifier and Type Method Description static SIVector
SIVector. instantiate(double[] values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.static SIVector
SIVector. instantiate(List<Double> values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.static SIVector
SIVector. instantiate(SortedMap<Integer,Double> values, int length, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.SIScalar
SIVector. instantiateScalarSI(double valueSI, SIUnit unit)
Instantiate a new scalar for the class of this vector.SIVector
SIVector. instantiateVector(DoubleVectorData dvd, SIUnit unit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type SIUnit Constructor Description SIVector(DoubleVectorData data, SIUnit unit)
-
Uses of SIUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type SIUnit Modifier and Type Method Description static FloatSIMatrix
FloatSIMatrix. instantiate(float[][] values, SIUnit unit, StorageType storageType)
Construct a new Relative Float FloatSIMatrix.FloatSIMatrix
FloatSIMatrix. instantiateMatrix(FloatMatrixData fmd, SIUnit unit)
Instantiate a new matrix of the class of this matrix.FloatSIScalar
FloatSIMatrix. instantiateScalarSI(float valueSI, SIUnit unit)
Instantiate a new scalar for the class of this matrix.FloatSIVector
FloatSIMatrix. instantiateVector(FloatVectorData fvd, SIUnit unit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type SIUnit Constructor Description FloatSIMatrix(FloatMatrixData data, SIUnit unit)
-
Uses of SIUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type SIUnit Modifier and Type Method Description FloatSIScalar
FloatSIScalar. instantiateRel(float value, SIUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatSIScalar
FloatSIScalar. instantiateSI(float value, SIUnit unit)
Construct SI scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type SIUnit Constructor Description FloatSIScalar(float value, SIUnit unit)
Construct SI scalar. -
Uses of SIUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type SIUnit Modifier and Type Method Description static FloatSIVector
FloatSIVector. instantiate(float[] values, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.static FloatSIVector
FloatSIVector. instantiate(List<Float> values, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.static FloatSIVector
FloatSIVector. instantiate(SortedMap<Integer,Float> values, int length, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.FloatSIScalar
FloatSIVector. instantiateScalarSI(float valueSI, SIUnit unit)
Instantiate a new scalar for the class of this vector.FloatSIVector
FloatSIVector. instantiateVector(FloatVectorData fvd, SIUnit unit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type SIUnit Constructor Description FloatSIVector(FloatVectorData data, SIUnit unit)