Polynomial in one variable (used only to test quadrature schemes) More...
#include <kernel.hh>
Public Types | |
| typedef concepts::Real | F |
Public Member Functions | |
| concepts::Real | operator() (const concepts::Real3d &x, const concepts::Real3d &y) |
| Poly (bool var, uint idx, uint e) | |
Private Attributes | |
| uint | exp_ |
| uint | idx_ |
| bool | var_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Poly &p) |
Polynomial in one variable (used only to test quadrature schemes)
| typedef concepts::Real bem::Poly::F |
| concepts::Real bem::Poly::operator() | ( | const concepts::Real3d & | x, |
| const concepts::Real3d & | y | ||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Poly & | p | ||
| ) | [friend] |
uint bem::Poly::exp_ [private] |
uint bem::Poly::idx_ [private] |
bool bem::Poly::var_ [private] |