mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add setPivotThreshold to Sparse QR
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user