sisi4s
Loading...
Searching...
No Matches
Integration.hpp File Reference
#include <math/MathFunctions.hpp>
#include <iostream>
#include <string>
Include dependency graph for Integration.hpp:

Go to the source code of this file.

Classes

class  sisi4s::trapezium
 
class  sisi4s::simpson
 

Namespaces

namespace  sisi4s
 

Functions

template<typename Method , typename F , typename Float >
double sisi4s::integrate (F f, Float a, Float b, int steps, Method m)