25 #ifndef UQ_BASE_QUADRATURE_H
26 #define UQ_BASE_QUADRATURE_H
30 #include <queso/asserts.h>
50 const std::vector<double> &
weights()
const
64 #endif // UQ_BASE_QUADRATURE_H
virtual ~BaseQuadrature()=0
Pure virtual destructor, forcing this to be an abstract object.
std::vector< double > m_weights
const std::vector< double > & weights() const
Array of the weights used in the numerical integration.
Base class for quadrature rules.