| Matrix | ( | const matrix_column< matrix_t > & | column, |
| const allocator_type & | alloc = allocator_type() |
||
| ) |
Creates a matrix with one column from a column of another matrix. .
| matrix_t | is a type of a matrix that owns the column. Values of the matrix must be explicitly convertible to value_type. |
| column | is a matrix column with elements assigned to the constructed matrix. |
| alloc | is an optional allocator for the constructed matrix. |