Module col

Source
Expand description

Column view creation module.

Functions§

from_raw_parts
Creates a ColRef from pointers to the column vector data, number of rows, and row stride.
from_raw_parts_mut
Creates a ColMut from pointers to the column vector data, number of rows, and row stride.
from_slice
Creates a ColRef from slice views over the column vector data, The result has the same number of rows as the length of the input slice.
from_slice_mut
Creates a ColMut from slice views over the column vector data, The result has the same number of rows as the length of the input slice.