|
GEL
2
GEL is a library for Geometry and Linear Algebra
|
Public Member Functions | |
| Grid2D (int i, int j, const T &val) | |
| Grid2D (int i, int j) | |
| void | resize (int i, int j) |
| const T & | operator() (int i, int j) const |
| T & | operator() (int i, int j) |
| const T & | operator() (const CGLA::Vec2i &p) const |
| T & | operator() (const CGLA::Vec2i &p) |
| int | get_xdim () const |
| int | get_ydim () const |
1.7.5.1