X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcovariance.h;h=ed5b3ee73426951d0084eb5df20f8492db541cb7;hb=4010cd95ae15efa542a324c4c2081b19ab10b902;hp=4eb2f3f6483f0cc4a4edbdd865dd9c3b1dfd0c31;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp-builds.git diff --git a/src/math/covariance.h b/src/math/covariance.h index 4eb2f3f6..ed5b3ee7 100644 --- a/src/math/covariance.h +++ b/src/math/covariance.h @@ -47,5 +47,6 @@ void covariance_destroy (struct covariance *cov); const gsl_matrix *covariance_moments (const struct covariance *cov, int m); const struct categoricals * covariance_get_categoricals (const struct covariance *cov); +size_t covariance_dim (const struct covariance * cov); #endif