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

  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 66 LinearSolver::Summary ConjugateGradientsSolver::Solve(
197 // solve the Newton step. This particular convergence test comes
coordinate_descent_minimizer.cc 181 Solve(&inner_program,
202 // Solve the optimization problem for one parameter block.
203 void CoordinateDescentMinimizer::Solve(Program* program,
solver.cc 269 << ", prevent bisection (0.5) scaling, continuing with solve regardless.";
312 void Solver::Solve(const Solver::Options& options,
326 internal::SolverImpl::Solve(options, problem_impl, summary);
331 void Solve(const Solver::Options& options,
335 solver.Solve(options, problem, summary);
343 message("ceres::Solve was not called."),
406 "Ceres Solver v" CERES_VERSION_STRING " Solve Report\n"
solver_impl.cc 184 void SolverImpl::Solve(const Solver::Options& options,
423 "LinearSolver::Solve",
    [all...]
suitesparse.cc 312 cholmod_dense* SuiteSparse::Solve(cholmod_factor* L,
linear_solver.h 83 // information across solves. This means that calling Solve on the
90 // a particular Solve call.
168 // Options for the Solve method.
178 // that can solve rectangular linear systems.
181 // and a vector b, the linear solver will solve for
212 // of solving Ax = b, we solve the linear system AM^{-1} y = b
246 // solve the Newton step. This particular convergence test comes
261 // Summary of a call to the Solve method. We should move away from
287 // Solve Ax = b.
288 virtual Summary Solve(LinearOperator* A
    [all...]
  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc 79 double CubicBezier::Solve(double x) const {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 293 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 254 /// Solve - Solve for constants and executable blocks.
256 void Solve();
260 /// However, this is not a safe assumption. After we solve dataflow, this
    [all...]
LoopStrengthReduce.cpp 84 /// conceivably solve, so it should not affect generated code, but catches the
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 512 milliseconds