Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunctionAtomic.h52 … bool taylorConverged(Index s, const MatrixType& F, const MatrixType& Fincr, const MatrixType& P);
80 MatrixType Fincr; in compute() local
82 Fincr = m_f(m_avgEival, static_cast<int>(s)) * P; in compute()
83 F += Fincr; in compute()
85 if (taylorConverged(s, F, Fincr, P)) { in compute()
106 const MatrixType& Fincr, const MatrixType& P) in taylorConverged() argument
110 const RealScalar Fincr_norm = Fincr.cwiseAbs().rowwise().sum().maxCoeff(); in taylorConverged()