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