OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fincr
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunctionAtomic.h
52
bool taylorConverged(Index s, const MatrixType& F, const MatrixType&
Fincr
, const MatrixType& P);
80
MatrixType
Fincr
;
82
Fincr
= m_f(m_avgEival, static_cast<int>(s)) * P;
83
F +=
Fincr
;
85
if (taylorConverged(s, F,
Fincr
, P)) {
106
const MatrixType&
Fincr
, const MatrixType& P)
110
const RealScalar Fincr_norm =
Fincr
.cwiseAbs().rowwise().sum().maxCoeff();
Completed in 148 milliseconds