Type Definition tool::ListSlice[][src]

type ListSlice<'a, T> = Matrix<T, U1, Dynamic, SliceStorage<'a, T, U1, Dynamic, U1, Dynamic>>;
Expand description

The matrix does not own the data and has 1 row and X columns. See List for list of owned data.