10 #define INCL_CF_EVAL_H 17 #define OSTREAM std::ostream 18 #elif defined(HAVE_IOSTREAM_H) 20 #define OSTREAM ostream 37 Evaluation(
int min0,
int max0 ) : values( min0, max0 ) {}
41 int min()
const {
return values.
min(); }
42 int max()
const {
return values.
max(); }
const CanonicalForm int s
CanonicalForm operator[](const Variable &v) const
factory's class for variables
CanonicalForm operator()(const CanonicalForm &f) const
Evaluation(int min0, int max0)
friend OSTREAM & operator<<(OSTREAM &s, const Evaluation &e)
Evaluation & operator=(const Evaluation &e)
CanonicalForm operator[](int i) const
void setValue(int i, const CanonicalForm &f)
Evaluation(const Evaluation &e)
const Variable & v
< [in] a sqrfree bivariate poly
class to evaluate a polynomial at points