Inheritance diagram for linalg::rep2d< C >:

linalg::rep1d<C>, adding the number of rows nbrow_ and the number of columns nbcol_ of the matrix. The matrix is stored by column in the array rep1d<C>. The function resize(m,n) allocates the size for a matrix of size $m n$.
Definition at line 27 of file rep2d.h.
![]() |