Uses of Class
org.djunits.unit.SIUnit
Package
Description
Units for version 4 of DJUNITS.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of SIUnit in org.djunits.unit
Modifier and TypeMethodDescriptionstatic SIUnit
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
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
Modifier and TypeMethodDescriptionSIMatrix.instantiateMatrix
(DoubleMatrixData dmd, SIUnit unit) SIMatrix.instantiateScalarSI
(double valueSI, SIUnit unit) SIMatrix.instantiateVector
(DoubleVectorData dvd, SIUnit unit) ModifierConstructorDescriptionConstruct a new Relative Double SIMatrix with a unit for the float values that will also be used for the displayUnit.SIMatrix
(double[][] values, SIUnit unit, StorageType storageType) Construct a new Relative Double SIMatrix with a unit for the float values that will also be used for the displayUnit.SIMatrix
(DoubleMatrixData data, SIUnit unit) Construct a new Relative Double SIMatrix on the basis of a data object. -
Uses of SIUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal SIScalar
SIScalar.instantiateRel
(double value, SIUnit unit) static final SIScalar
SIScalar.instantiateSI
(double value, SIUnit unit) Construct SI scalar. -
Uses of SIUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionSIVector.instantiateScalarSI
(double valueSI, SIUnit unit) SIVector.instantiateVector
(DoubleVectorData dvd, SIUnit unit) ModifierConstructorDescriptionConstruct an SIVector from a double[] object.SIVector
(double[] data, SIUnit displayUnit, StorageType storageType) Construct an SIVector from a double[] object.Construct an SIVector from a list of Number objects or a list of SIScalar objects.SIVector
(List<? extends Number> data, SIUnit displayUnit, StorageType storageType) Construct an SIVector from a list of Number objects or a list of SIScalar objects.Construct an SIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SIScalar objects.Construct an SIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SIScalar objects.Construct an SIVector from an array of SIScalar objects.SIVector
(SIScalar[] data, SIUnit displayUnit, StorageType storageType) Construct an SIVector from an array of SIScalar objects.SIVector
(DoubleVectorData data, SIUnit displayUnit) Construct an SIVector from an internal data object. -
Uses of SIUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatSIMatrix.instantiateMatrix
(FloatMatrixData fmd, SIUnit unit) FloatSIMatrix.instantiateScalarSI
(float valueSI, SIUnit unit) FloatSIMatrix.instantiateVector
(FloatVectorData fvd, SIUnit unit) ModifierConstructorDescriptionFloatSIMatrix
(float[][] values, SIUnit unit) Construct a new Relative FloatSIMatrix with a unit for the float values that will also be used for the displayUnit.FloatSIMatrix
(float[][] values, SIUnit unit, StorageType storageType) Construct a new Relative FloatSIMatrix with a unit for the float values that will also be used for the displayUnit.FloatSIMatrix
(FloatMatrixData data, SIUnit displayUnit) Construct a new Relative FloatSIMatrix on the basis of a data object. -
Uses of SIUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatSIScalar
FloatSIScalar.instantiateRel
(float value, SIUnit unit) static final FloatSIScalar
FloatSIScalar.instantiateSI
(float value, SIUnit unit) Construct SI scalar. -
Uses of SIUnit in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatSIVector.instantiateScalarSI
(float valueSI, SIUnit unit) FloatSIVector.instantiateVector
(FloatVectorData fvd, SIUnit unit) ModifierConstructorDescriptionFloatSIVector
(float[] data, SIUnit displayUnit) Construct a FloatSIVector from a float[] object.FloatSIVector
(float[] data, SIUnit displayUnit, StorageType storageType) Construct a FloatSIVector from a float[] object.FloatSIVector
(List<? extends Number> data, SIUnit displayUnit) Construct a FloatSIVector from a list of Number objects or a list of FloatSIScalar objects.FloatSIVector
(List<? extends Number> data, SIUnit displayUnit, StorageType storageType) Construct a FloatSIVector from a list of Number objects or a list of FloatSIScalar objects.FloatSIVector
(Map<Integer, ? extends Number> data, int size, SIUnit displayUnit) Construct a FloatSIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSIScalar objects.FloatSIVector
(Map<Integer, ? extends Number> data, int size, SIUnit displayUnit, StorageType storageType) Construct a FloatSIVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSIScalar objects.FloatSIVector
(FloatSIScalar[] data, SIUnit displayUnit) Construct a FloatSIVector from an array of FloatSIScalar objects.FloatSIVector
(FloatSIScalar[] data, SIUnit displayUnit, StorageType storageType) Construct a FloatSIVector from an array of FloatSIScalar objects.FloatSIVector
(FloatVectorData data, SIUnit displayUnit) Construct a FloatSIVector from an internal data object.