[][src]Type Definition easy_ml::matrices::Row

type Row = usize;

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