From edde2bcf6088ff972d8e62d047dd7980a63f09c8 Mon Sep 17 00:00:00 2001 From: Vincent Aymong Date: Thu, 6 Jul 2017 15:04:00 -0400 Subject: [PATCH] Fix a comment --- glm/gtx/matrix_factorisation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/matrix_factorisation.hpp b/glm/gtx/matrix_factorisation.hpp index c553c121..3c66776e 100644 --- a/glm/gtx/matrix_factorisation.hpp +++ b/glm/gtx/matrix_factorisation.hpp @@ -26,7 +26,7 @@ /* Suggestions: - - Move helper functions flipud and flip lr to another file: They may be helpful in more general circumstances. + - Move helper functions flipud and fliplr to another file: They may be helpful in more general circumstances. - Implement other types of matrix factorisation, such as: QL and LQ, L(D)U, eigendecompositions, etc... */