made matrix argument const in coefficient initialization
[pspp-builds.git] / src / math / ChangeLog
index 86186777709d8bb86df84582cb6d6d49c565218b..2d1b2e96fac749e658cd62f9783acfa5e377c917 100644 (file)
@@ -1,3 +1,12 @@
+2006-07-15  Jason Stover  <jhs@math.gcsu.edu>
+
+       * coefficient.c (pspp_coeff_init): Make design_matrix arg const.
+
+2006-07-14  Jason Stover  <jhs@math.gcsu.edu>
+
+       * coefficient.c (pspp_coeff_init): Removed use of
+       pspp_linreg_cache to make the routines more generally useful.
+
 2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
 
        * coefficient.h: Renamed pspp_linreg_coeff to pspp_coeff.