Searched refs:_solve_with_guess_impl (Results 1 – 3 of 3) sorted by relevance
334 void _solve_with_guess_impl(const Rhs& b, SparseMatrixBase<DestDerived> &aDest) const in _solve_with_guess_impl() function368 _solve_with_guess_impl(const Rhs& b, MatrixBase<DestDerived> &aDest) const in _solve_with_guess_impl() function393 _solve_with_guess_impl(const Rhs& b, MatrixBase<DestDerived> &dest) const in _solve_with_guess_impl() function403 derived()._solve_with_guess_impl(b,x); in _solve_impl()
88 solve.dec()._solve_with_guess_impl(solve.rhs(), m_result);109 src.dec()._solve_with_guess_impl(src.rhs(), dst/*, src.guess()*/);
112 using Base::_solve_with_guess_impl;