41 template<
typename T =
double>
51 static const bool is_exact =
true;
52 static const bool is_face_im =
false;
55 typedef ublas::matrix<value_type,ublas::column_major> points_type;
115 template<
typename Expression>
119 return value_type( f( k ) );
points_type points() const
Definition: imexact.hpp:93
exact integration method
Definition: imexact.hpp:42
uint16_type nPoints() const
Definition: imexact.hpp:85
value_type integrate(Expression const &f) const
Definition: imexact.hpp:116