A structure representing a Quadrature. More...
#include <Quadrature.hpp>
A structure representing a Quadrature.
This structure is used to represent a Quadrature in a given Dimension. It contains two members: xi_ and w_.
| Dimension | The dimension of the Quadrature. | 
Definition at line 25 of file Quadrature.hpp.
| Public Attributes | |
| Eigen::Matrix< double, Dimension, Eigen::Dynamic > | xi_ | 
| Eigen::VectorXd | w_ |