Searched refs:setThreshold (Results 1 – 15 of 15) sorted by relevance
56 public void setThreshold(Level level); in setThreshold() method62 public void setThreshold(String val); in setThreshold() method
45 autoCompleteTextView.setThreshold(123); in shouldStoreThreshold()55 autoCompleteTextView.setThreshold(-1); in shouldNotStoreThresholdLessThanOne()
317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {318 m_cpqr.setThreshold(threshold);330 CompleteOrthogonalDecomposition& setThreshold(Default_t) {331 m_cpqr.setThreshold(Default);
353 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)368 ColPivHouseholderQR& setThreshold(Default_t)
344 FullPivHouseholderQR& setThreshold(const RealScalar& threshold)359 FullPivHouseholderQR& setThreshold(Default_t)
31 public void setThreshold(Priority threshold) { in setThreshold() method in AppenderSkeleton
14 lu.setThreshold(1e-5); in main()
155 Derived& setThreshold(const RealScalar& threshold) in setThreshold() function170 Derived& setThreshold(Default_t) in setThreshold() function
38 public void setThreshold(int threshold) { in setThreshold() method in ShadowAutoCompleteTextView
163 void setThreshold(const BlockFrequency &Entry);
202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()246 void SpillPlacement::setThreshold(const BlockFrequency &Entry) { in setThreshold() function in SpillPlacement
119 if(internal::is_same<RealScalar,double>::value) svd.setThreshold(1e-8); in svd_least_square()120 else if(internal::is_same<RealScalar,float>::value) svd.setThreshold(2e-4); in svd_least_square()193 …} while(SVD_FOR_MIN_NORM(MatrixType2)(m2).setThreshold(test_precision<Scalar>()).rank()!=rank && (… in svd_min_norm()
70 lu.setThreshold(RealScalar(0.01)); in lu_non_invertible()134 lu.setThreshold(RealScalar(0.01)); in lu_invertible()
292 FullPivLU& setThreshold(const RealScalar& threshold)307 FullPivLU& setThreshold(Default_t)
257 …u know what is the right threshold for your application. You can set this by calling setThreshold()