Template Class Gauss_quadrature

Class Documentation

template<typename INT, typename REAL>
class opoly::Gauss_quadrature

Public Types

typedef INT int_type
typedef int_type *int_pointer
typedef int_type const *int_const_pointer
typedef int_type int_reference
typedef int_type const &int_const_reference
typedef REAL real_type
typedef real_type *pointer
typedef real_type const *const_pointer
typedef real_type &reference
typedef real_type const &const_reference

Public Functions

inline Gauss_quadrature()
inline ~Gauss_quadrature()
inline void eval(int_type n, const_reference epsi, pointer x, pointer w)