Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
quadr.hpp File Reference
#include <iostream>
#include "functions.hpp"
Include dependency graph for quadr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double Romberg (const T1DFunction &func, double a, double b, double absacc)
double Romberg (const T2DFunction &func, double a, double b, double c, double d, double absacc)
double Romberg (const T3DFunction &func, double a, double b, double c, double d, double e, double f, double absacc)

Function Documentation

◆ Romberg() [1/3]

double Romberg ( const T1DFunction & func,
double a,
double b,
double absacc )

Definition at line 179 of file quadr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Romberg() [2/3]

double Romberg ( const T2DFunction & func,
double a,
double b,
double c,
double d,
double absacc )

Definition at line 218 of file quadr.cpp.

Here is the call graph for this function:

◆ Romberg() [3/3]

double Romberg ( const T3DFunction & func,
double a,
double b,
double c,
double d,
double e,
double f,
double absacc )

Definition at line 228 of file quadr.cpp.

Here is the call graph for this function: