|
ergo
|
a class implementing dynamic resized two dimensional arrays. More...
#include <slr.h>
Classes | |
| struct | RowProxy |
Public Member Functions | |
| SmallMatrix (int sz) | |
| ~SmallMatrix () | |
| const RowProxy | operator[] (int i) |
| void | expand (int newSize) |
| increase the dimension of the matrix without losing the data. | |
Private Attributes | |
| ergo_real * | mat |
| int | nsize |
a class implementing dynamic resized two dimensional arrays.
|
inlineexplicit |
References nsize.
|
inline |
| void LR::SmallMatrix::expand | ( | int | newSize | ) |
increase the dimension of the matrix without losing the data.
References nsize.
|
private |
|
private |
Referenced by expand(), operator[](), and SmallMatrix().