Type Definition tool::List[][src]

type List<T> = RowDVector<T>;
Expand description

Type alias for RowDVector. The matrix has 1 row and X columns.