Expand description
Row view creation module.
Functions
- Creates a
RowReffrom pointers to the row vector data, number of columns, and column stride. - Creates a
RowMutfrom pointers to the row vector data, number of columns, and column stride. - Creates a
RowReffrom slice views over the row vector data, The result has the same number of columns as the length of the input slice. - Creates a
RowMutfrom slice views over the row vector data, The result has the same number of columns as the length of the input slice.