diff --git a/doc/html/main_8cpp.html b/doc/html/main_8cpp.html index 9e64142..03970df 100644 --- a/doc/html/main_8cpp.html +++ b/doc/html/main_8cpp.html @@ -79,7 +79,10 @@ $(function() { More...
#include <cassert>#include <cmath>#include <ctime>#include <iostream>#include <omp.h>#include <ostream>#include "utils.hpp"#include "matrix.hpp"#include "jacobi.hpp"Main program for Project 2.
-The program performs the Jacobi rotation method. The size of the matrix, and number of transformations performed are written to file. Eigenvector correstonding to the 3 smallest eigenvalues for matrices of size 6x6 and 100x100 are written to file.
+The program performs the Jacobi rotation method. The size of the matrix, and number of transformations performed are written to file. Eigenvector corresponding to the 3 smallest eigenvalues for matrices of size 6x6 and 100x100 are written to file.
diff --git a/doc/html/matrix_8hpp.html b/doc/html/matrix_8hpp.html index 2063274..cb22542 100644 --- a/doc/html/matrix_8hpp.html +++ b/doc/html/matrix_8hpp.html @@ -82,6 +82,7 @@ $(function() {Function prototypes for creating tridiagonal matrices. More...
#include <armadillo>#include <omp.h>Go to the source code of this file.