Jagged |
The JaggedArrayMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | Array | Provides direct access to the underlying jagged array. JaggedArrayMath can then be used to speed up computations. |
![]() | ColumnCount | Number of columns of the matrix. |
![]() | Item | Element accessor. Accesses the element [row, col] of the matrix. |
![]() | RowCount | Number of Rows of the matrix. |