From 46c83a8c187263452a19f365166f547420bdbc25 Mon Sep 17 00:00:00 2001 From: mcsauder Date: Thu, 25 Feb 2016 18:51:28 -0700 Subject: [PATCH] Correct a few indexing copy/paste errors that likely previously only functioned properly on square matrices. --- matrix/Matrix.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matrix/Matrix.hpp b/matrix/Matrix.hpp index 18d7984fe9..051056422a 100644 --- a/matrix/Matrix.hpp +++ b/matrix/Matrix.hpp @@ -407,7 +407,7 @@ public: { Matrix r; for (size_t i=0; i max_val) { max_val = val; @@ -432,7 +432,7 @@ public: { Type min_val = (*this)(0,0); for (size_t i=0; i