mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 09:49:03 +08:00
Add setPivotThreshold to Sparse QR
This commit is contained in:
parent
19de016fef
commit
dca7190e15
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user