diff options
Diffstat (limited to 'src/mathfunc.cpp')
-rw-r--r-- | src/mathfunc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |