#include <symengine/add.h>
#include <symengine/pow.h>
#include <symengine/symbol.h>
#include <symengine/complex_double.h>
#include <symengine/eval_double.h>
#include <symengine/printers.h>
Go to the source code of this file.
Data Structures | |
class | SymEngine::Expression |
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. | |
Expression | SymEngine::pow (const Expression &base, const Expression &exp) |
Expression | SymEngine::expand (const Expression &arg) |
bool | SymEngine::unified_eq (const Expression &a, const Expression &b) |
int | SymEngine::unified_compare (const Expression &a, const Expression &b) |
std::string | SymEngine::detail::poly_print (const Expression &x) |
Includes the Expression class
Definition in file expression.h.
std::string SymEngine::detail::poly_print | ( | const Expression & | x | ) |
Definition at line 9 of file expression.cpp.