Type Definition tool::List[][src]

type List<T> = RowDVector<T>;

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