User Details
User Details
- User Since
- Oct 31 2016, 10:37 (425 w, 1 d)
- Availability
- Available
- Organization
- epfl.ch (university)
Dec 14 2018
Dec 14 2018
Extended readme
Reorganized repo
Slight changes to cli program
Changed description of methods
Bibs committed R7934:d46187a89a17: Io version can be ran now with 4,5 or 6 arguments (x0,tol,max_iter) (authored by Bibs).
Io version can be ran now with 4,5 or 6 arguments (x0,tol,max_iter)
Dec 13 2018
Dec 13 2018
Uncompressed version of last commit
Added user warnings for cli version
Bibs committed R7934:41e68f674211: Makefile removes data output files,improved output functions (authored by Bibs).
Makefile removes data output files,improved output functions
Bibs committed R7934:c22d9fe8bb3f: Factored code, makefile now removes executables, improved i-o functions (authored by Bibs).
Factored code, makefile now removes executables, improved i-o functions
Working version of final program
Deleted googletest install folder ...
Doxygen comments for io.hpp and LinSys.hpp
Bibs committed R7934:6526fc527eb6: Doxygen comments for Vector_Matrix header file (authored by Bibs).
Doxygen comments for Vector_Matrix header file
Bibs committed R7934:48fbc03c4305: Second version of algo using file inputs/outputs (authored by Bibs).
Second version of algo using file inputs/outputs
Bibs committed R7934:e27c56953a5e: Changed Makefile Can now use file input and file output (authored by Bibs).
Changed Makefile Can now use file input and file output
Dec 12 2018
Dec 12 2018
Implemented and tested Makefile
Bibs committed R7934:4f95a1b1fac8: Implemented error tracking during algorithm to detect divergence (authored by Bibs).
Implemented error tracking during algorithm to detect divergence
Bibs committed R7934:9d28673ddd3e: Can now solve lin system with another method without aborting program (authored by Bibs).
Can now solve lin system with another method without aborting program
Added command to display evolution of error
Transfer of cli from main onto io.cpp
Implemented command line interface
Dec 11 2018
Dec 11 2018
Bibs committed R7934:a9bd6f84d4a7: Successfully implemented and tested all methods into an abstract class (authored by Bibs).
Successfully implemented and tested all methods into an abstract class
Bibs committed R7934:3119ff25c92e: Added Richardson method to the abstract class (authored by Bibs).
Added Richardson method to the abstract class
Added Jaccobi method to the abstract class
Bibs committed R7934:cd62858fc5e5: Added Gauss Siedel method to the abstract class (authored by Bibs).
Added Gauss Siedel method to the abstract class
Bibs committed R7934:49603a5fce95: Deleted temp files. Combined methods into an abstract class (authored by Bibs).
Deleted temp files. Combined methods into an abstract class
Bibs committed R7934:5824e38fc868: Deleted cmake build folders. Added working version of linear system abstract… (authored by Bibs).
Deleted cmake build folders. Added working version of linear system abstract…
Dec 10 2018
Dec 10 2018
Bibs committed R7934:fe2881a8a550: Improved vector and matrix classes. Created linear system class. (authored by Bibs).
Improved vector and matrix classes. Created linear system class.
Dec 8 2018
Dec 8 2018
First version of a matrix class
Deleted hidden folder .idea/
Deleted extra filed and cmake build folders
Reorganised repo and added Vector class
Dec 6 2018
Dec 6 2018
Bibs committed R7934:35c21a250f63: Working version of Conjugate Gradient algorithm (authored by Bibs).
Working version of Conjugate Gradient algorithm
Working version of Cholesky decomposition
Output of linear system solution to terminal
Dec 5 2018
Dec 5 2018
Bibs committed R7934:5f9976a1c3b8: Cleaner LU code, need to implement permutation matrices (authored by Bibs).
Cleaner LU code, need to implement permutation matrices
Dec 3 2018
Dec 3 2018
Gauss-Jordan pivoting functions
Nov 26 2018
Nov 26 2018
Linear systems resolution documentation
Useful functions