From e5431ebce838e2590154f38804b4113751f55cd7 Mon Sep 17 00:00:00 2001
From: Cory
#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.