
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 25 of file NeLexicoArray2.h.
|
private |
Definition at line 36 of file NeLexicoArray2.h.
|
private |
Definition at line 36 of file NeLexicoArray2.h.
|
private |
Definition at line 37 of file NeLexicoArray2.h.