From 83aac6d54c8222321c8c71e46e034011d99b12ea Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Thu, 28 Feb 2013 11:38:34 +0100 Subject: MSVC fix; the compiler failed to detect the correct overload. --- unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h b/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h index ed6f97fe8..f5290dee4 100644 --- a/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +++ b/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h @@ -19,9 +19,9 @@ namespace Eigen { namespace internal { -template +template void lmqrsolv( - Matrix &s, + Matrix &s, const PermutationMatrix &iPerm, const Matrix &diag, const Matrix &qtb, -- cgit v1.2.3