numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
de_finite_integrator.h File Reference

Definition of de_finite_integrator function. More...

+ Include dependency graph for de_finite_integrator.h:

Go to the source code of this file.

Classes

class  num_collect::integration::de_finite_integrator< Result(Variable)>
 Class to perform numerical integration on finite range using double exponential rule. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::integration
 Namespace of numerical integration.
 

Variables

constexpr auto num_collect::integration::de_finite_integrator_tag
 Tag of de_finite_integrator.
 

Detailed Description

Definition of de_finite_integrator function.

Definition in file de_finite_integrator.h.