|
FYS3150: Project 2
|
| ▼ include | |
| jacobi.hpp | Function prototypes for the jacobi rotation algorithm |
| matrix.hpp | Function prototypes for creating tridiagonal matrices |
| utils.hpp | Function prototypes and macros that are useful |
| jacobi.cpp | Implementation of the jacobi rotation method |
| matrix.cpp | Function prototypes for creating tridiagonal matrices |
| test_suite.cpp | Test suite for project 2 |
| utils.cpp | Implementation of the utils |