Multiply two matrixes.
public static Matrix Multiply(Matrix,Matrix)
Multiply every cell in the matrix by the specified value.
public static Matrix Multiply(Matrix,double)
MatrixMath Class | Encog.Matrix Namespace