| 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 |
MutableFloatAccelerationVector.Dense
Float Dense Relative Immutable Acceleration class.
|
static class |
MutableFloatAccelerationVector.Sparse
Float Sparse Relative Immutable Acceleration class.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.abs()
Set the value(s) to their absolute value.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.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.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.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.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.cbrt()
Set the value(s) to the(ir) cube root.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.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.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.divideBy(float constant)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.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.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.multiplyBy(float constant)
Scale the value(s) by a factor.
|
abstract MutableFloatAccelerationVector |
MutableFloatAccelerationVector.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Dense.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Sparse.mutable()
Create a mutable version of this FloatVector.
|
abstract MutableFloatAccelerationVector |
FloatAccelerationVector.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatAccelerationVector |
FloatAccelerationVector.Dense.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatAccelerationVector |
FloatAccelerationVector.Sparse.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.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.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
abstract MutableFloatAccelerationVector |
MutableFloatAccelerationVector.toDense()
Create a dense version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Dense.toDense()
Create a dense version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Sparse.toDense()
Create a dense version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
abstract MutableFloatAccelerationVector |
MutableFloatAccelerationVector.toSparse()
Create a sparse version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Dense.toSparse()
Create a sparse version of this FloatVector.
|
MutableFloatAccelerationVector |
MutableFloatAccelerationVector.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
FloatAccelerationVector |
MutableFloatAccelerationVector.divide(MutableFloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.minus(MutableFloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.plus(MutableFloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.times(MutableFloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.