Computes the absolute value of the elements of a matrix in-place.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Matrix<T> AbsInPlace()
Public Function AbsInPlace As Matrix(Of T)
public:
Matrix<T>^ AbsInPlace()
member AbsInPlace : unit -> Matrix<'T>
Return Value
Type:
MatrixTThe current matrix whose elements
are replaced by their absolute values.
Numerical Libraries
Supported in: 6.0
Reference