FloatDimensionlessMatrix |
FloatDimensionlessMatrix.acos() |
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
FloatDimensionlessMatrix |
FloatSIMatrix.asDimensionless() |
Return the current matrix as a dimensionless matrix.
|
FloatDimensionlessMatrix |
FloatSIMatrix.asDimensionless(DimensionlessUnit displayUnit) |
Return the current matrix as a dimensionless matrix, and provide a display unit.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.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.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.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.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.cbrt() |
Set the value(s) to the(ir) cube root.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.cos() |
Set the value(s) to the trigonometric cosine of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.cosh() |
Set the value(s) to the hyperbolic cosine of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.exp() |
Set the value(s) to Euler's number e raised to the power of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.expm1() |
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.instantiateMatrix(FloatMatrixData fmd,
DimensionlessUnit displayUnit) |
Instantiate a new matrix of the class of this matrix.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.inv() |
Set the value(s) to the complement (1.0/x) of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.log() |
Set the value(s) to the natural logarithm (base e) of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.log10() |
Set the value(s) to the base 10 logarithm of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.log1p() |
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.pow(double x) |
Set the value(s) to the value(s) raised to the power of the argument.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.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.
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.sin() |
Set the value(s) to the trigonometric sine of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.sinh() |
Set the value(s) to the hyperbolic sine of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.sqrt() |
Set the value(s) to the correctly rounded positive square root of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.tan() |
Set the value(s) to the trigonometric tangent of the value(s).
|
FloatDimensionlessMatrix |
FloatDimensionlessMatrix.tanh() |
Set the value(s) to the hyperbolic tangent of the value(s).
|