chsvlib
chsv helper source code

◆ FixedMatrix() [5/15]

FixedMatrix ( std::initializer_list< std::initializer_list< value_type >>  lst,
const allocator_type alloc = allocator_type() 
)

Creates a matrix from an initializer list of rows which, in turn, are also specified using initializer list mechanism with elements of a type convertible to value_type.

Parameters
lstis an initializer list of initializer lists of row elements.
allocis an [allocator] object used to manage storage of the matrix elements.