# | Line 66 | Line 66 | namespace oopse { | |
---|---|---|
66 | typedef DynamicRectMatrix<Real> SelfType; | |
67 | ||
68 | /** default constructor */ | |
69 | + | DynamicRectMatrix(){} |
70 | DynamicRectMatrix(int nrow, int ncol) { | |
71 | allocate(nrow, ncol); | |
72 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |