|
votca 2025.1-dev
|
#include <gauss_legendre_quadrature.h>


Protected Member Functions | |
| void | FillPoints () final |
| void | FillAdaptedWeights () final |
| Protected Member Functions inherited from votca::xtp::GaussianQuadratureBase | |
| virtual bool | UseSymmetry () const =0 |
Additional Inherited Members | |
| Public Member Functions inherited from votca::xtp::GaussianQuadratureBase | |
| GaussianQuadratureBase ()=default | |
| void | configure (Index order) |
| virtual | ~GaussianQuadratureBase ()=default |
| Index | Order () const |
| template<typename F> | |
| double | Integrate (const F &f) const |
| virtual double | ScaledPoint (Index i) const =0 |
| virtual double | ScaledWeight (Index i) const =0 |
| Protected Attributes inherited from votca::xtp::GaussianQuadratureBase | |
| Eigen::VectorXd | points_ |
| Eigen::VectorXd | weights_ |
| std::map< Index, Eigen::VectorXd > | map_points_ |
| std::map< Index, Eigen::VectorXd > | map_AdaptedWeights_ |
Definition at line 29 of file gauss_legendre_quadrature.h.
|
finalprotectedvirtual |
Implements votca::xtp::GaussianQuadratureBase.
Definition at line 297 of file gauss_legendre_quadrature.cc.
|
finalprotectedvirtual |
Implements votca::xtp::GaussianQuadratureBase.
Definition at line 29 of file gauss_legendre_quadrature.cc.