diff --git a/cpp/Matrix.cpp b/cpp/Matrix.cpp index 50e0274c2..65bed6976 100644 --- a/cpp/Matrix.cpp +++ b/cpp/Matrix.cpp @@ -618,7 +618,8 @@ Matrix inverse_square_root(const Matrix& A) { svd(A,U,S,V); // invert and sqrt diagonal of S - for(size_t i = 0; i