Home
last modified time | relevance | path

Searched refs:m_prescribedThreshold (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SVD/
DSVDBase.h158 m_prescribedThreshold = threshold; in setThreshold()
183 return m_usePrescribedThreshold ? m_prescribedThreshold in threshold()
237 RealScalar m_prescribedThreshold; variable
DJacobiSVD.h599 using Base::m_prescribedThreshold;
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h356 m_prescribedThreshold = threshold;
381 return m_usePrescribedThreshold ? m_prescribedThreshold
442 RealScalar m_prescribedThreshold, m_maxpivot;
DFullPivHouseholderQR.h347 m_prescribedThreshold = threshold;
372 return m_usePrescribedThreshold ? m_prescribedThreshold
418 RealScalar m_prescribedThreshold, m_maxpivot;
/external/eigen/Eigen/src/LU/
DFullPivLU.h295 m_prescribedThreshold = threshold;
320 return m_usePrescribedThreshold ? m_prescribedThreshold
438 RealScalar m_maxpivot, m_prescribedThreshold;