Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Torque |
TorqueMatrix.instantiateScalar(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Torque |
MutableTorqueMatrix.instantiateScalar(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MutableTorqueMatrix(Torque[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
TorqueMatrix(Torque[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
Modifier and Type | Field and Description |
---|---|
static Torque |
Torque.NaN
constant with value NaN.
|
static Torque |
Torque.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static Torque |
Torque.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static Torque |
Torque.POS_MAXVALUE
constant with value MAX_VALUE.
|
static Torque |
Torque.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static Torque |
Torque.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static Torque |
Torque.createSI(double value)
Construct Torque scalar.
|
Torque |
Torque.instantiateRel(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
static Torque |
Torque.interpolate(Torque zero,
Torque one,
double ratio)
Interpolate between two values.
|
static Torque |
Torque.max(Torque r1,
Torque r2)
Return the maximum value of two relative scalars.
|
static Torque |
Torque.max(Torque r1,
Torque r2,
Torque... rn)
Return the maximum value of more than two relative scalars.
|
static Torque |
Torque.min(Torque r1,
Torque r2)
Return the minimum value of two relative scalars.
|
static Torque |
Torque.min(Torque r1,
Torque r2,
Torque... rn)
Return the minimum value of more than two relative scalars.
|
Torque |
Dimensionless.multiplyBy(Torque v)
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.
|
static Torque |
Torque.valueOf(String text)
Returns a Torque representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
Dimensionless |
Torque.divideBy(Torque v)
Calculate the division of Torque and Torque, which results in a Dimensionless scalar.
|
static Torque |
Torque.interpolate(Torque zero,
Torque one,
double ratio)
Interpolate between two values.
|
static Torque |
Torque.max(Torque r1,
Torque r2)
Return the maximum value of two relative scalars.
|
static Torque |
Torque.max(Torque r1,
Torque r2,
Torque... rn)
Return the maximum value of more than two relative scalars.
|
static Torque |
Torque.max(Torque r1,
Torque r2,
Torque... rn)
Return the maximum value of more than two relative scalars.
|
static Torque |
Torque.min(Torque r1,
Torque r2)
Return the minimum value of two relative scalars.
|
static Torque |
Torque.min(Torque r1,
Torque r2,
Torque... rn)
Return the minimum value of more than two relative scalars.
|
static Torque |
Torque.min(Torque r1,
Torque r2,
Torque... rn)
Return the minimum value of more than two relative scalars.
|
Torque |
Dimensionless.multiplyBy(Torque v)
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.
|
Constructor and Description |
---|
Torque(Torque value)
Construct Torque scalar.
|
Modifier and Type | Method and Description |
---|---|
protected Torque |
TorqueVector.instantiateScalar(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Torque |
MutableTorqueVector.instantiateScalar(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Torque[] |
TorqueVector.toArray()
Return an array of Torque Scalars from this vector.
|
Torque[] |
MutableTorqueVector.toArray()
Return an array of Torque Scalars from this vector.
|
Constructor and Description |
---|
MutableTorqueVector(Torque[] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(Torque[] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
Constructor and Description |
---|
MutableTorqueVector(List<Torque> values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(SortedMap<Integer,Torque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(List<Torque> values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(SortedMap<Integer,Torque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.