X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcovariance-matrix.h;h=c16e5cbc4dfde7d3056b05a32363769e43175251;hb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;hp=22f979c595c0baf76974fcba537cb7423bac9c52;hpb=e051d2cccc85e4ae2c46bddc7c674676ba7a5515;p=pspp-builds.git diff --git a/src/math/covariance-matrix.h b/src/math/covariance-matrix.h deleted file mode 100644 index 22f979c5..00000000 --- a/src/math/covariance-matrix.h +++ /dev/null @@ -1,34 +0,0 @@ -/* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -/* - Create covariance matrices for procedures that need them. - */ - -#ifndef COVARIANCE_MATRIX_H -#define COVARIANCE_MATRIX_H - -#include "design-matrix.h" - -struct design_matrix * -covariance_matrix_create (int, const struct variable *[]); - -void covariance_matrix_destroy (struct design_matrix *); - -void covariance_pass_two (struct design_matrix *, double, - double, double, const struct variable *, - const struct variable *, const union value *, const union value *); -#endif