Package | Description |
---|---|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.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.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.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.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.cbrt()
Set the value(s) to the(ir) cube root.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
protected MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.instantiateMutableType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDimensionlessVector |
FloatDimensionlessVector.instantiateMutableType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.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.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.toDense()
return a dense version of this vector.
|
MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.toSparse()
return a sparse version of this vector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.