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. More... | |
Private Attributes | |
ergo_real * | mat |
int | nsize |
a class implementing dynamic resized two dimensional arrays.
|
inlineexplicit |
|
inline |
References mat.
void LR::SmallMatrix::expand | ( | int | newSize | ) |
increase the dimension of the matrix without losing the data.
Referenced by LR::LRSolver::increaseSubspaceLimit().
|
private |
Referenced by expand(), and ~SmallMatrix().
|
private |
Referenced by expand(), and operator[]().