add missing return value

This commit is contained in:
Gael Guennebaud 2010-02-20 18:19:34 +01:00
parent 6b4cecc1c6
commit 71fecd2371

View File

@ -251,6 +251,7 @@ template<typename _MatrixType> class FullPivLU
{
m_usePrescribedThreshold = true;
m_prescribedThreshold = threshold;
return *this;
}
/** Allows to come back to the default behavior, letting Eigen use its default formula for