Public Member Functions | |
LexicoArray2 (int numRows, int numCols, Real *matrix) | |
int | GetNumRows () const |
int | GetNumCols () const |
Real & | operator() (int r, int c) |
Real const & | operator() (int r, int c) const |
Private Attributes | |
int | mNumRows |
int | mNumCols |
Real * | mMatrix |
Definition at line 41 of file NeLexicoArray2.h.
|
private |
Definition at line 52 of file NeLexicoArray2.h.
|
private |
Definition at line 52 of file NeLexicoArray2.h.
|
private |
Definition at line 53 of file NeLexicoArray2.h.