abs

fun abs(matrix: Matrix2, result: Matrix2): Matrix2(source)

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.

See also