Struct const_matrix::matrix::MF  [−][src]
Expand description
MF is the Matrix Factory used for the creation of new matrices.
Implementations
Create a new matrix initialized with zeros on the stack.
Create a new matrix initialized with zeros on the heap.
Create an identity matrix on the stack.
Create an identity matrix on the heap.
Create a diagonal matrix with initial diagonal value diag_val on the stack.