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

IntegralOperatorRG Class Reference

#include <Einzel-FIGL-Loeser.hpp>

List of all members.

Public Member Functions

 IntegralOperatorRG (ivector &iv)
 IntegralOperatorRG (const IntegralOperatorRG &IO)
itaylor operator() (itaylor &, int, interval, ivector &, ivector &)

Private Attributes

ivector K


Detailed Description

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

Application of an integral operator K to a function y:

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


Constructor & Destructor Documentation

IntegralOperatorRG::IntegralOperatorRG ivector &  iv  )  [inline]
 

Constructor

Parameters:
iv A C-XSC ivector

IntegralOperatorRG::IntegralOperatorRG const IntegralOperatorRG IO  )  [inline]
 

Copy Constructor

Parameters:
IO An IntegralOperatorRG


Member Function Documentation

itaylor IntegralOperatorRG::operator() itaylor fkt,
int  ord,
interval  S,
ivector &  Int_a,
ivector &  Int_b
 

Function call operator: Applies integral operator to the function fkt

Parameters:
[in] fkt The function the integral operator is applied to
[in] ord Taylor order in use
[in] S Domain of the function
[in] Int_a Integrals of powers of basic monomials
[in] Int_b Integrals of powers of basic monomials
Returns:
itaylor representation of the result
See also:
Monom_Integration()


Member Data Documentation

ivector IntegralOperatorRG::K [private]
 

Kernel coefficients from remainder denotation of the kernel function.


The documentation for this class was generated from the following files:
Generated on Wed Apr 4 18:08:44 2007 for VFIS by  doxygen 1.4.4