| Package | Description |
|---|---|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableTemperatureVector.Rel.Dense
Double Dense Relative Immutable Temperature class.
|
static class |
MutableTemperatureVector.Rel.Sparse
Double Sparse Relative Immutable Temperature class.
|
| Modifier and Type | Method and Description |
|---|---|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.abs()
Set the value(s) to their absolute value.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.cbrt()
Set the value(s) to the(ir) cube root.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.copy()
Create a deep copy of this MutableDoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.divideBy(double constant)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.multiplyBy(double constant)
Scale the value(s) by a factor.
|
abstract MutableTemperatureVector.Rel |
TemperatureVector.Rel.mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Rel |
TemperatureVector.Rel.Dense.mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Rel |
TemperatureVector.Rel.Sparse.mutable()
Create a mutable version of this DoubleVector.
|
abstract MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Dense.mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Sparse.mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater
than zero, -1.0 if the argument is less than zero.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
abstract MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.toDense()
Create a dense version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Dense.toDense()
Create a dense version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Sparse.toDense()
Create a dense version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
abstract MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.toSparse()
Create a sparse version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
MutableTemperatureVector.Rel |
MutableTemperatureVector.Rel.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
TemperatureVector.Rel |
MutableTemperatureVector.Rel.divide(MutableTemperatureVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
TemperatureVector.Rel |
MutableTemperatureVector.Rel.minus(MutableTemperatureVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
TemperatureVector.Rel |
MutableTemperatureVector.Rel.plus(MutableTemperatureVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
TemperatureVector.Rel |
MutableTemperatureVector.Rel.times(MutableTemperatureVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.