#include <vnl_cpoly_roots.h>
Collaboration diagram for vnl_cpoly_roots:
Public Methods | |
vnl_cpoly_roots (vnl_vector< vcl_complex< double > > const &a) | |
vnl_cpoly_roots (vnl_vector< double > const &a_real, vnl_vector< double > const &a_imag) | |
Public Attributes | |
vnl_vector< vcl_complex< double > > | solns |
The input vector a of coefficients are given to the constructor. The polynomial is f = t^N + a[0] t^{N-1} + ... + a[N-1] The roots can then be found in the 'solns' member.
Definition at line 30 of file vnl_cpoly_roots.h.
|
|
|
|
|
Definition at line 37 of file vnl_cpoly_roots.h. |