Home
last modified time | relevance | path

Searched refs:taylorConverged (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);
85 if (taylorConverged(s, F, Fincr, P)) { in compute()
105 bool MatrixFunctionAtomic<MatrixType>::taylorConverged(Index s, const MatrixType& F, in taylorConverged() function