diff --git a/Matrix.hpp b/Matrix.hpp index 1d86828..d70b892 100644 --- a/Matrix.hpp +++ b/Matrix.hpp @@ -6,6 +6,11 @@ #include #include +// TODO: Add a function to calculate eigenvalues/vectors +// TODO: Add a function to compute RREF +// TODO: Add a function for SVD decomposition +// TODO: Add a function for LQ decomposition + template class Matrix { public: /**