votca 2024.2-dev
Loading...
Searching...
No Matches
votca::xtp::Gauss_modified_Legendre_Quadrature Class Reference

#include <gauss_legendre_quadrature.h>

Inheritance diagram for votca::xtp::Gauss_modified_Legendre_Quadrature:
Collaboration diagram for votca::xtp::Gauss_modified_Legendre_Quadrature:

Public Member Functions

double ScaledPoint (Index i) const final
 
double ScaledWeight (Index i) const final
 
- 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
 

Protected Member Functions

bool UseSymmetry () const final
 
- Protected Member Functions inherited from votca::xtp::Gauss_Legendre_Quadrature_Base
void FillPoints () final
 
void FillAdaptedWeights () final
 
- Protected Member Functions inherited from votca::xtp::GaussianQuadratureBase

Additional Inherited Members

- 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_
 

Detailed Description

Definition at line 36 of file gauss_legendre_quadrature.h.

Member Function Documentation

◆ ScaledPoint()

double votca::xtp::Gauss_modified_Legendre_Quadrature::ScaledPoint ( Index i) const
inlinefinalvirtual

Implements votca::xtp::GaussianQuadratureBase.

Definition at line 39 of file gauss_legendre_quadrature.h.

◆ ScaledWeight()

double votca::xtp::Gauss_modified_Legendre_Quadrature::ScaledWeight ( Index i) const
inlinefinalvirtual

Implements votca::xtp::GaussianQuadratureBase.

Definition at line 42 of file gauss_legendre_quadrature.h.

◆ UseSymmetry()

bool votca::xtp::Gauss_modified_Legendre_Quadrature::UseSymmetry ( ) const
inlinefinalprotectedvirtual

Implements votca::xtp::GaussianQuadratureBase.

Definition at line 53 of file gauss_legendre_quadrature.h.


The documentation for this class was generated from the following file: