Searched defs:preconditioner (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement.cc45 bool preconditioner)
47 preconditioner_(preconditioner),
44 ImplicitSchurComplement(int num_eliminate_blocks, bool preconditioner) argument
H A Dlinear_solver.h150 preconditioner(NULL),
189 // simplest form a preconditioner is a matrix M such that instead
198 // A null preconditioner is equivalent to an identity matrix being
199 // used a preconditioner.
200 LinearOperator* preconditioner; member in struct:ceres::internal::LinearSolver::PerSolveOptions
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h62 * Currently, this function mostly call analyzePattern on the preconditioner. In the future
76 * Currently, this function mostly call factorize on the preconditioner.
95 * Currently, this function mostly initialized/compute the preconditioner. In the future
129 /** \returns a read-write reference to the preconditioner for custom configuration. */
130 Preconditioner& preconditioner() { return m_preconditioner; } function in class:Eigen::IterativeSolverBase
132 /** \returns a read-only reference to the preconditioner. */
133 const Preconditioner& preconditioner() const { return m_preconditioner; } function in class:Eigen::IterativeSolverBase

Completed in 105 milliseconds