mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
add missing return *this
This commit is contained in:
parent
9a954d29ec
commit
13e46ad847
@ -282,6 +282,7 @@ template<typename _MatrixType> class FullPivLU
|
|||||||
FullPivLU& setThreshold(Default_t)
|
FullPivLU& setThreshold(Default_t)
|
||||||
{
|
{
|
||||||
m_usePrescribedThreshold = false;
|
m_usePrescribedThreshold = false;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns the threshold that will be used by certain methods such as rank().
|
/** Returns the threshold that will be used by certain methods such as rank().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user