add

fun add(left: Matrix2, right: Matrix2, result: Matrix2): Matrix2(source)

Computes the sum of two matrices.

Return

The modified result parameter.

Parameters

left

The first matrix.

right

The second matrix.

result

The object onto which to store the result.

See also