#include <gr_complex.h>


Go to the source code of this file.
Classes | |
| class | gr_feval_dd |
| base class for evaluating a function: double -> double More... | |
| class | gr_feval_cc |
| base class for evaluating a function: complex -> complex More... | |
| class | gr_feval_ll |
| base class for evaluating a function: long -> long More... | |
| class | gr_feval |
| base class for evaluating a function: void -> void More... | |
Functions | |
| double | gr_feval_dd_example (gr_feval_dd *f, double x) |
| trivial examples / test cases showing C++ calling Python code | |
| gr_complex | gr_feval_cc_example (gr_feval_cc *f, gr_complex x) |
| long | gr_feval_ll_example (gr_feval_ll *f, long x) |
| void | gr_feval_example (gr_feval *f) |
| gr_complex gr_feval_cc_example | ( | gr_feval_cc * | f, | |
| gr_complex | x | |||
| ) |
References gr_feval_cc::calleval().
| double gr_feval_dd_example | ( | gr_feval_dd * | f, | |
| double | x | |||
| ) |
| void gr_feval_example | ( | gr_feval * | f | ) |
References gr_feval::calleval().
| long gr_feval_ll_example | ( | gr_feval_ll * | f, | |
| long | x | |||
| ) |
References gr_feval_ll::calleval().
1.5.5