SparseSolve.h | 86 template<typename DecompositionType, typename Rhs, typename Guess> struct solve_retval_with_guess; 89 struct traits<solve_retval_with_guess<DecompositionType, Rhs, Guess> > 100 template<typename DecompositionType, typename Rhs, typename Guess> struct solve_retval_with_guess struct in namespace:Eigen::internal 101 : public ReturnByValue<solve_retval_with_guess<DecompositionType, Rhs, Guess> > 105 solve_retval_with_guess(const DecompositionType& dec, const Rhs& rhs, const Guess& guess) function in struct:Eigen::internal::solve_retval_with_guess
|