MononmialSet's
divisorsOf
.
More...
#include <BoundedDivisorsOf.h>
Public Member Functions | |
BoundedDivisorsOf (const Monomial &term, const MonomialSet &terms) | |
Initialize mapping with given parameters. | |
MonomialSet | operator() (const Monomial &t_divided) const |
The actual call. |
MononmialSet's
divisorsOf
.
This implements the mapping f: terms -> subsets of T (a set of terms), with t :> {y in T : t divides y, y divides t*t0}
where t0 and T are a term and a set of terms, respectively, given as constructor arguments.
polybori::groebner::BoundedDivisorsOf::BoundedDivisorsOf | ( | const Monomial & | term, | |
const MonomialSet & | terms | |||
) | [inline] |
Initialize mapping with given parameters.
MonomialSet polybori::groebner::BoundedDivisorsOf::operator() | ( | const Monomial & | t_divided | ) | const [inline] |