#include <iostream>
#include "functions.hpp"
Go to the source code of this file.
|
| 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) |
◆ Romberg() [1/3]
| double Romberg |
( |
const T1DFunction & | func, |
|
|
double | a, |
|
|
double | b, |
|
|
double | absacc ) |
◆ Romberg() [2/3]
| double Romberg |
( |
const T2DFunction & | func, |
|
|
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d, |
|
|
double | absacc ) |
◆ Romberg() [3/3]
| double Romberg |
( |
const T3DFunction & | func, |
|
|
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d, |
|
|
double | e, |
|
|
double | f, |
|
|
double | absacc ) |