7 #ifndef BALL_MATHS_PPOLYNOMIAL_H 8 #define BALL_MATHS_PPOLYNOMIAL_H 10 #ifndef BALL_MATHS_PIECEWISEFUNCTION_H 50 const std::vector<Coefficients>& coefficients) ;
76 void set(
Size degree,
const std::vector<Interval>& intervals,
const std::vector<Coefficients>& coeffs);
79 void setDegree(
Size degree);
82 Size getDegree()
const;
85 virtual double operator () (
double x)
const;
103 virtual void dump (std::ostream& s = std::cout,
Size depth = 0)
const;
117 #endif // BALL_MATHS_PPPOLYNOMIAL_H #define BALL_CREATE(name)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
-*- Mode: C++; tab-width: 2; -*-