GiNaC 1.8.7
|
Function object to be applied by basic::derivative(). More...
Public Member Functions | |
derivative_map_function (const symbol &sym) | |
ex | operator() (const ex &e) override |
![]() | |
virtual | ~map_function () |
Public Attributes | |
const symbol & | s |
Additional Inherited Members | |
![]() | |
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 697 of file basic.cpp.
References GiNaC::diff(), and s.
const symbol& GiNaC::derivative_map_function::s |
Definition at line 695 of file basic.cpp.
Referenced by derivative_map_function(), and operator()().