Overload List
| Name | Description | |
|---|---|---|
| Abs(DoubleBandMatrix) |
Creates a new matrix with the same dimensions and bandwidths as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(DoubleComplexBandMatrix) |
Creates a new matrix with the same dimensions and bandwidths as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(DoubleComplexLowerTriMatrix) |
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(DoubleComplexTriDiagMatrix) |
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(DoubleComplexUpperTriMatrix) |
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(DoubleHermitianBandMatrix) |
Creates a new matrix with the same dimensions and half bandwidth as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(DoubleHermitianMatrix) |
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(DoubleLowerTriMatrix) |
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(DoubleSymBandMatrix) |
Creates a new matrix with the same dimensions and half bandwidth as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(DoubleSymmetricMatrix) |
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(DoubleTriDiagMatrix) |
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(DoubleUpperTriMatrix) |
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(FloatBandMatrix) |
Creates a new matrix with the same dimensions and bandwidths as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(FloatComplexBandMatrix) |
Creates a new matrix with the same dimensions and bandwidths as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(FloatComplexLowerTriMatrix) |
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(FloatComplexTriDiagMatrix) |
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(FloatComplexUpperTriMatrix) |
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(FloatHermitianBandMatrix) |
Creates a new matrix with the same dimensions and half bandwidth as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(FloatHermitianMatrix) |
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(FloatLowerTriMatrix) |
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(FloatSymBandMatrix) |
Creates a new matrix with the same dimensions and half bandwidth as a
given matrix, whose values are the result of applying the absolute
value function to each element of the matrix.
| |
| Abs(FloatSymmetricMatrix) |
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(FloatTriDiagMatrix) |
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(FloatUpperTriMatrix) |
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.
|