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 SIUnitUnit. getUnit(String unitString)Find or create a unit for the given SI dimensions.static SIUnitUnit. lookupOrCreateUnitWithSIDimensions(SIDimensions siDimensions)Create or lookup a unit based on given SI dimensions.static SIUnitSIUnit. of(String siString)Instantiate an SI unit 'of' a String.static SIUnitSIUnit. 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 SIMatrixSIMatrix. instantiate(double[][] values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIMatrix.SIMatrixSIMatrix. instantiateMatrix(DoubleMatrixData dmd, SIUnit unit)Instantiate a new matrix of the class of this matrix.SIScalarSIMatrix. instantiateScalarSI(double valueSI, SIUnit unit)Instantiate a new scalar for the class of this matrix.SIVectorSIMatrix. 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 SIScalarSIScalar. instantiateRel(double value, SIUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static SIScalarSIScalar. 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 SIVectorSIVector. instantiate(double[] values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector.static SIVectorSIVector. instantiate(List<Double> values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector.static SIVectorSIVector. instantiate(SortedMap<Integer,Double> values, int length, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector.SIScalarSIVector. instantiateScalarSI(double valueSI, SIUnit unit)Instantiate a new scalar for the class of this vector.SIVectorSIVector. 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 FloatSIMatrixFloatSIMatrix. instantiate(float[][] values, SIUnit unit, StorageType storageType)Construct a new Relative Float FloatSIMatrix.FloatSIMatrixFloatSIMatrix. instantiateMatrix(FloatMatrixData fmd, SIUnit unit)Instantiate a new matrix of the class of this matrix.FloatSIScalarFloatSIMatrix. instantiateScalarSI(float valueSI, SIUnit unit)Instantiate a new scalar for the class of this matrix.FloatSIVectorFloatSIMatrix. 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 FloatSIScalarFloatSIScalar. instantiateRel(float value, SIUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatSIScalarFloatSIScalar. 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 FloatSIVectorFloatSIVector. instantiate(float[] values, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector.static FloatSIVectorFloatSIVector. instantiate(List<Float> values, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector.static FloatSIVectorFloatSIVector. instantiate(SortedMap<Integer,Float> values, int length, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector.FloatSIScalarFloatSIVector. instantiateScalarSI(float valueSI, SIUnit unit)Instantiate a new scalar for the class of this vector.FloatSIVectorFloatSIVector. 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)