Uses of Class
org.djunits.value.vfloat.vector.FloatDimensionlessVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatDimensionlessVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatDimensionlessVector Modifier and Type Method Description FloatDimensionlessVector
FloatDimensionlessMatrix. instantiateVector(FloatVectorData fvd, DimensionlessUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatDimensionlessVector Modifier and Type Method Description Class<FloatDimensionlessVector>
FloatDimensionlessMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatDimensionlessVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatDimensionlessVector Modifier and Type Method Description FloatDimensionlessVector
FloatDimensionlessVector. acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.FloatDimensionlessVector
FloatSIVector. asDimensionless()
Return the current vector as a dimensionless vector.FloatDimensionlessVector
FloatSIVector. asDimensionless(DimensionlessUnit displayUnit)
Return the current vector as a dimensionless vector, and provide a display unit.FloatDimensionlessVector
FloatDimensionlessVector. 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.FloatDimensionlessVector
FloatDimensionlessVector. 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.FloatDimensionlessVector
FloatDimensionlessVector. cbrt()
Set the value(s) to the(ir) cube root.FloatDimensionlessVector
FloatDimensionlessVector. cos()
Set the value(s) to the trigonometric cosine of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. cosh()
Set the value(s) to the hyperbolic cosine of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. exp()
Set the value(s) to Euler's number e raised to the power of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).FloatDimensionlessVector
FloatDimensionlessVector. instantiateVector(FloatVectorData fvd, DimensionlessUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatDimensionlessVector
FloatDimensionlessVector. inv()
Set the value(s) to the complement (1.0/x) of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. log()
Set the value(s) to the natural logarithm (base e) of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. log10()
Set the value(s) to the base 10 logarithm of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.FloatDimensionlessVector
FloatDimensionlessVector. pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.FloatDimensionlessVector
FloatDimensionlessVector. 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.FloatDimensionlessVector
FloatDimensionlessVector. sin()
Set the value(s) to the trigonometric sine of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. sinh()
Set the value(s) to the hyperbolic sine of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. tan()
Set the value(s) to the trigonometric tangent of the value(s).FloatDimensionlessVector
FloatDimensionlessVector. tanh()
Set the value(s) to the hyperbolic tangent of the value(s).