Type Definition List
tool
type List<T> = DVector<T>;
Type alias for DVector. The matrix has X rows and 1 column.
DVector