Functions | |
void | itpp::poly (const vec &r, vec &p) |
vec | itpp::poly (const vec &r) |
void | itpp::poly (const cvec &r, cvec &p) |
cvec | itpp::poly (const cvec &r) |
void | itpp::roots (const vec &p, cvec &r) |
cvec | itpp::roots (const vec &p) |
void | itpp::roots (const cvec &p, cvec &r) |
cvec | itpp::roots (const cvec &p) |
vec | itpp::polyval (const vec &p, const vec &x) |
cvec | itpp::polyval (const vec &p, const cvec &x) |
cvec | itpp::polyval (const cvec &p, const vec &x) |
cvec | itpp::polyval (const cvec &p, const cvec &x) |
Create a polynomial p
with roots r
Calculate the roots r
of the polynomial p
Evaluate the polynomial p
(of length at the points
x
The output is given by
Generated on Fri Jun 8 00:37:36 2007 for IT++ by Doxygen 1.5.2