Home | History | Annotate | Download | only in QR

Lines Matching defs:setThreshold

106    * cod.setThreshold(Default);
231 * calling setThreshold(const RealScalar&).
240 * calling setThreshold(const RealScalar&).
249 * calling setThreshold(const RealScalar&).
258 * calling setThreshold(const RealScalar&).
267 * calling setThreshold(const RealScalar&).
305 * setThreshold(const RealScalar&), your value is used instead.
315 * setThreshold(Default_t)
317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
326 * \code qr.setThreshold(Eigen::Default); \endcode
328 * See the documentation of setThreshold(const RealScalar&).
330 CompleteOrthogonalDecomposition& setThreshold(Default_t) {
331 m_cpqr.setThreshold(Default);
337 * See the documentation of setThreshold(const RealScalar&).