#include "interval.hpp"
#include "itaylor.hpp"
#include "dim2taylor.hpp"
#include <fstream>
#include "System-FIGL-Loeser.hpp"
Functions | |
dim2taylor | K (dim2taylor_vector &x) |
itaylor | RS (itaylor &s) |
int | main () |
Variables | |
const interval | KDefS = interval(0.0,1.0) |
const interval | KDefT = interval(0.0,1.0) |
const interval | RSDef = interval(0.0,1.0) |
|
Kernel function of the integral equation.
|
|
Main function of the application. |
|
Right hand side of the integral equation.
|
|
Domain of the first kernel variable. |
|
Domain of the second kernel variable. |
|
Domain of the right hand side (should be identical with first kernel variable). |