Documentation For Encog 2.x

MatrixMath.Copy Method

Copy the source matrix to the target matrix. Both matrixes must have the same dimensions.

public static void Copy(
   Matrix source,
   Matrix target
);

Parameters

source
The source matrix.
target
The target matrix.

See Also

MatrixMath Class | Encog.Matrix Namespace