#include <slr.h>
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 |
Classes | |
struct | RowProxy |
LR::SmallMatrix::SmallMatrix | ( | int | sz | ) | [inline, explicit] |
LR::SmallMatrix::~SmallMatrix | ( | ) | [inline] |
void LR::SmallMatrix::expand | ( | int | newSize | ) |
increase the dimension of the matrix without losing the data.
const RowProxy LR::SmallMatrix::operator[] | ( | int | i | ) | [inline] |
ergo_real* LR::SmallMatrix::mat [private] |
int LR::SmallMatrix::nsize [private] |