Searched refs:taylorConverged (Results 1 – 1 of 1) sorted by relevance
52 … bool taylorConverged(Index s, const MatrixType& F, const MatrixType& Fincr, const MatrixType& P);85 if (taylorConverged(s, F, Fincr, P)) { in compute()105 bool MatrixFunctionAtomic<MatrixType>::taylorConverged(Index s, const MatrixType& F, in taylorConverged() function