Class for evaluating Sturm chains on polynomials, and bracketing the real roots. More...
#include <memory>
#include <stdlib.h>
#include <vector>
#include <list>
#include <Eigen/Eigen>
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
Go to the source code of this file.
Classes | |
class | opengv::math::Bracket |
class | opengv::math::Sturm |
Namespaces | |
opengv | |
The namespace of this library. | |
opengv::math | |
The namespace of the math tools. | |
Class for evaluating Sturm chains on polynomials, and bracketing the real roots.