Searched refs:taylorConverged (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunctionAtomic.h52 bool taylorConverged(Index s, const MatrixType& F, const MatrixType& Fincr, const MatrixType& P);
85 if (taylorConverged(s, F, Fincr, P)) {
105 bool MatrixFunctionAtomic<MatrixType>::taylorConverged(Index s, const MatrixType& F, function in class:Eigen::MatrixFunctionAtomic

Completed in 43 milliseconds