36 #ifndef OPENGV_ROOTS_HPP_ 37 #define OPENGV_ROOTS_HPP_ 41 #include <Eigen/Eigen> 42 #include <Eigen/src/Core/util/DisableStupidWarnings.h> 61 std::vector<double>
o3_roots(
const std::vector<double> & p );
69 std::vector<double>
o4_roots(
const Eigen::MatrixXd & p );
78 std::vector<double>
o4_roots(
const std::vector<double> & p );
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
std::vector< double > o4_roots(const Eigen::MatrixXd &p)
Ferrari's method for computing the roots of a fourth order polynomial.
std::vector< double > o3_roots(const std::vector< double > &p)
The roots of a third-order polynomial.