chsvlib
chsv helper source code

◆ Matrix() [13/16]

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. .

Template Parameters
matrix_tis a type of a matrix that owns the column. Values of the matrix must be explicitly convertible to value_type.
Parameters
columnis a matrix column with elements assigned to the constructed matrix.
allocis an optional allocator for the constructed matrix.