|
Macaulay2 Engine
|
This is the complete list of members for FreeAlgebra, including all inherited members.
| add(Poly &result, Poly::const_iterator fBegin, Poly::const_iterator fEnd, Poly::const_iterator gBegin, Poly::const_iterator gEnd) const | FreeAlgebra | |
| add(Poly &result, const Poly &f, const Poly &g) const | FreeAlgebra | |
| add_to_end(Poly &f, const Poly &g) const | FreeAlgebra | |
| add_to_end(Poly &f, ring_elem coeff, const Monom &monom) const | FreeAlgebra | |
| addScalarMultipleOf(Poly &result, Poly::const_iterator fBegin, Poly::const_iterator fEnd, Poly::const_iterator gBegin, Poly::const_iterator gEnd, ring_elem coeff) const | FreeAlgebra | |
| clear(Poly &f) const | FreeAlgebra | |
| coefficientRing() const | FreeAlgebra | inline |
| compare_elems(const Poly &f, const Poly &g) const | FreeAlgebra | |
| computeHashValue(const Poly &a) const | FreeAlgebra | |
| copy(Poly &result, Poly::const_iterator fBegin, Poly::const_iterator fEnd) const | FreeAlgebra | |
| copy(Poly &result, const Poly &f) const | FreeAlgebra | |
| create(const Ring *K, const std::vector< std::string > &names, const PolynomialRing *degreeRing, const std::vector< int > °rees, const std::vector< int > &wtvecs, const std::vector< int > &heftVector) | FreeAlgebra | static |
| degree(const Poly &f) const | FreeAlgebra | inline |
| degreeMonoid() const | FreeAlgebra | inline |
| elem_text_out(buffer &o, const Poly &f, bool p_one, bool p_plus, bool p_parens) const | FreeAlgebra | |
| eval(const RingMap *map, const Poly &f, int first_var) const | FreeAlgebra | |
| FreeAlgebra(const Ring *K, std::shared_ptr< FreeMonoid > M) | FreeAlgebra | private |
| from_coefficient(Poly &result, const ring_elem a) const | FreeAlgebra | |
| from_int(Poly &result, mpz_srcptr n) const | FreeAlgebra | |
| from_long(Poly &result, long n) const | FreeAlgebra | |
| from_rational(Poly &result, const mpq_srcptr q) const | FreeAlgebra | |
| from_word(Poly &result, const Word &word) const | FreeAlgebra | |
| from_word(Poly &result, const std::vector< int > &word) const | FreeAlgebra | |
| from_word(Poly &result, ring_elem coeff, const Word &word) const | FreeAlgebra | |
| from_word(Poly &result, ring_elem coeff, const std::vector< int > &word) const | FreeAlgebra | |
| heft_degree(const Poly &f) const | FreeAlgebra | |
| init(Poly &f) const | FreeAlgebra | inline |
| is_equal(const Poly &f, const Poly &g) const | FreeAlgebra | |
| is_homogeneous(const Poly &f) const | FreeAlgebra | |
| is_unit(const Poly &f) const | FreeAlgebra | |
| is_zero(const Poly &f) const | FreeAlgebra | inline |
| lead_term_as_poly(Poly &result, const Poly &f) const | FreeAlgebra | |
| lead_word(const Poly &f) const | FreeAlgebra | |
| lead_word_prefix(const Poly &f, int endIndex) const | FreeAlgebra | |
| lead_word_suffix(const Poly &f, int beginIndex) const | FreeAlgebra | |
| make_SumCollector() const | FreeAlgebra | |
| makeMonic(Poly &result, Poly &f) const | FreeAlgebra | |
| makeMonicInPlace(Poly &f) const | FreeAlgebra | |
| mCoefficientRing | FreeAlgebra | private |
| mMonoid | FreeAlgebra | private |
| monoid() const | FreeAlgebra | inline |
| mult(Poly &result, const Poly &f, const Poly &g) const | FreeAlgebra | |
| mult_by_coeff(Poly &result, const Poly &f, const ring_elem c) const | FreeAlgebra | |
| mult_by_term_left(Poly &result, const Poly &f, const ring_elem c, const Monom m) const | FreeAlgebra | |
| mult_by_term_left(Poly &result, const Poly &f, const ring_elem c, const Word &w) const | FreeAlgebra | |
| mult_by_term_left_and_right(Poly &result, const Poly &f, const ring_elem c, const Monom leftM, const Monom rightM) const | FreeAlgebra | |
| mult_by_term_left_and_right(Poly &result, const Poly &f, const Monom leftM, const Monom rightM) const | FreeAlgebra | |
| mult_by_term_left_and_right(Poly &result, const Poly &f, const ring_elem c, const Word &leftW, const Word &rightW) const | FreeAlgebra | |
| mult_by_term_left_and_right(Poly &result, const Poly &f, const Word &leftW, const Word &rightW) const | FreeAlgebra | |
| mult_by_term_right(Poly &result, const Poly &f, const ring_elem c, const Monom m) const | FreeAlgebra | |
| mult_by_term_right(Poly &result, const Poly &f, const ring_elem c, const Word &w) const | FreeAlgebra | |
| multi_degree(const Poly &f, monomial already_allocated_degree_vector) const | FreeAlgebra | |
| n_terms(const Poly &f) const | FreeAlgebra | inline |
| negate(Poly &result, const Poly &f) const | FreeAlgebra | |
| numVars() const | FreeAlgebra | inline |
| operator delete(void *obj) | our_new_delete | inlinestatic |
| operator delete(void *obj, void *existing_memory) | our_new_delete | inlinestatic |
| operator delete[](void *obj) | our_new_delete | inlinestatic |
| operator delete[](void *obj, void *existing_memory) | our_new_delete | inlinestatic |
| operator new(size_t size) | our_new_delete | inlinestatic |
| operator new(size_t size, void *existing_memory) | our_new_delete | inlinestatic |
| operator new[](size_t size) | our_new_delete | inlinestatic |
| operator new[](size_t size, void *existing_memory) | our_new_delete | inlinestatic |
| power(Poly &result, const Poly &f, int n) const | FreeAlgebra | |
| power(Poly &result, const Poly &f, mpz_srcptr n) const | FreeAlgebra | |
| setZero(Poly &f) const | FreeAlgebra | |
| subtract(Poly &result, const Poly &f, const Poly &g) const | FreeAlgebra | |
| subtractScalarMultipleOf(Poly &result, const Poly &f, const Poly &g, ring_elem coeff) const | FreeAlgebra | |
| support(const Poly &f) const | FreeAlgebra | |
| swap(Poly &f, Poly &g) const | FreeAlgebra | |
| var(Poly &result, int v) const | FreeAlgebra |