#include <vnl_rnpoly_solve.h>
Public Methods | |
vnl_rnpoly_solve (vcl_vector< vnl_real_npolynomial * > const &ps) | |
~vnl_rnpoly_solve () | |
vcl_vector< vnl_vector< double > * > | real () |
vcl_vector< vnl_vector< double > * > | imag () |
vcl_vector< vnl_vector< double > * > | realroots (double tol=1e-12) |
Static Public Attributes | |
const unsigned int | M = 11 |
const unsigned int | T = 2500 |
Definition at line 36 of file vnl_rnpoly_solve.h.
|
The constructor already does all the calculations. Definition at line 50 of file vnl_rnpoly_solve.h. |
|
|
|
Array of imaginary parts of roots. Definition at line 62 of file vnl_rnpoly_solve.h. |
|
Array of real parts of roots. Definition at line 58 of file vnl_rnpoly_solve.h. |
|
Return real roots only.\ Roots are real if the absolute value. of their imaginary part is less than the optional argument tol, which defaults to 1e-12 [untested] |
|
Definition at line 39 of file vnl_rnpoly_solve.h. Referenced by imag(). |
|
Definition at line 40 of file vnl_rnpoly_solve.h. Referenced by imag(). |