SPUC  3.0
Namespaces | Functions
find_roots.h File Reference

Calculate the complex roots of a polynomial equation. More...

#include <spuc/spuc_types.h>
#include <cmath>
#include <spuc/complex.h>
#include <vector>
Include dependency graph for find_roots.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

std::vector< complex
< float_type > > 
SPUC::find_roots (const std::vector< float_type > &a, long n)
 Calculate the complex roots of a polynomial equation. More...
 

Detailed Description

Calculate the complex roots of a polynomial equation.