-
- Downloads
Replace DenseMatrix by SmallMatrix
Fixes #24 On the way added - SmallArray: which is intend to deal with "small" dynamic data sets which follow Kokkos semantic - SmallVector which is the companion vector class for DenseMatrix These tools are made to define "small" linear systems (defined locally on some items).
parent
0e179211
Branches
Tags
Showing
- src/algebra/EigenvalueSolver.cpp 10 additions, 10 deletionssrc/algebra/EigenvalueSolver.cpp
- src/algebra/EigenvalueSolver.hpp 14 additions, 12 deletionssrc/algebra/EigenvalueSolver.hpp
- src/algebra/LinearSolver.cpp 2 additions, 1 deletionsrc/algebra/LinearSolver.cpp
- src/algebra/LinearSolver.hpp 6 additions, 9 deletionssrc/algebra/LinearSolver.hpp
- src/algebra/PETScUtils.cpp 11 additions, 9 deletionssrc/algebra/PETScUtils.cpp
- src/algebra/PETScUtils.hpp 4 additions, 2 deletionssrc/algebra/PETScUtils.hpp
- src/algebra/SmallMatrix.hpp 52 additions, 75 deletionssrc/algebra/SmallMatrix.hpp
- src/algebra/SmallVector.hpp 216 additions, 0 deletionssrc/algebra/SmallVector.hpp
- src/utils/SmallArray.hpp 144 additions, 0 deletionssrc/utils/SmallArray.hpp
- tests/CMakeLists.txt 1 addition, 1 deletiontests/CMakeLists.txt
- tests/test_DenseMatrix.cpp 0 additions, 470 deletionstests/test_DenseMatrix.cpp
- tests/test_EigenvalueSolver.cpp 13 additions, 13 deletionstests/test_EigenvalueSolver.cpp
- tests/test_LinearSolver.cpp 40 additions, 40 deletionstests/test_LinearSolver.cpp
- tests/test_PETScUtils.cpp 4 additions, 4 deletionstests/test_PETScUtils.cpp
- tests/test_SmallArray.cpp 285 additions, 0 deletionstests/test_SmallArray.cpp
Loading
Please register or sign in to comment