Uses of Class
org.djunits.unit.MomentumUnit
Packages that use MomentumUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
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 MomentumUnit in org.djunits.unit
Fields in org.djunits.unit declared as MomentumUnitModifier and TypeFieldDescriptionstatic final MomentumUnitMomentumUnit.KILOGRAM_METER_PER_SECONDkgm/s.static final MomentumUnitMomentumUnit.SIThe SI unit for momentum is kgm/s.Fields in org.djunits.unit with type parameters of type MomentumUnitModifier and TypeFieldDescriptionstatic final Quantity<MomentumUnit>MomentumUnit.BASEThe base, with "kgm/s" as the SI signature. -
Uses of MomentumUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as MomentumUnit -
Uses of MomentumUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal MomentumMatrixSIMatrix.asMomentum(MomentumUnit displayUnit) Return the current matrix as a momentum matrix, and provide a display unit.MomentumMatrix.instantiateMatrix(DoubleMatrixData dmd, MomentumUnit displayUnit) MomentumMatrix.instantiateScalarSI(double valueSI, MomentumUnit displayUnit) MomentumMatrix.instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type MomentumUnitModifierConstructorDescriptionMomentumMatrix(double[][] data, MomentumUnit displayUnit) Construct a MomentumMatrix from a double[][] object.MomentumMatrix(double[][] data, MomentumUnit displayUnit, StorageType storageType) Construct a MomentumMatrix from a double[][] object.MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols, StorageType storageType) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix(DoubleMatrixData data, MomentumUnit displayUnit) Construct a MomentumMatrix from an internal data object.MomentumMatrix(Momentum[][] data, MomentumUnit displayUnit) Construct a MomentumMatrix from an array of an array of Momentum objects.MomentumMatrix(Momentum[][] data, MomentumUnit displayUnit, StorageType storageType) Construct a MomentumMatrix from an array of an array of Momentum objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type MomentumUnitModifierConstructorDescriptionMomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, int rows, int cols) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, int rows, int cols, StorageType storageType) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols, StorageType storageType) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of MomentumUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal MomentumSIScalar.asMomentum(MomentumUnit displayUnit) Return the current scalar as a momentum, and provide a display unit.final MomentumMomentum.instantiateRel(double value, MomentumUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type MomentumUnitModifierConstructorDescriptionMomentum(double value, MomentumUnit unit) Construct Momentum scalar with a unit. -
Uses of MomentumUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal MomentumVectorSIVector.asMomentum(MomentumUnit displayUnit) Return the current vector as a momentum vector, and provide a display unit.MomentumVector.instantiateScalarSI(double valueSI, MomentumUnit displayUnit) MomentumVector.instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type MomentumUnitModifierConstructorDescriptionMomentumVector(double[] data, MomentumUnit displayUnit) Construct an MomentumVector from a double[] object.MomentumVector(double[] data, MomentumUnit displayUnit, StorageType storageType) Construct an MomentumVector from a double[] object.MomentumVector(List<? extends Number> data, MomentumUnit displayUnit) Construct an MomentumVector from a list of Number objects or a list of Momentum objects.MomentumVector(List<? extends Number> data, MomentumUnit displayUnit, StorageType storageType) Construct an MomentumVector from a list of Number objects or a list of Momentum objects.MomentumVector(Map<Integer, ? extends Number> data, int size, MomentumUnit displayUnit) Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.MomentumVector(Map<Integer, ? extends Number> data, int size, MomentumUnit displayUnit, StorageType storageType) Construct an MomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Momentum objects.MomentumVector(Momentum[] data, MomentumUnit displayUnit) Construct an MomentumVector from an array of Momentum objects.MomentumVector(Momentum[] data, MomentumUnit displayUnit, StorageType storageType) Construct an MomentumVector from an array of Momentum objects.MomentumVector(DoubleVectorData data, MomentumUnit displayUnit) Construct an MomentumVector from an internal data object. -
Uses of MomentumUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal FloatMomentumMatrixFloatSIMatrix.asMomentum(MomentumUnit displayUnit) Return the current matrix as a momentum matrix, and provide a display unit.FloatMomentumMatrix.instantiateMatrix(FloatMatrixData fmd, MomentumUnit displayUnit) FloatMomentumMatrix.instantiateScalarSI(float valueSI, MomentumUnit displayUnit) FloatMomentumMatrix.instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type MomentumUnitModifierConstructorDescriptionFloatMomentumMatrix(float[][] data, MomentumUnit displayUnit) Construct a FloatMomentumMatrix from a float[][] object.FloatMomentumMatrix(float[][] data, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumMatrix from a float[][] object.FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, MomentumUnit displayUnit, int rows, int cols) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, MomentumUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.FloatMomentumMatrix(FloatMatrixData data, MomentumUnit displayUnit) Construct a FloatMomentumMatrix from an internal data object.FloatMomentumMatrix(FloatMomentum[][] data, MomentumUnit displayUnit) Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.FloatMomentumMatrix(FloatMomentum[][] data, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumMatrix from an array of an array of FloatMomentum objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type MomentumUnitModifierConstructorDescriptionFloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, int rows, int cols) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, int rows, int cols, StorageType storageType) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, MomentumUnit displayUnit, int rows, int cols) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects.FloatMomentumMatrix(Collection<FloatSparseValue<MomentumUnit, FloatMomentum>> data, MomentumUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatMomentumMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of MomentumUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal FloatMomentumFloatSIScalar.asMomentum(MomentumUnit displayUnit) Return the current scalar as a momentum, and provide a display unit.final FloatMomentumFloatMomentum.instantiateRel(float value, MomentumUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type MomentumUnitModifierConstructorDescriptionFloatMomentum(double value, MomentumUnit unit) Construct FloatMomentum scalar with a unit using a double value.FloatMomentum(float value, MomentumUnit unit) Construct FloatMomentum scalar with a unit. -
Uses of MomentumUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type MomentumUnitModifier and TypeMethodDescriptionfinal FloatMomentumVectorFloatSIVector.asMomentum(MomentumUnit displayUnit) Return the current vector as a momentum vector, and provide a display unit.FloatMomentumVector.instantiateScalarSI(float valueSI, MomentumUnit displayUnit) FloatMomentumVector.instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type MomentumUnitModifierConstructorDescriptionFloatMomentumVector(float[] data, MomentumUnit displayUnit) Construct a FloatMomentumVector from a float[] object.FloatMomentumVector(float[] data, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumVector from a float[] object.FloatMomentumVector(List<? extends Number> data, MomentumUnit displayUnit) Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.FloatMomentumVector(List<? extends Number> data, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumVector from a list of Number objects or a list of FloatMomentum objects.FloatMomentumVector(Map<Integer, ? extends Number> data, int size, MomentumUnit displayUnit) Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.FloatMomentumVector(Map<Integer, ? extends Number> data, int size, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatMomentum objects.FloatMomentumVector(FloatMomentum[] data, MomentumUnit displayUnit) Construct a FloatMomentumVector from an array of FloatMomentum objects.FloatMomentumVector(FloatMomentum[] data, MomentumUnit displayUnit, StorageType storageType) Construct a FloatMomentumVector from an array of FloatMomentum objects.FloatMomentumVector(FloatVectorData data, MomentumUnit displayUnit) Construct a FloatMomentumVector from an internal data object.