X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcoefficient.h;h=4019c549b33253c57da77a646d11afff88e2a992;hb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;hp=7569463baefe8843973891aa90ddebd953b9a2e2;hpb=860ca55c65448584c436692380c4fa655d2c3ba1;p=pspp diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 7569463bae..4019c549b3 100644 --- a/src/math/coefficient.h +++ b/src/math/coefficient.h @@ -64,7 +64,7 @@ struct pspp_coeff interaction terms will have more than one variable. */ }; - +typedef struct pspp_coeff coefficient; void pspp_coeff_free (struct pspp_coeff *); @@ -72,7 +72,7 @@ void pspp_coeff_free (struct pspp_coeff *); Initialize the variable and value pointers inside the coefficient structures for the linear model. */ -void pspp_coeff_init (pspp_linreg_cache *, struct design_matrix *); +void pspp_coeff_init (struct pspp_coeff **, struct design_matrix *); void