Home
last modified time | relevance | path

Searched refs:SolveWithGuess (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DSolveWithGuess.h15 template<typename Decomposition, typename RhsType, typename GuessType> class SolveWithGuess; variable
33 struct traits<SolveWithGuess<Decomposition, RhsType, GuessType> >
41 class SolveWithGuess : public internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,Guess…
44 typedef typename internal::traits<SolveWithGuess>::Scalar Scalar;
45 typedef typename internal::traits<SolveWithGuess>::PlainObject PlainObject;
46 …typedef typename internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, Matri…
47 typedef typename internal::ref_selector<SolveWithGuess>::type Nested;
49 SolveWithGuess(const Decomposition &dec, const RhsType &rhs, const GuessType &guess)
74 struct evaluator<SolveWithGuess<Decomposition,RhsType, GuessType> >
75 : public evaluator<typename SolveWithGuess<Decomposition,RhsType,GuessType>::PlainObject>
[all …]
DIterativeSolverBase.h317 inline const SolveWithGuess<Derived, Rhs, Guess>
322 return SolveWithGuess<Derived, Rhs, Guess>(derived(), b.derived(), x0); in solveWithGuess()
/external/eigen/Eigen/
DIterativeLinearSolvers37 #include "src/IterativeLinearSolvers/SolveWithGuess.h"