Definition at line 18 of file cell2d.h.
Public Types | |
| typedef R::row_type | row_type |
| typedef R::col_type | col_type |
| typedef C | coeff_t |
| typedef R | matr_t |
Public Member Functions | |
| cell2d () | |
| cell2d (coeff_t a, coeff_t b, coeff_t c, coeff_t d, matr_t M) | |
| cell2d (const cell2d< C, R > &c) | |
| cell2d & | operator= (const cell2d< C, R > &c) |
| int | nbrow () const |
| int | nbcol () const |
| R::coeff_t | operator() (int i, int j) const |
Public Attributes | |
| C | x0 |
| C | x1 |
| C | y0 |
| C | y1 |
| int | reg |
| matr_t | bz_pol |
![]() |