Searched refs:PolynomialSolver (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/doc/examples/
H A DPolynomialSolver1.cpp17 PolynomialSolver<double,5> psolve( polynomial );
32 PolynomialSolver<float,6> psolvef( hardCase_polynomial );
40 PolynomialSolver<double,6> psolve6d( hardCase_polynomial.cast<double>() );
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DPolynomialSolver.h62 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
203 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
226 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
249 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
272 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
303 * \class PolynomialSolver
331 class PolynomialSolver : public PolynomialSolverBase<_Scalar,_Deg> class in namespace:Eigen
356 inline PolynomialSolver( const OtherPolynomial& poly ){ function in class:Eigen::PolynomialSolver
359 inline PolynomialSolver(){} function in class:Eigen::PolynomialSolver
368 class PolynomialSolver<_Scala class in namespace:Eigen
[all...]
/external/eigen/unsupported/test/
H A Dpolynomialsolver.cpp83 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
98 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
109 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;

Completed in 107 milliseconds