Add setPivotThreshold to Sparse QR

This commit is contained in:
Desire NUENTSA 2013-02-20 14:00:28 +01:00
parent 19de016fef
commit dca7190e15

View File

@ -159,7 +159,7 @@ class SparseQR
* reflections. Precisely, if the norm of a householder reflection is below this * reflections. Precisely, if the norm of a householder reflection is below this
* threshold, the entire column is treated as zero. * threshold, the entire column is treated as zero.
*/ */
void setThreshold(const RealScalar& threshold) void setPivotThreshold(const RealScalar& threshold)
{ {
m_useDefaultThreshold = false; m_useDefaultThreshold = false;
m_threshold = threshold; m_threshold = threshold;