Public Member Functions | |
LexicoArray2 (Real *matrix) | |
int | GetNumRows () const |
int | GetNumCols () const |
Real & | operator() (int r, int c) |
Real const & | operator() (int r, int c) const |
Private Attributes | |
Real * | mMatrix |
Definition at line 28 of file NeLexicoArray2.inl.
|
inline |
Definition at line 147 of file NeLexicoArray2.inl.
|
inline |
Definition at line 154 of file NeLexicoArray2.inl.
|
inline |
Definition at line 160 of file NeLexicoArray2.inl.
Definition at line 166 of file NeLexicoArray2.inl.
|
inline |
Definition at line 172 of file NeLexicoArray2.inl.
|
private |
Definition at line 39 of file NeLexicoArray2.inl.