#include <gr_feval.h>
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_ff () | |
| virtual | ~gr_feval_ff () |
| virtual float | eval (float x) |
| override this to define the function | |
|
|
|
|
|
|
|
|
override this to define the function
|
1.4.1