cell2d< C, R > Struct Template Reference

List of all members.

Detailed Description

template<class C, class R = MatrDse<C>>
struct cell2d< C, R >

Structure which stores a 2d box and the Bernstein coefficients of the polynomial on the corresponding box.

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)
cell2doperator= (const cell2d< C, R > &c)
int nbrow () const
int nbcol () const
R::coeff_t operator() (int i, int j) const

Public Attributes

x0
x1
y0
y1
int reg
matr_t bz_pol


The documentation for this struct was generated from the following file:

SYNAPS DOCUMENTATION
logo