Matrix |
| Name | Description | |
|---|---|---|
| ToROMatrixT(MatrixWrapperStructForColumnMajorOrderLinearArrayT) | Wraps a linear array (column major order) into a read-only matrix. The array is packed in column major order, i.e. the first elements belong to the first column of the matrix. | |
| ToROMatrixT(T) | Converts a 2D array of type T[,] to a read-only matrix of type IROMatrix{T}. |