![]() |
My Project
|
class to evaluate a polynomial at points More...
#include <cf_eval.h>
Public Member Functions | |
| Evaluation () | |
| Evaluation (int min0, int max0) | |
| Evaluation (const Evaluation &e) | |
| virtual | ~Evaluation () |
| Evaluation & | operator= (const Evaluation &e) |
| int | min () const |
| int | max () const |
| CanonicalForm | operator[] (int i) const |
| CanonicalForm | operator[] (const Variable &v) const |
| CanonicalForm | operator() (const CanonicalForm &f) const |
| CanonicalForm | operator() (const CanonicalForm &f, int i, int j) const |
| void | setValue (int i, const CanonicalForm &f) |
| virtual void | nextpoint () |
Protected Attributes | |
| CFArray | values |
|
inline |
|
inline |
|
virtual |
Reimplemented in REvaluation.
Definition at line 43 of file cf_eval.cc.
| CanonicalForm Evaluation::operator() | ( | const CanonicalForm & | f | ) | const |
Definition at line 24 of file cf_eval.cc.
| CanonicalForm Evaluation::operator() | ( | const CanonicalForm & | f, |
| int | i, | ||
| int | j | ||
| ) | const |
| Evaluation & Evaluation::operator= | ( | const Evaluation & | e | ) |
Definition at line 15 of file cf_eval.cc.
|
inline |
|
inline |
| void Evaluation::setValue | ( | int | i, |
| const CanonicalForm & | f | ||
| ) |