X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcovariance.h;h=ed5b3ee73426951d0084eb5df20f8492db541cb7;hb=dc29c57e7908b0bdc6ab84f8aa4b7cb8a780026c;hp=6ec645b7e27009df8b195aa96ef32604795e46e8;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/math/covariance.h b/src/math/covariance.h index 6ec645b7e2..ed5b3ee734 100644 --- a/src/math/covariance.h +++ b/src/math/covariance.h @@ -47,7 +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); - -void covariance_get_var_indices (const struct covariance *cov, struct variable **vars); size_t covariance_dim (const struct covariance * cov); + #endif