|
GiNaC 1.8.10
|
#include <ex.h>
Public Member Functions | |
| pointer_to_map_function_2args (ex x(const ex &, T1, T2), T1 a1, T2 a2) | |
| ex | operator() (const ex &e) override |
| Public Member Functions inherited from GiNaC::map_function | |
| virtual | ~map_function () |
Protected Attributes | |
| ex(* | ptr )(const ex &, T1, T2) |
| T1 | arg1 |
| T2 | arg2 |
Additional Inherited Members | |
| Public Types inherited from GiNaC::map_function | |
| typedef const ex & | argument_type |
| typedef ex | result_type |
|
inlineexplicit |
|
inlineoverridevirtual |
|
protected |
Definition at line 878 of file ex.h.
Referenced by operator()(), and pointer_to_map_function_2args().
|
protected |
Definition at line 879 of file ex.h.
Referenced by operator()(), and pointer_to_map_function_2args().
|
protected |
Definition at line 880 of file ex.h.
Referenced by operator()(), and pointer_to_map_function_2args().