Searched defs:pols (Results 1 - 7 of 7) sorted by relevance

/external/eigen/unsupported/test/
H A Dpolynomialsolver.cpp31 bool aux_evalSolver( const POLYNOMIAL& pols, SOLVER& psolve ) argument
39 const Index deg = pols.size()-1;
42 SOLVER solve_constr (pols);
44 psolve.compute( pols );
48 evr[i] = std::abs( poly_eval( pols, roots[i] ) ); }
54 cerr << "Polynomial: " << pols.transpose() << endl;
82 void evalSolver( const POLYNOMIAL& pols )
89 aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve );
96 void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const REAL_ROOTS& real_roots ) argument
104 if( aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolv
175 PolynomialType pols = PolynomialType::Random(deg+1); local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 120 milliseconds