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.