Documentation For Encog 2.x

MatrixMath.Multiply(Matrix, Matrix) Method

Multiply two matrixes.

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

Parameters

a
The first matrix.
b
The second matrix.

Return Value

The resulting matrix.

See Also

MatrixMath Class | Encog.Matrix Namespace | MatrixMath.Multiply Overload List