#include <Eigen/Core>#include <Eigen/src/Core/util/DisableStupidWarnings.h>#include <Eigen/Eigenvalues>#include "src/Polynomials/PolynomialUtils.h"#include "src/Polynomials/Companion.h"#include "src/Polynomials/PolynomialSolver.h"#include <Eigen/src/Core/util/ReenableStupidWarnings.h>
Go to the source code of this file.
Classes | |
| class | Eigen::companion< _Scalar, _Deg > |
| class | PolynomialSolverBase< _Scalar, _Deg > |
| Defined to be inherited by polynomial solvers: it provides convenient methods such as. More... | |
| class | PolynomialSolver< _Scalar, _Deg > |
| A polynomial solver. More... | |
| class | PolynomialSolver< _Scalar, 1 > |
Namespaces | |
| namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
Defines | |
| #define | EIGEN_POLYNOMIALS_MODULE_H |
Functions | |
| template<typename Polynomials , typename T > | |
| T | Eigen::poly_eval_horner (const Polynomials &poly, const T &x) |
| template<typename Polynomials , typename T > | |
| T | Eigen::poly_eval (const Polynomials &poly, const T &x) |
| template<typename Polynomial > | |
| NumTraits< typename Polynomial::Scalar >::Real | Eigen::cauchy_max_bound (const Polynomial &poly) |
| template<typename Polynomial > | |
| NumTraits< typename Polynomial::Scalar >::Real | Eigen::cauchy_min_bound (const Polynomial &poly) |
| template<typename RootVector , typename Polynomial > | |
| void | Eigen::roots_to_monicPolynomial (const RootVector &rv, Polynomial &poly) |
| Given the roots of a polynomial compute the coefficients in the monomial basis of the monic polynomial with same roots and minimal degree. | |
| #define EIGEN_POLYNOMIALS_MODULE_H |
Definition at line 2 of file Polynomials.
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |