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