| ColumnSums | Gets the sum of each column of the MatrixT. |
| ItemInt32 | Accesses the element stored at (i,j) |
| ItemTupleInt32, Int32 | Accesses the element stored at (i,j) |
| NColumns | Gets the number of columns in this MatrixT. |
| NRows | Gets the number of rows in this MatrixT. |
| RowSums | Gets the sum of each row of the MatrixT. |
| Transpose | Gets the Transpose of the MatrixT. |
| Value | Gets the value of this MatrixT. |