OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_tol
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h
133
}while ( (EpsRow >
m_tol
|| EpsCol >
m_tol
) && (its < m_maxits) );
164
m_tol
= tol;
171
m_tol
= 1e-10;
181
double
m_tol
;
member in class:Scaling
Completed in 161 milliseconds