#include <gr_feval.h>
Inheritance diagram for gr_feval_dd:

This class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. It's slow. Don't use it in a performance critical path.
Public Member Functions | |
| gr_feval_dd () | |
| virtual | ~gr_feval_dd () |
| virtual double | eval (double x) |
| override this to define the function | |
| gr_feval_dd::gr_feval_dd | ( | ) | [inline] |
| gr_feval_dd::~gr_feval_dd | ( | ) | [virtual] |
| double gr_feval_dd::eval | ( | double | x | ) | [virtual] |
1.5.1