Click or drag to resize

MatrixMathToROMatrix Method

Overload List
 NameDescription
Public methodStatic memberToROMatrixT(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.
Public Extension MethodToROMatrixT(T) Converts a 2D array of type T[,] to a read-only matrix of type IROMatrix{T}.
Top
See Also