Expand description
Row view creation module.
Functions§
- from_
raw_ ⚠parts - Creates a
RowRef
from pointers to the row vector data, number of columns, and column stride. - from_
raw_ ⚠parts_ mut - Creates a
RowMut
from pointers to the row vector data, number of columns, and column stride. - from_
slice - Creates a
RowRef
from 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
RowMut
from slice views over the row vector data, The result has the same number of columns as the length of the input slice.