aboutsummaryrefslogtreecommitdiff
path: root/src/mathfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mathfunc.h')
-rw-r--r--src/mathfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mathfunc.h b/src/mathfunc.h
index 98c0e35..84f3186 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.h
@@ -30,6 +30,7 @@ double VectorVar (const gsl_vector *v);
void CenterMatrix (gsl_matrix *G);
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 CenterVector (gsl_vector *y);
void CenterVector (gsl_vector *y, const gsl_matrix *W);