1 #ifndef SYMENGINE_TUPLE_H
2 #define SYMENGINE_TUPLE_H
21 static bool is_canonical(
const vec_basic &container);
29 RCP<const Basic> tuple(
const vec_basic &arg);
The base class for SymEngine.
#define IMPLEMENT_TYPEID(SYMENGINE_ID)
Inline members and functions.
The lowest unit of symbolic representation.
hash_t __hash__() const override
bool __eq__(const Basic &o) const override
Test equality.
vec_basic get_args() const override
Returns the list of arguments.
int compare(const Basic &o) const override
Main namespace for SymEngine package.