mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-09 06:19:05 +08:00
add missing return value
This commit is contained in:
parent
6b4cecc1c6
commit
71fecd2371
@ -251,6 +251,7 @@ template<typename _MatrixType> class FullPivLU
|
|||||||
{
|
{
|
||||||
m_usePrescribedThreshold = true;
|
m_usePrescribedThreshold = true;
|
||||||
m_prescribedThreshold = threshold;
|
m_prescribedThreshold = threshold;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Allows to come back to the default behavior, letting Eigen use its default formula for
|
/** Allows to come back to the default behavior, letting Eigen use its default formula for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user