Include dependency graph for derivative.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | SymEngine::DiffVisitor |
Namespaces | |
| SymEngine | |
| Main namespace for SymEngine package. | |
Functions | |
| RCP< const Basic > | SymEngine::diff (const RCP< const Basic > &arg, const RCP< const Symbol > &x, bool cache=true) |
| Differentiation w.r.t symbols. | |
| RCP< const Basic > | SymEngine::sdiff (const RCP< const Basic > &arg, const RCP< const Basic > &x, bool cache) |
| SymPy style differentiation for non-symbol variables. More... | |
Includes differentation functions
Definition in file derivative.h.