Type Definition tool::List[][src]

type List<T> = DVector<T>;

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