Documentation For Encog 2.x

MatrixMath.Add Method

Add two matrixes together, producing a third.

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

Parameters

a
The first matrix to add.
b
The second matrix to add.

Return Value

The two matrixes added together.

See Also

MatrixMath Class | Encog.Matrix Namespace