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_integrator< Signature > Class Template Reference

Class to perform numerical integration with Gauss-Legendre formula. More...

+ Inheritance diagram for num_collect::integration::gauss_legendre_integrator< Signature >:
+ Collaboration diagram for num_collect::integration::gauss_legendre_integrator< Signature >:

Detailed Description

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

Class to perform numerical integration with Gauss-Legendre formula.

Template Parameters
SignatureFunction signature.

Definition at line 52 of file gauss_legendre_integrator.h.


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