| getAt(int row, int col) | Grid< ElemType > | |
| Grid() | Grid< ElemType > | |
| Grid(int numRows, int numCols) | Grid< ElemType > | |
| Grid(const Grid &rhs) | Grid< ElemType > | |
| numCols() | Grid< ElemType > | |
| numRows() | Grid< ElemType > | |
| operator()(int row, int col) | Grid< ElemType > | |
| operator=(const Grid &rhs) | Grid< ElemType > | |
| resize(int numRows, int numCols) | Grid< ElemType > | |
| setAt(int row, int col, ElemType value) | Grid< ElemType > | |
| ~Grid() | Grid< ElemType > |
1.5.1