Fix a comment

This commit is contained in:
Vincent Aymong 2017-07-06 15:04:00 -04:00
parent 80bd3f16c1
commit edde2bcf60

View file

@ -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...
*/