|
GiNaC 1.8.10
|
Function object to be applied by basic::derivative(). More...
Public Member Functions | |
| derivative_map_function (const symbol &sym) | |
| ex | operator() (const ex &e) override |
| Public Member Functions inherited from GiNaC::map_function | |
| virtual | ~map_function () |
Public Attributes | |
| const symbol & | s |
Additional Inherited Members | |
| Public Types inherited from GiNaC::map_function | |
| typedef const ex & | argument_type |
| typedef ex | result_type |
Function object to be applied by basic::derivative().
|
inline |
Implements GiNaC::map_function.
Definition at line 696 of file basic.cpp.
References GiNaC::diff(), and s.
| const symbol& GiNaC::derivative_map_function::s |
Definition at line 694 of file basic.cpp.
Referenced by derivative_map_function(), and operator()().