Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
UA_CoMP::Num::OscillatoryFunctor::Integral Class Reference

Nested class contains the analytic integral of the functor for testing purposes. More...

#include <OscillatoryFunctor.h>

Inheritance diagram for UA_CoMP::Num::OscillatoryFunctor::Integral:
Inheritance graph
Collaboration diagram for UA_CoMP::Num::OscillatoryFunctor::Integral:
Collaboration graph

Public Member Functions

 Integral (Arg a, Arg b)
 Non-default constructor. More...
 
result_type operator() (Arg a, Arg b) const
 The definite integral from a to b. More...
 

Private Attributes

Arg fA
 
Arg fB
 

Detailed Description

Nested class contains the analytic integral of the functor for testing purposes.

Definition at line 32 of file OscillatoryFunctor.h.

Constructor & Destructor Documentation

UA_CoMP::Num::OscillatoryFunctor::Integral::Integral ( Arg  a,
Arg  b 
)
inline

Non-default constructor.

Definition at line 36 of file OscillatoryFunctor.h.

Member Function Documentation

result_type UA_CoMP::Num::OscillatoryFunctor::Integral::operator() ( Arg  a,
Arg  b 
) const
inline

The definite integral from a to b.

Definition at line 39 of file OscillatoryFunctor.h.

References fA, and fB.

Member Data Documentation

Arg UA_CoMP::Num::OscillatoryFunctor::Integral::fA
private

Definition at line 47 of file OscillatoryFunctor.h.

Referenced by operator()().

Arg UA_CoMP::Num::OscillatoryFunctor::Integral::fB
private

Definition at line 48 of file OscillatoryFunctor.h.

Referenced by operator()().


The documentation for this class was generated from the following file: