-
- Downloads
Merge branch 'feature/linear-systems' into 'develop'
Feature/linear systems See merge request !26
No related branches found
No related tags found
Showing
- src/algebra/BiCGStab.hpp 77 additions, 0 deletionssrc/algebra/BiCGStab.hpp
- src/algebra/CRSMatrix.hpp 66 additions, 0 deletionssrc/algebra/CRSMatrix.hpp
- src/algebra/PCG.hpp 96 additions, 0 deletionssrc/algebra/PCG.hpp
- src/algebra/SparseMatrixDescriptor.hpp 145 additions, 0 deletionssrc/algebra/SparseMatrixDescriptor.hpp
- src/algebra/Vector.hpp 187 additions, 0 deletionssrc/algebra/Vector.hpp
- tests/CMakeLists.txt 5 additions, 0 deletionstests/CMakeLists.txt
- tests/test_BiCGStab.cpp 93 additions, 0 deletionstests/test_BiCGStab.cpp
- tests/test_CRSMatrix.cpp 138 additions, 0 deletionstests/test_CRSMatrix.cpp
- tests/test_PCG.cpp 109 additions, 0 deletionstests/test_PCG.cpp
- tests/test_SparseMatrixDescriptor.cpp 168 additions, 0 deletionstests/test_SparseMatrixDescriptor.cpp
- tests/test_Vector.cpp 265 additions, 0 deletionstests/test_Vector.cpp
- tests/test_main.cpp 3 additions, 0 deletionstests/test_main.cpp
Loading
Please register or sign in to comment