Go to the source code of this file.
Data Structures | |
class | SymEngine::DiffVisitor |
Namespaces | |
namespace | 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. | |
Includes differentation functions
Definition in file derivative.h.
#define debug_methods |
Definition at line 38 of file derivative.h.