| 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.
| lst | is an initializer list of initializer lists of row elements. |
| alloc | is an [allocator] object used to manage storage of the matrix elements. |