SparseSolve.h | 69 template<typename DecompositionType, typename Rhs, typename Guess> struct solve_retval_with_guess; 72 struct traits<solve_retval_with_guess<DecompositionType, Rhs, Guess> > 83 template<typename DecompositionType, typename Rhs, typename Guess> struct solve_retval_with_guess struct in namespace:Eigen::internal 84 : public ReturnByValue<solve_retval_with_guess<DecompositionType, Rhs, Guess> > 88 solve_retval_with_guess(const DecompositionType& dec, const Rhs& rhs, const Guess& guess) function in struct:Eigen::internal::solve_retval_with_guess
|