Home | History | Annotate | Download | only in QR

Lines Matching refs:setThreshold

253       *       setThreshold(const RealScalar&).
270 * setThreshold(const RealScalar&).
283 * setThreshold(const RealScalar&).
296 * setThreshold(const RealScalar&).
308 * setThreshold(const RealScalar&).
342 * Once you have called the present method setThreshold(const RealScalar&),
351 * If you want to come back to the default behavior, call setThreshold(Default_t)
353 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)
364 * \code qr.setThreshold(Eigen::Default); \endcode
366 * See the documentation of setThreshold(const RealScalar&).
368 ColPivHouseholderQR& setThreshold(Default_t)
376 * See the documentation of setThreshold(const RealScalar&).