From ff1252fe3db1ba639fe148f45b0408a4f182da0d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 14 Aug 2017 07:43:07 +0000 Subject: Tests and fixes https://github.com/genetics-statistics/GEMMA/issues/26 --- src/mathfunc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mathfunc.h') diff --git a/src/mathfunc.h b/src/mathfunc.h index 29eafe4..b9f3c73 100644 --- a/src/mathfunc.h +++ b/src/mathfunc.h @@ -32,6 +32,7 @@ void CenterMatrix(gsl_matrix *G, const gsl_vector *w); void CenterMatrix(gsl_matrix *G, const gsl_matrix *W); void StandardizeMatrix(gsl_matrix *G); double ScaleMatrix(gsl_matrix *G); +double SumVector(const gsl_vector *v); double CenterVector(gsl_vector *y); void CenterVector(gsl_vector *y, const gsl_matrix *W); void StandardizeVector(gsl_vector *y); -- cgit v1.2.3