X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcovariance.h;h=3d29dcea8b0193babed4238ef64a988b7fbb92a3;hb=3a9c93bde727eb6bef3cd607e2ca4ea1d969a98f;hp=22e38e1ed7ae4370298442a02d476a2cc01fe4d3;hpb=194d01aaac43a41a174037357f89bc164b5c5213;p=pspp-builds.git diff --git a/src/math/covariance.h b/src/math/covariance.h index 22e38e1e..3d29dcea 100644 --- a/src/math/covariance.h +++ b/src/math/covariance.h @@ -40,6 +40,7 @@ void covariance_accumulate_pass1 (struct covariance *, const struct ccase *); void covariance_accumulate_pass2 (struct covariance *, const struct ccase *); const gsl_matrix * covariance_calculate (struct covariance *cov); +const gsl_matrix * covariance_calculate_unnormalized (struct covariance *); void covariance_destroy (struct covariance *cov);