HomeSort by relevance Sort by last modified time
    Searched refs:PolynomialSolver (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 17 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/
PolynomialSolver.h 62 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
200 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
223 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
246 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
269 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
300 * \class PolynomialSolver
328 class PolynomialSolver : public PolynomialSolverBase<_Scalar,_Deg>
353 inline PolynomialSolver( const OtherPolynomial& poly ){
356 inline PolynomialSolver(){}
365 class PolynomialSolver<_Scalar,1> : public PolynomialSolverBase<_Scalar,1
    [all...]
  /external/eigen/unsupported/test/
polynomialsolver.cpp 83 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
97 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
109 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
168 void polynomialsolver(int deg) function
201 CALL_SUBTEST_1( (polynomialsolver<float,1>(1)) );
202 CALL_SUBTEST_2( (polynomialsolver<double,2>(2)) );
203 CALL_SUBTEST_3( (polynomialsolver<double,3>(3)) );
204 CALL_SUBTEST_4( (polynomialsolver<float,4>(4)) );
205 CALL_SUBTEST_5( (polynomialsolver<double,5>(5)) );
206 CALL_SUBTEST_6( (polynomialsolver<float,6>(6)) )
    [all...]

Completed in 35 milliseconds