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

  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 68 LinearSolver::Summary ConjugateGradientsSolver::Solve(
198 // solve the Newton step. This particular convergence test comes
solver.cc 66 void Solver::Solve(const Solver::Options& options,
72 internal::SolverImpl::Solve(options, problem_impl, summary);
77 void Solve(const Solver::Options& options,
81 solver.Solve(options, problem, summary);
coordinate_descent_minimizer.cc 181 Solve(&inner_program,
202 // Solve the optimization problem for one parameter block.
203 void CoordinateDescentMinimizer::Solve(Program* program,
linear_solver.h 63 // information across solves. This means that calling Solve on the
70 // a particular Solve call.
146 // Options for the Solve method.
156 // that can solve rectangular linear systems.
159 // and a vector b, the linear solver will solve for
190 // of solving Ax = b, we solve the linear system AM^{-1} y = b
224 // solve the Newton step. This particular convergence test comes
239 // Summary of a call to the Solve method. We should move away from
256 // Solve Ax = b.
257 virtual Summary Solve(LinearOperator* A
    [all...]
suitesparse.cc 297 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L,
315 return Solve(L, b);
solver_impl.cc 317 void SolverImpl::Solve(const Solver::Options& options,
604 "LinearSolver::Solve",
709 << ", prevent bisection (0.5) scaling, continuing with solve regardless.";
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 292 void SparseSolver::Solve(Function &F) {
  /external/chromium_org/courgette/
adjustment_method.cc 220 bool Solve() {
586 Solve(model_abs32_, prog_abs32_);
587 Solve(model_rel32_, prog_rel32_);
611 void Solve(const Trace& model, const Trace& problem) {
615 a.Solve();
adjustment_method_2.cc 809 bool Solve() {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 253 /// Solve - Solve for constants and executable blocks.
255 void Solve();
259 /// However, this is not a safe assumption. After we solve dataflow, this
    [all...]
LoopStrengthReduce.cpp 83 /// conceivably solve, so it should not affect generated code, but catches the
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 498 milliseconds