numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::integration::gauss_legendre_kronrod_integrator< Signature > Class Template Reference

Class to perform numerical adaptive integration with Gauss-Legendre-Kronrod formula in [18]. More...

+ Collaboration diagram for num_collect::integration::gauss_legendre_kronrod_integrator< Signature >:

Detailed Description

template<typename Signature>
class num_collect::integration::gauss_legendre_kronrod_integrator< Signature >

Class to perform numerical adaptive integration with Gauss-Legendre-Kronrod formula in [18].

Template Parameters
SignatureFunction signature.

Definition at line 66 of file gauss_legendre_kronrod_integrator.h.


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