Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

IntegralSystemOperatorRG Class Reference

#include <System-FIGL-Loeser-par.hpp>

List of all members.

Public Member Functions

 IntegralSystemOperatorRG (const IntegralSystemOperatorRG &)
 IntegralSystemOperatorRG (vector< vector< ivector > > &, ivector &, ivector &)
vector< itayloroperator() (vector< itaylor > &, int, int, imatrix &, imatrix &)

Private Attributes

vector< vector< ivector > > KSys0
ivector SSys
ivector SmidSys


Detailed Description

Integral System Operator specialized for the Taylor expansion remainder terms ("Restglied" in German, that's where "RG" comes from...)

Application of an integral (system) operator K to a function vector y:

(Ky)(s) = Int_a^b k(s,t)y(t)dt


Constructor & Destructor Documentation

IntegralSystemOperatorRG::IntegralSystemOperatorRG const IntegralSystemOperatorRG IO  ) 
 

Copy Constructor

Parameters:
[in] IO An IntegralSystemOperatorRG

IntegralSystemOperatorRG::IntegralSystemOperatorRG vector< vector< ivector > > &  vviv,
ivector &  SSystem,
ivector &  SmidSystem
 

Constructor

Parameters:
[in] vviv A vector<vector<ivector> >& for the kernel matrix
[in] SSystem Domain of the (free) variable
[in] SmidSystem Domain midpoints


Member Function Documentation

vector< itaylor > IntegralSystemOperatorRG::operator() vector< itaylor > &  FktV0,
int  sysord,
int  ord,
imatrix &  BInt_a,
imatrix &  BInt_b
 

Function call operator: Applies integral system operator to the function vector FktV0

Parameters:
[in] FktV0 The function vector the integral operator is applied to
[in] sysord Integral equation system order
[in] ord Taylor order
[in] BInt_a Integrals of powers of basic monomials
[in] BInt_b Integrals of powers of basic monomials
Returns:
itaylor representation of the result vector


Member Data Documentation

vector<vector<ivector> > IntegralSystemOperatorRG::KSys0 [private]
 

Kernel coefficients from remainder denotation of the kernel function.

ivector IntegralSystemOperatorRG::SmidSys [private]
 

Domain midpoint

ivector IntegralSystemOperatorRG::SSys [private]
 

Domain of the (free) variable


The documentation for this class was generated from the following files:
Generated on Tue Feb 27 21:19:13 2007 for VFIS by  doxygen 1.4.4