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

  /external/ceres-solver/internal/ceres/
linear_solver.h 150 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/
IterativeSolverBase.h 25 typedef typename internal::traits<Derived>::Preconditioner Preconditioner;
62 * 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
    [all...]

Completed in 3722 milliseconds