| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Template implementation of function object in one dimension using an external function. More...
#include <JFunctionObject1D.hh>
  
Public Types | |
| typedef JFunction1D< JArgument_t, JResult_t > | function_type | 
| typedef function_type::argument_type | argument_type | 
| typedef function_type::result_type | result_type | 
| typedef result_type(*) | pointerToFunction(const argument_type) | 
| enum | { NUMBER_OF_DIMENSIONS = 1 } | 
| typedef JFunctional< JArgument_t, JResult_t > | functional_type | 
| typedef functional_type::JExceptionHandler | JExceptionHandler | 
| typedef JSupervisor | supervisor_type | 
Public Member Functions | |
| JExternalFunction1D (pointerToFunction function) | |
| Constructor.   | |
| virtual result_type | evaluate (const argument_type *pX) const override | 
| Function value evaluation.   | |
| result_type | operator() (const argument_type x) const | 
| Function value evaluation.   | |
| const JSupervisor & | getSupervisor () const | 
| Get supervisor.   | |
| const JExceptionHandler & | getExceptionHandler () const override | 
| Get exception handler.   | |
| void | setExceptionHandler (const JSupervisor &supervisor) | 
| Set the supervisor for handling of exceptions.   | |
Static Public Member Functions | |
| static result_type | getValue (const JFunctional &function, const argument_type *pX) | 
| Recursive function value evaluation.   | |
| static JClass< result_type >::argument_type | getValue (typename JClass< result_type >::argument_type value, const argument_type *pX) | 
| Termination of recursive function value evaluation.   | |
Protected Member Functions | |
| virtual void | do_compile () override | 
| Function compilation.   | |
Protected Attributes | |
| pointerToFunction | __f | 
| JSupervisor | __supervisor | 
Template implementation of function object in one dimension using an external function.
This class implements the JFunction1D interface.
Definition at line 31 of file JFunctionObject1D.hh.
| JFunction1D<JArgument_t, JResult_t> JTOOLS::JExternalFunction1D< JArgument_t, JResult_t >::function_type | 
Definition at line 36 of file JFunctionObject1D.hh.
| function_type::argument_type JTOOLS::JExternalFunction1D< JArgument_t, JResult_t >::argument_type | 
Definition at line 37 of file JFunctionObject1D.hh.
| function_type::result_type JTOOLS::JExternalFunction1D< JArgument_t, JResult_t >::result_type | 
Definition at line 38 of file JFunctionObject1D.hh.
| result_type(*) JTOOLS::JExternalFunction1D< JArgument_t, JResult_t >::pointerToFunction(const argument_type) | 
Definition at line 40 of file JFunctionObject1D.hh.
      
  | 
  inherited | 
Definition at line 332 of file JFunctional.hh.
      
  | 
  inherited | 
Definition at line 235 of file JFunctional.hh.
      
  | 
  inherited | 
Definition at line 237 of file JFunctional.hh.
      
  | 
  inherited | 
| Enumerator | |
|---|---|
| NUMBER_OF_DIMENSIONS | |
Definition at line 330 of file JFunctional.hh.
      
  | 
  inline | 
Constructor.
| function | pointer to function | 
Definition at line 48 of file JFunctionObject1D.hh.
      
  | 
  inlineoverridevirtual | 
Function value evaluation.
| pX | pointer to abscissa values | 
Implements JTOOLS::JFunctional< JArgument_t, JResult_t >.
Definition at line 60 of file JFunctionObject1D.hh.
      
  | 
  inlineoverrideprotectedvirtual | 
      
  | 
  inlineinherited | 
Function value evaluation.
| x | argument value | 
Definition at line 343 of file JFunctional.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineoverridevirtualinherited | 
Get exception handler.
Implements JTOOLS::JFunctional< JArgument_t, JResult_t >.
Definition at line 301 of file JFunctional.hh.
      
  | 
  inlineinherited | 
Set the supervisor for handling of exceptions.
| supervisor | supervisor | 
Definition at line 312 of file JFunctional.hh.
      
  | 
  inlinestaticinherited | 
Recursive function value evaluation.
| function | function | 
| pX | pointer to abscissa values | 
Definition at line 103 of file JFunctional.hh.
      
  | 
  inlinestaticinherited | 
Termination of recursive function value evaluation.
| value | result | 
| pX | pointer to abscissa values | 
Definition at line 117 of file JFunctional.hh.
      
  | 
  protected | 
Definition at line 74 of file JFunctionObject1D.hh.
      
  | 
  protectedinherited | 
Definition at line 318 of file JFunctional.hh.