From dca7190e15d5f787cfe84830bc4169e013154c5b Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Wed, 20 Feb 2013 14:00:28 +0100 Subject: Add setPivotThreshold to Sparse QR --- Eigen/src/SparseQR/SparseQR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/SparseQR') diff --git a/Eigen/src/SparseQR/SparseQR.h b/Eigen/src/SparseQR/SparseQR.h index be072e40b..7ea98fa3d 100644 --- a/Eigen/src/SparseQR/SparseQR.h +++ b/Eigen/src/SparseQR/SparseQR.h @@ -159,7 +159,7 @@ class SparseQR * reflections. Precisely, if the norm of a householder reflection is below this * threshold, the entire column is treated as zero. */ - void setThreshold(const RealScalar& threshold) + void setPivotThreshold(const RealScalar& threshold) { m_useDefaultThreshold = false; m_threshold = threshold; -- cgit v1.2.3