Matrix.opBinary

Add or subtract two matrices, yielding a new matrix.

Parameters

other const(Matrix!(OtherNumber, rowCount, columnCount))

The other matrix.

Return Value

Type: Matrix!(Number, rowCount, columnCount)

A new matrix.

Meta