Mercurial > hg > qm-dsp
diff maths/Polyfit.h @ 205:e81375fa6a33
Merge from branch clapack-included
author | Chris Cannam |
---|---|
date | Fri, 30 Sep 2016 16:24:24 +0100 |
parents | 214b31ec7e1a |
children |
line wrap: on
line diff
--- a/maths/Polyfit.h Thu May 26 14:17:00 2016 +0100 +++ b/maths/Polyfit.h Fri Sep 30 16:24:24 2016 +0100 @@ -292,7 +292,7 @@ double big, t; double pivot; double determ; - int irow, icol; + int irow = 0, icol = 0; int ncol(b.size()); int nv = 1; // single constant vector for(int i = 0; i < ncol; ++i)