#include <symengine/basic.h>
Include dependency graph for rings.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| SymEngine | |
| Main namespace for SymEngine package. | |
Functions | |
| void | SymEngine::expr2poly (const RCP< const Basic > &p, umap_basic_num &syms, umap_vec_mpz &P) |
Converts expression p into a polynomial P, with symbols sym | |
| void | SymEngine::poly_mul (const umap_vec_mpz &A, const umap_vec_mpz &B, umap_vec_mpz &C) |
Multiply two polynomials: C = A*B | |
Polynomial Manipulation
Definition in file rings.h.