OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_lambdan
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h
239
mutable RealScalar
m_lambdaN
; //Modulus of the largest eigenvalue of A
397
m_lambdaN
= 0.0;
453
if (!
m_lambdaN
)
455
m_lambdaN
= (std::max)(modulEig.maxCoeff(),
m_lambdaN
);
521
y = x + m_U.leftCols(m_r) * (
m_lambdaN
* m_luT.solve(x1) - x1);
Completed in 157 milliseconds