HomeSort by relevance Sort by last modified time
    Searched defs:pols (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/test/
polynomialsolver.cpp 31 bool aux_evalSolver( const POLYNOMIAL& pols, SOLVER& psolve )
39 const Index deg = pols.size()-1;
41 psolve.compute( pols );
45 evr[i] = std::abs( poly_eval( pols, roots[i] ) ); }
51 cerr << "Polynomial: " << pols.transpose() << endl;
79 void evalSolver( const POLYNOMIAL& pols )
86 aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve );
93 void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const REAL_ROOTS& real_roots )
101 if( aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve ) )
173 PolynomialType pols = PolynomialType::Random(deg+1) local
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 868 HashSet<String> pols = new HashSet<String>(policies.size()); local
871 pols.add(certPolicyId);
873 this.policies = Collections.unmodifiableSet(pols);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 1282 Set pols = new HashSet(); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 810 ArrayList<DeviceAdminInfo.PolicyInfo> pols = info.getUsedPolicies(); local
    [all...]

Completed in 169 milliseconds