Type Definition tool::List[][src]

type List<T> = RowDVector<T>;

Type alias for [DVector]. The matrix has X rows and 1 column.