List of all members.
Public Member Functions |
|
| Polynom (int dim, std::string strEq) |
|
| Polynom (int dim, const std::vector< Monom > monoms) |
|
void | clean () |
|
virtual Number | eval (const Vector &x) |
|
void | linearInterpollation (stdVector point, stdVector &a, Number b) |
|
Polynom | derivate (const int dx) |
|
Polynom | replaceVariable (std::vector< Polynom > expression) |
|
multiIndice | computeMaxDegrees () |
|
bool | containsMultiIndice (multiIndice i, int &position) |
|
Number | computeBernsteinCoefficient (multiIndice i, multiIndice l) |
|
stdVector | getBernsteinCoefficients () |
|
void | computeAffinebound (stdVector al, Number bl, stdVector au, Number bu) |
Public Attributes |
|
std::vector< Monom > | monomials |
|
int | dimension |
The documentation for this struct was generated from the following files: