TooN Algorithm Library - tag  0.2
Functions
polynomial.h File Reference
#include <vector>
#include <TooN/TooN.h>
Include dependency graph for polynomial.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::vector< double > find_roots (const TooN::Vector< 11 > &v)
 
template<int N>
double polyval (const TooN::Vector< N > &v, double x)
 

Function Documentation

std::vector<double> find_roots ( const TooN::Vector< 11 > &  v)
template<int N>
double polyval ( const TooN::Vector< N > &  v,
double  x 
)