HomeSort by relevance Sort by last modified time
    Searched full:polynomialsolver (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/test/
polynomialsolver.cpp 83 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
98 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
164 void polynomialsolver(int deg) function
197 CALL_SUBTEST_1( (polynomialsolver<float,1>(1)) );
198 CALL_SUBTEST_2( (polynomialsolver<double,2>(2)) );
199 CALL_SUBTEST_3( (polynomialsolver<double,3>(3)) );
200 CALL_SUBTEST_4( (polynomialsolver<float,4>(4)) );
201 CALL_SUBTEST_5( (polynomialsolver<double,5>(5)) );
202 CALL_SUBTEST_6( (polynomialsolver<float,6>(6)) );
203 CALL_SUBTEST_7( (polynomialsolver<float,7>(7)) )
    [all...]
CMakeLists.txt 83 ei_add_test(polynomialsolver)
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 62 * 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>
356 inline PolynomialSolver( const OtherPolynomial& poly ){
359 inline PolynomialSolver(){}
368 class PolynomialSolver<_Scalar,1> : public PolynomialSolverBase<_Scalar,1
    [all...]
Companion.h 15 // * Eigen/src/PolynomialSolver.h
  /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/
Polynomials 40 #include "src/Polynomials/PolynomialSolver.h"

Completed in 701 milliseconds