Scribus
Open source desktop publishing at your fingertips
Poly Class Reference
Inheritance diagram for Poly:
Collaboration diagram for Poly:

Public Member Functions

unsigned degree () const
 
Poly operator+ (const Poly &p) const
 
Poly operator- (const Poly &p) const
 
Poly operator-= (const Poly &p)
 
Poly operator- (const double k) const
 
Poly operator- () const
 
Poly operator* (const double p) const
 
Poly shifted (unsigned terms) const
 
Poly operator* (const Poly &p) const
 
template<typename T >
eval (T x) const
 
template<typename T >
operator() (T t) const
 
void normalize ()
 
void monicify ()
 
 Poly (const Poly &p)
 
 Poly (const double a)
 
template<class T , class U >
void val_and_deriv (T x, U &pd) const
 

Static Public Member Functions

static Poly linear (double ax, double b)
 

The documentation for this class was generated from the following files: