From 71fecd23713ed728a5b94fd066b22fc92d122b9d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 20 Feb 2010 18:19:34 +0100 Subject: [PATCH] add missing return value --- Eigen/src/LU/FullPivLU.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Eigen/src/LU/FullPivLU.h b/Eigen/src/LU/FullPivLU.h index 1129293d5..9afc448cc 100644 --- a/Eigen/src/LU/FullPivLU.h +++ b/Eigen/src/LU/FullPivLU.h @@ -251,6 +251,7 @@ template 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