Type Alias easy_ml::matrices::Column

source ·
pub type Column = usize;
Expand description

The maximum row and column lengths are usize, due to the internal storage being backed by Vec