#include <mpi.h>#include <mpe.h>#include <string>#include <iostream>#include <fstream>#include <sstream>#include <ctime>#include <vector>#include "dim2taylor.hpp"#include "itaylor.hpp"#include "ilss_par.hpp"#include "interval.hpp"#include "ivector.hpp"#include "intvector.hpp"#include "imatrix.hpp"#include "real.hpp"#include "dot.hpp"#include "idot.hpp"#include "vectoroperations.hpp"#include "System-FIGL-Loeser-par.hpp"Functions | |
| void | start_clock (clock_t &t1) |
| void | print_time_used (clock_t t1, ofstream &out) |
| interval | Imid (interval &I) |
| itaylor | blow (itaylor &it, real eps) |
| vector< itaylor > | blow (vector< itaylor > &vit, real eps) |
| void | blowassign (vector< itaylor > &vit, real eps, vector< itaylor > &resvit) |
| ivector | Powers (interval baseInt, int ord) |
| void | Systembasis_Integration (imatrix &Int_a0, imatrix &Int_b0, int sysord, int intord, ivector Tvec) |
| vector< itaylor > | IterativesVerfahren (IntegralSystemOperatorRG &IntSysOp, vector< itaylor > &FktGV0, int sysord, int ord, imatrix &BInt_a, imatrix &BInt_b, int &err, ofstream &outf) |
| ostream & | operator<< (ostream &os, IntegralGleichungsSystem &IGLS) |
|
||||||||||||
|
Epsilon inflation for vectors of itaylor arguments (elementwise).
|
|
||||||||||||
|
Epsilon inflation for itaylor arguments (elementwise).
|
|
||||||||||||||||
|
Epsilon inflation for vectors of itaylor arguments (elementwise).
|
|
|
Interval Midpoint Computation with interval result.
|
|
||||||||||||||||||||||||||||||||||||
|
Part I: Iteration function: Carries out the fixed point iteration y_0=g; y_{i+1}=IntOp(y_i) for an integral system operator IntSysOp
|
|
||||||||||||
|
Output operator for class IntegralGleichungsSystem objects
|
|
||||||||||||
|
Computes powers I^j, j=1..ord, for a given interval.
|
|
||||||||||||
|
Print computation time
|
|
|
Start timer
|
|
||||||||||||||||||||||||
|
Computes integrals of basic monomials.
|
1.4.4