|
GiNaC
1.6.2
|
#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) |
Protected Attributes | |
| ex(* | ptr )(const ex &, T1, T2) |
| T1 | arg1 |
| T2 | arg2 |
| GiNaC::pointer_to_map_function_2args< T1, T2 >::pointer_to_map_function_2args | ( | ex | xconst ex &, T1, T2, |
| T1 | a1, | ||
| T2 | a2 | ||
| ) | [inline, explicit] |
| ex GiNaC::pointer_to_map_function_2args< T1, T2 >::operator() | ( | const ex & | e | ) | [inline, virtual] |
Implements GiNaC::map_function.
Definition at line 859 of file ex.h.
References GiNaC::pointer_to_map_function_2args< T1, T2 >::arg1, GiNaC::pointer_to_map_function_2args< T1, T2 >::arg2, and GiNaC::pointer_to_map_function_2args< T1, T2 >::ptr.
ex(* GiNaC::pointer_to_map_function_2args< T1, T2 >::ptr)(const ex &, T1, T2) [protected] |
Definition at line 854 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().
T1 GiNaC::pointer_to_map_function_2args< T1, T2 >::arg1 [protected] |
Definition at line 855 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().
T2 GiNaC::pointer_to_map_function_2args< T1, T2 >::arg2 [protected] |
Definition at line 856 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().