Documentation For Encog 2.x

Matrix.Add Method

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

Overload List

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

public void Add(Matrix)

Add the specified value to the specified row and column of the matrix.

public void Add(int,int,double)

See Also

Matrix Class | Encog.Matrix Namespace