Public Member Functions | |
BasicToMIntPoly (const set_basic &gens) | |
void | bvisit (const Rational &x) |
void | dict_set (vec_uint pow, const Basic &x) |
Public Member Functions inherited from SymEngine::BasicToMPolyBase< MIntPoly, BasicToMIntPoly > | |
BasicToMPolyBase (const set_basic &gens_) | |
Dict | apply (const Basic &b) |
void | dict_set (Vec pow, const Basic &x) |
void | bvisit (const Pow &x) |
void | bvisit (const Add &x) |
void | bvisit (const Mul &x) |
void | bvisit (const Integer &x) |
void | bvisit (const Basic &x) |
Additional Inherited Members | |
Public Types inherited from SymEngine::BasicToMPolyBase< MIntPoly, BasicToMIntPoly > | |
using | Dict = typename P::container_type |
using | Vec = typename Dict::vec_type |
Data Fields inherited from SymEngine::BasicToMPolyBase< MIntPoly, BasicToMIntPoly > | |
Dict | dict |
set_basic | gens |
std::unordered_map< RCP< const Basic >, vec_basic, RCPBasicHash, RCPBasicKeyEq > | gens_pow |
umap_basic_uint | gens_map |
Definition at line 481 of file basic_conversions.h.