GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
pointer_to_map_function_3args (ex x(const ex &, T1, T2, T3), T1 a1, T2 a2, T3 a3) | |
ex | operator() (const ex &e) override |
Public Member Functions inherited from GiNaC::map_function | |
virtual | ~map_function () |
virtual ex | operator() (const ex &e)=0 |
Protected Attributes | |
ex(* | ptr )(const ex &, T1, T2, T3) |
T1 | arg1 |
T2 | arg2 |
T3 | arg3 |
Additional Inherited Members | |
Public Types inherited from GiNaC::map_function | |
typedef const ex & | argument_type |
typedef ex | result_type |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements GiNaC::map_function.
Definition at line 895 of file ex.h.
References GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg1, GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg2, GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg3, and GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::ptr.
|
protected |
Definition at line 889 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
|
protected |
Definition at line 890 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
|
protected |
Definition at line 891 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
|
protected |
Definition at line 892 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().