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

/external/ceres-solver/internal/ceres/
H A Dcgnr_solver.cc47 LinearSolver::Summary CgnrSolver::Solve( function in class:ceres::internal::CgnrSolver
69 // Solve (AtA + DtD)x = z (= Atb).
73 return conjugate_gradient_solver.Solve(&lhs,
H A Dsolver.cc51 void Solver::Solve(const Solver::Options& options, function in class:ceres::Solver
57 internal::SolverImpl::Solve(options, problem_impl, summary);
62 void Solve(const Solver::Options& options, function in namespace:ceres
66 solver.Solve(options, problem, summary);
H A Dconjugate_gradients_solver.cc68 LinearSolver::Summary ConjugateGradientsSolver::Solve( function in class:ceres::internal::ConjugateGradientsSolver
H A Dcoordinate_descent_minimizer.cc180 Solve(&inner_program,
201 // Solve the optimization problem for one parameter block.
202 void CoordinateDescentMinimizer::Solve(Program* program, function in class:ceres::internal::CoordinateDescentMinimizer
H A Dlinear_solver.h61 // information across solves. This means that calling Solve on the
68 // a particular Solve call.
142 // Options for the Solve method.
235 // Summary of a call to the Solve method. We should move away from
252 // Solve Ax = b.
253 virtual Summary Solve(LinearOperator* A,
267 // details behind a private virtual method, and has the Solve method
273 virtual LinearSolver::Summary Solve( function in class:ceres::internal::TypedLinearSolver
H A Dsuitesparse.cc319 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L, function in class:ceres::internal::SuiteSparse
337 return Solve(L, b);
H A Dsolver_impl.cc203 void SolverImpl::Solve(const Solver::Options& original_options, function in class:ceres::internal::SolverImpl
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp292 void SparseSolver::Solve(Function &F) { function in class:SparseSolver
/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.cpp1612 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
4107 /// Solve - Choose one formula from each use. Return the results in the given
4109 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { function in class:LSRInstance
4668 Solve(Solution);

Completed in 230 milliseconds