Home | History | Annotate | Download | only in ceres

Lines Matching refs:Solve

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,
314 // details behind a private virtual method, and has the Solve method
320 virtual LinearSolver::Summary Solve(
325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);