OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threshold_helper
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
509
RealScalar
threshold_helper
= numext::abs2<RealScalar>(m_colNormsUpdated.maxCoeff() * NumTraits<RealScalar>::epsilon()) / RealScalar(rows);
local
524
if(m_nonzero_pivots==size && biggest_col_sq_norm <
threshold_helper
* RealScalar(rows-k))
Completed in 1776 milliseconds