TooN Algorithm Library - tag
0.2
|
#include <vector>
#include <TooN/TooN.h>
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) |
std::vector<double> find_roots | ( | const TooN::Vector< 11 > & | v | ) |
double polyval | ( | const TooN::Vector< N > & | v, |
double | x | ||
) |
Referenced by SturmChain10::changes(), SturmChain10::deriv(), tag::five_point(), and SturmChain10::operator()().