Documentation For Encog 2.x

Matrix Properties

The properties of the Matrix class are listed below. For a complete list of Matrix class members, see the Matrix Members topic.

Public Instance Properties

Cols Get the number of columns in this matrix
Description The description of this object.
Item Allows index access to the elements of the matrix.
Name The name of this object.
Rows Get the number of rows in this matrix
Size Get the size fo the matrix. This is thr rows times the columns.

See Also

Matrix Class | Encog.Matrix Namespace