abs
Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
Return
The modified result parameter.
Parameters
matrix
The matrix with signed elements.
result
The object onto which to store the result.
Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
The modified result parameter.
The matrix with signed elements.
The object onto which to store the result.