Overload List
| Name | Description | |
|---|---|---|
| Abs(DoubleComplex) |
Calculates the absolute value of a complex number.
| |
| Abs(DoubleComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the absolute value function to each element
of the matrix.
| |
| Abs(DoubleComplexVector) |
Creates a new vector with the same dimension as a given vector, whose values
are the result of applying the absolute value function to each element
of the vector.
| |
| Abs(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the absolute value function to each element
of the matrix.
| |
| Abs(DoubleVector) |
Creates a new vector with the same size as a given vector, whose
values are the result of applying the absolute value function to each
element of the vector.
| |
| Abs(FloatComplex) |
Calculates the absolute value of a complex number.
| |
| Abs(FloatComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the absolute value function to each element
of the matrix.
| |
| Abs(FloatComplexVector) |
Creates a new vector with the same dimension as a given vector, whose values
are the result of applying the absolute value function to each element
of the vector.
| |
| Abs(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the absolute value function to each element
of the matrix.
| |
| Abs(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the absolute value function to each element of
the given vector.
| |
| Abs(Double) |
Calculates the absolute value of a double-precision floating point number.
| |
| Abs(Single) |
Calculates the absolute value of a floating point number.
|