pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/math/linreg coefficient.h


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src/math/linreg coefficient.h
Date: Tue, 04 Apr 2006 00:48:57 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/04/04 00:48:57

Modified files:
        src/math/linreg: coefficient.h 

Log message:
        added function to fetch coefficient by variable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/coefficient.h.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: pspp/src/math/linreg/coefficient.h
diff -u pspp/src/math/linreg/coefficient.h:1.2 
pspp/src/math/linreg/coefficient.h:1.3
--- pspp/src/math/linreg/coefficient.h:1.2      Wed Mar 15 03:29:11 2006
+++ pspp/src/math/linreg/coefficient.h  Tue Apr  4 00:48:57 2006
@@ -100,5 +100,8 @@
 pspp_linreg_coeff_get_value (struct pspp_linreg_coeff *c,
                             const struct variable *v);
 
-
+const struct pspp_linreg_coeff *
+pspp_linreg_get_coeff (const pspp_linreg_cache *,
+                      const struct variable *,
+                      const union value *);
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]