X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=a45216fd1e1f63241331094428572b6f577a3875;hb=c17ea35a73b7a690a54c5c6a213de19f0376e74f;hp=0d6b6881715751671e7f9cef346ebf53341a75ff;hpb=1c4b7cfcec922cf6d1e92a607f23f00d26e7324e;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 0d6b6881..a45216fd 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,16 @@ +2007-08-11 Jason Stover + + * linreg.h (enum): Dropped ambiguous PSPP_LINREG_SVD in favor of + PSPP_LINREG_QR. Added PSPP_LINREG_CONDITIONAL_INVERSE. + + * linreg.c (pspp_linreg): Added scope and comment for use of + generalized inverse to solve normal equations. + +2007-04-12 Jason Stover + + * linreg.c: (pspp_linreg_cache_free) Check for null pointer before + freeing. + Wed Dec 6 21:16:22 2006 Ben Pfaff * linreg.c: (pspp_linreg_get_vars) Compare variable pointers