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