Gobelijn API documentation
- generated for commit a0cbea7
|
Power Functor. More...
#include <PowerFunctor.h>
Classes | |
class | Integral |
Nested class contains the analytic integral of the functor for testing purposes. More... | |
Public Member Functions | |
PowerFunctor (int n) | |
Straightforward constructor. More... | |
result_type | operator() (argument_type x) const |
Evaluation operator. More... | |
Integral | getIntegral () const |
Return the analytic integral object. More... | |
Private Attributes | |
int | fN |
Integral | fIntegral |
Power Functor.
Definition at line 19 of file PowerFunctor.h.
|
inline |
Straightforward constructor.
Definition at line 41 of file PowerFunctor.h.
|
inline |
|
inline |
Return the analytic integral object.
Definition at line 47 of file PowerFunctor.h.
References fIntegral.
|
private |
Definition at line 50 of file PowerFunctor.h.
Referenced by operator()().
|
private |
Definition at line 51 of file PowerFunctor.h.
Referenced by getIntegral().