1 #ifndef vnl_cpoly_roots_h_ 2 #define vnl_cpoly_roots_h_ 16 # include <vcl_msvc_warnings.h> 19 #include <vnl/algo/vnl_algo_export.h> 43 void compute(
vnl_vector<std::complex<double> >
const & a);
46 #endif // vnl_cpoly_roots_h_ Find all the roots of a univariate polynomial with complex coefficients.
Mathematical vector class, templated by type of element.
vnl_vector< std::complex< double > > solns