Documentation For Encog 2.x

Matrix Constructor

Construct a blank matrix with the specified number of rows and columns.

Matrix(
   int rows,
   int cols
);

Parameters

rows
How many rows.
cols
How many columns.

See Also

Matrix Class | Encog.Matrix Namespace | Matrix Constructor Overload List