Implementation
-
MonDblDlex
- Class of monomials
-
MonDblDlex::operator
- Assignement operator
-
boolean operator==(const MonDblDlex &m, const MonDblDlex &n)
- Equality test. Compares the exponents and the coefficient.
-
boolean operator!=(const MonDblDlex &m, const MonDblDlex &n)
- Inequality test derived from ==.
-
boolean IsComparable(const MonDblDlex &m, const MonDblDlex &n)
- Comparison function. True if the exponents are equal.
-
MonDblDlex& MonDblDlex::operator*
- Inplace multiplication by a monomial.
-
boolean operator>(const MonDblDlex &m, const MonDblDlex &n)
- Order on the monomials. It is the Degree Lexicographic ordering.
-
boolean Egal(const MonDblDlex &m, const MonDblDlex &n)
-
-
MonoDiv
- Division of a monomial by another
-
boolean IsNull(const MonDblDlex & m)
- Test if the coefficients is null.
alphabetic index hierarchy of classes