Documentation For Encog 2.x

MatrixMath.Divide Method

Divide every cell in the matrix by the specified number.

public static Matrix Divide(
   Matrix a,
   double b
);

Parameters

a
The matrix to divide.
b
The number to divide by.

Return Value

The divided matrix.

See Also

MatrixMath Class | Encog.Matrix Namespace