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

/external/ceres-solver/internal/ceres/
H A Dconjugate_gradients_solver.cc66 LinearSolver::Summary ConjugateGradientsSolver::Solve( function in class:ceres::internal::ConjugateGradientsSolver
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 Dsolver.cc312 void Solver::Solve(const Solver::Options& options, function in class:ceres::Solver
326 internal::SolverImpl::Solve(options, problem_impl, summary);
331 void Solve(const Solver::Options& options, function in namespace:ceres
335 solver.Solve(options, problem, summary);
343 message("ceres::Solve was not called."),
406 "Ceres Solver v" CERES_VERSION_STRING " Solve Report\n"
H A Dlinear_solver.h83 // information across solves. This means that calling Solve on the
90 // a particular Solve call.
168 // Options for the Solve method.
261 // Summary of a call to the Solve method. We should move away from
287 // Solve Ax = b.
288 virtual Summary Solve(LinearOperator* A,
314 // details behind a private virtual method, and has the Solve method
320 virtual LinearSolver::Summary Solve( function in class:ceres::internal::TypedLinearSolver
325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
H A Dsolver_impl.cc184 void SolverImpl::Solve(const Solver::Options& options, function in class:ceres::internal::SolverImpl
423 "LinearSolver::Solve",
H A Dsuitesparse.cc312 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L, function in class:ceres::internal::SuiteSparse
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.cc79 double CubicBezier::Solve(double x) const { function in class:gfx::CubicBezier
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp293 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.cpp254 /// Solve - Solve for constants and executable blocks.
256 void Solve();
1168 void SCCPSolver::Solve() { function in class:SCCPSolver
1572 // Solve for constants.
1575 Solver.Solve();
1742 // Solve for constants.
1745 Solver.Solve();
H A DLoopStrengthReduce.cpp1776 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
4366 /// Solve - Choose one formula from each use. Return the results in the given
4368 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { function in class:LSRInstance
4941 Solve(Solution);

Completed in 1813 milliseconds