X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=a45216fd1e1f63241331094428572b6f577a3875;hb=c17ea35a73b7a690a54c5c6a213de19f0376e74f;hp=5f5a617b8eae210579d28dae39f233f676867d62;hpb=bf3da7e3a72705f3e9d0d09ba29039928dc64687;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 5f5a617b..a45216fd 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,11 @@ +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