mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 10:09:36 +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)
|
||||
{
|
||||
m_usePrescribedThreshold = false;
|
||||
return *this;
|
||||
}
|
||||
|
||||
/** Returns the threshold that will be used by certain methods such as rank().
|
||||
|
Loading…
x
Reference in New Issue
Block a user