| FixedMatrix | ( | const value_type & | value, |
| const allocator_type & | alloc | ||
| ) |
Creates a matrix such that all elements appertaining to the main diagonal of the created matrix are initialized with a given value.
| value | is a value to initialize elements of the main diagonal. |
| alloc | is a reference to an allocator object of type allocator_type |