Home
last modified time | relevance | path

Searched defs:precond (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h32 const Preconditioner& precond, Index& iters, in minres()
DGMRES.h56 bool gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, in gmres()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DConjugateGradient.h29 const Preconditioner& precond, Index& iters, in conjugate_gradient()
DLeastSquareConjugateGradient.h29 const Preconditioner& precond, Index& iters, in least_square_conjugate_gradient()
DBiCGSTAB.h30 const Preconditioner& precond, Index& iters, in bicgstab()
/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp231 if (BreakpointPreconditionSP precond = in GetExceptionPrecondition() local
252 if (auto precond = GetExceptionPrecondition(language, throw_bp)) in CreateExceptionBreakpoint() local