Concatenates list entries in a matrix.
[bigVector,varsizes] = list2vec(li)
a list with n entries. The list entries must be 2D matrices with compatible types.
A column vector. Formed by the elements of the corresponding list entry.
An n by 3 matrix. Each row contains the dimensions of the corresponding list entry.
Concatenates list entries in a column vector. The list entries are supposed to be matrices with compatible types with respect to concatenation.
This function is a subsidiary for lmisolver