Expand description
Row view creation module.
Functions§
- from_
raw_ ⚠parts - Creates a
RowReffrom pointers to the row vector data, number of columns, and column stride. - from_
raw_ ⚠parts_ mut - Creates a
RowMutfrom pointers to the row vector data, number of columns, and column stride. - from_
slice - 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. - from_
slice_ mut - 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.