Documentation For Encog 2.x

MatrixMath.Subtract Method

Subtract one matrix from another. The two matrixes must have the same number of rows and columns.

public static Matrix Subtract(
   Matrix a,
   Matrix b
);

Parameters

a
The first matrix.
b
The second matrix.

Return Value

The subtracted matrix.

See Also

MatrixMath Class | Encog.Matrix Namespace