#include <symengine/basic.h>
Include dependency graph for symbol.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | SymEngine::Symbol |
| class | SymEngine::Dummy |
Namespaces | |
| SymEngine | |
| Main namespace for SymEngine package. | |
Functions | |
| RCP< const Symbol > | SymEngine::symbol (const std::string &name) |
inline version to return Symbol | |
| RCP< const Dummy > | SymEngine::dummy () |
inline version to return Dummy | |
| RCP< const Dummy > | SymEngine::dummy (const std::string &name) |
| RCP< const Dummy > | SymEngine::dummy (const std::string &name, size_t dummy_index) |
| bool | SymEngine::is_a_Symbol (const Basic &b) |
Class Symbol
Definition in file symbol.h.