Module row

Source
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.