Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dsolver.cc66 void Solver::Solve(const Solver::Options& options, in Solve() function in ceres::Solver
77 void Solve(const Solver::Options& options, in Solve() function
Dconjugate_gradients_solver.cc68 LinearSolver::Summary ConjugateGradientsSolver::Solve( in Solve() function in ceres::internal::ConjugateGradientsSolver
Dcoordinate_descent_minimizer.cc203 void CoordinateDescentMinimizer::Solve(Program* program, in Solve() function in ceres::internal::CoordinateDescentMinimizer
Dsuitesparse.cc297 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L, in Solve() function in ceres::internal::SuiteSparse
Dlinear_solver.h289 virtual LinearSolver::Summary Solve( in Solve() function
Dsolver_impl.cc317 void SolverImpl::Solve(const Solver::Options& options, in Solve() function in ceres::internal::SolverImpl
/external/llvm/lib/Analysis/
DSparsePropagation.cpp292 void SparseSolver::Solve(Function &F) { in Solve() function in SparseSolver
/external/chromium_org/courgette/
Dadjustment_method.cc220 bool Solve() { in Solve() function in courgette::AssignmentProblem
611 void Solve(const Trace& model, const Trace& problem) { in Solve() function in courgette::GraphAdjuster
Dadjustment_method_2.cc809 bool Solve() { in Solve() function in courgette::adjustment_method_2::AssignmentProblem
1268 void Solve(const Trace& model, size_t model_end) { in Solve() function in courgette::adjustment_method_2::Adjuster
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1166 void SCCPSolver::Solve() { in Solve() function in SCCPSolver
DLoopStrengthReduce.cpp4195 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { in Solve() function in LSRInstance