HomeSort by relevance Sort by last modified time
    Searched refs:solveWithGuess (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h 155 * One can control the start using the solveWithGuess() method. Here is a step by
163 * x = solver.solveWithGuess(b,x);
214 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
ConjugateGradient.h 140 * One can control the start using the solveWithGuess() method. Here is a step by
148 * x = cg.solveWithGuess(b,x);
203 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 177 * One can control the start using the solveWithGuess() method. Here is a step by
185 * x = mr.solveWithGuess(b,x);
240 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
GMRES.h 249 * One can control the start using the solveWithGuess() method. Here is a step by
257 * x = solver.solveWithGuess(b,x);
321 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
DGMRES.h 148 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const

Completed in 264 milliseconds