Searched defs:Solve (Results 1 - 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dconjugate_gradients_solver.cc68 LinearSolver::Summary ConjugateGradientsSolver::Solve( function in class:ceres::internal::ConjugateGradientsSolver
H A Dsolver.cc66 void Solver::Solve(const Solver::Options& options, function in class:ceres::Solver
72 internal::SolverImpl::Solve(options, problem_impl, summary);
77 void Solve(const Solver::Options& options, function in namespace:ceres
81 solver.Solve(options, problem, summary);
H A Dcoordinate_descent_minimizer.cc181 Solve(&inner_program,
202 // Solve the optimization problem for one parameter block.
203 void CoordinateDescentMinimizer::Solve(Program* program, function in class:ceres::internal::CoordinateDescentMinimizer
H A Dlinear_solver.h63 // information across solves. This means that calling Solve on the
70 // a particular Solve call.
146 // Options for the Solve method.
239 // Summary of a call to the Solve method. We should move away from
256 // Solve Ax = b.
257 virtual Summary Solve(LinearOperator* A,
283 // details behind a private virtual method, and has the Solve method
289 virtual LinearSolver::Summary Solve( function in class:ceres::internal::TypedLinearSolver
294 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
H A Dsuitesparse.cc297 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L, function in class:ceres::internal::SuiteSparse
315 return Solve(L, b);
H A Dsolver_impl.cc317 void SolverImpl::Solve(const Solver::Options& options, function in class:ceres::internal::SolverImpl
604 "LinearSolver::Solve",
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp292 void SparseSolver::Solve(Function &F) { function in class:SparseSolver
/external/chromium_org/courgette/
H A Dadjustment_method.cc220 bool Solve() { function in class:courgette::AssignmentProblem
586 Solve(model_abs32_, prog_abs32_);
587 Solve(model_rel32_, prog_rel32_);
611 void Solve(const Trace& model, const Trace& problem) { function in class:courgette::GraphAdjuster
615 a.Solve();
H A Dadjustment_method_2.cc809 bool Solve() { function in class:courgette::adjustment_method_2::AssignmentProblem
1243 Solve(abs32_trace_, abs32_model_end);
1244 Solve(rel32_trace_, rel32_model_end);
1268 void Solve(const Trace& model, size_t model_end) { function in class:courgette::adjustment_method_2::AssignmentProblem::Adjuster
1271 a.Solve();
1272 VLOG(1) << " Adjuster::Solve "
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp253 /// Solve - Solve for constants and executable blocks.
255 void Solve();
1166 void SCCPSolver::Solve() { function in class:SCCPSolver
1568 // Solve for constants.
1571 Solver.Solve();
1738 // Solve for constants.
1741 Solver.Solve();
H A DLoopStrengthReduce.cpp1697 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
4193 /// Solve - Choose one formula from each use. Return the results in the given
4195 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { function in class:LSRInstance
4754 Solve(Solution);

Completed in 295 milliseconds