| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableFloatLengthVector.Abs
ABSOLUTE implementation of FloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableFloatVector.
|
static class |
MutableFloatVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableFloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.abs()
Set the value(s) to their absolute value.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.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.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.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.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.cbrt()
Set the value(s) to the(ir) cube root.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.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.
|
abstract MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Dense.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Sparse.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the result.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.divideBy(float constant)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.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.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the result.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.multiplyBy(float constant)
Scale the value(s) by a factor.
|
abstract MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Dense.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Sparse.mutable()
Create a mutable version of this FloatVector.
|
abstract MutableFloatVector.Abs<U> |
FloatVector.Abs.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
FloatVector.Abs.Dense.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
FloatVector.Abs.Sparse.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.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.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
abstract MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Dense.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Sparse.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
abstract MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toSparse()
Create a sparse version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Dense.toSparse()
Create a sparse version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.