#include <symengine/basic.h>
Go to the source code of this file.
Namespaces | |
SymEngine | |
Main namespace for SymEngine package. | |
Functions | |
double | SymEngine::eval_double (const Basic &b) |
double | SymEngine::eval_double_single_dispatch (const Basic &b) |
double | SymEngine::eval_double_visitor_pattern (const Basic &b) |
std::complex< double > | SymEngine::eval_complex_double (const Basic &b) |