Documentation For Encog 2.x

Matrix.Add(Matrix) Method

Add the specified matrix to this matrix. This will modify the matrix to hold the result of the addition.

public void Add(
   Matrix matrix
);

Parameters

matrix
The matrix to add.

See Also

Matrix Class | Encog.Matrix Namespace | Matrix.Add Overload List