machta/EIA
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project for the subject BI-EIA.
Performance mode: ./main.exe selectTests 0 minOrder maxOrder
Correctness mode: ./main.exe selectTests 1 testFiles...
Parameters:
selectTests string designating which algorithms will be tested
'1' to run '0' to skip
example: ./main.exe 010 ... for three test cases
minOrder minimal number of equations to test
maxOrder maximal number of equations to test
testFiles files with precomputed solutions
The order of tests is:
1. GaussTrivial
2. LUTrivial
3. CholeskyTrivial
4. GaussOptimizedSimple
5. GaussOptimized
6. LUOptimizedSimple
7. CholeskyOptimizedSimple