From 59f453afe05b0b637edeff3127fb7ef7be5944b4 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 31 Aug 2018 12:29:45 +0000 Subject: Improving readability --- src/mathfunc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mathfunc.cpp') diff --git a/src/mathfunc.cpp b/src/mathfunc.cpp index 7117700..4708ffa 100644 --- a/src/mathfunc.cpp +++ b/src/mathfunc.cpp @@ -449,7 +449,7 @@ void StandardizeVector(gsl_vector *y) { return; } -// Calculate UtX. +// Calculate UtX (U gets transposed) void CalcUtX(const gsl_matrix *U, gsl_matrix *UtX) { gsl_matrix *X = gsl_matrix_safe_alloc(UtX->size1, UtX->size2); gsl_matrix_safe_memcpy(X, UtX); -- cgit v1.2.3