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

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

#include <PowerFunctor.h>

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

Public Member Functions

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

Private Attributes

int fN
 

Detailed Description

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

Definition at line 24 of file PowerFunctor.h.

Constructor & Destructor Documentation

UA_CoMP::Num::PowerFunctor::Integral::Integral ( int  n)
inline

Non-default constructor.

Definition at line 28 of file PowerFunctor.h.

Member Function Documentation

result_type UA_CoMP::Num::PowerFunctor::Integral::operator() ( first_argument_type  a,
first_argument_type  b 
) const
inline

The definite integral from a to b.

Definition at line 31 of file PowerFunctor.h.

References fN.

Member Data Documentation

int UA_CoMP::Num::PowerFunctor::Integral::fN
private

Definition at line 37 of file PowerFunctor.h.

Referenced by operator()().


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