OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:solveWithGuess
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h
134
* One can control the start using the
solveWithGuess
() method. Here is a step by
142
* x = solver.
solveWithGuess
(b,x);
193
solveWithGuess
(const MatrixBase<Rhs>& b, const Guess& x0) const
ConjugateGradient.h
126
* One can control the start using the
solveWithGuess
() method. Here is a step by
134
* x = cg.
solveWithGuess
(b,x);
189
solveWithGuess
(const MatrixBase<Rhs>& b, const Guess& x0) const
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h
246
* One can control the start using the
solveWithGuess
() method. Here is a step by
254
* x = solver.
solveWithGuess
(b,x);
318
solveWithGuess
(const MatrixBase<Rhs>& b, const Guess& x0) const
Completed in 204 milliseconds