-
- Downloads
Add LeastSquareSolver
This is a simple class that choose the resolution strategy according to the number of rows and columns of the matrix
Showing
- src/algebra/CMakeLists.txt 1 addition, 0 deletionssrc/algebra/CMakeLists.txt
- src/algebra/LeastSquareSolver.cpp 26 additions, 0 deletionssrc/algebra/LeastSquareSolver.cpp
- src/algebra/LeastSquareSolver.hpp 17 additions, 0 deletionssrc/algebra/LeastSquareSolver.hpp
- src/language/algorithms/ElasticityDiamondAlgorithm.cpp 31 additions, 8 deletionssrc/language/algorithms/ElasticityDiamondAlgorithm.cpp
- src/language/algorithms/Heat5PointsAlgorithm.cpp 3 additions, 5 deletionssrc/language/algorithms/Heat5PointsAlgorithm.cpp
- src/language/algorithms/HeatDiamondAlgorithm.cpp 5 additions, 7 deletionssrc/language/algorithms/HeatDiamondAlgorithm.cpp
- tests/test_CG.cpp 0 additions, 113 deletionstests/test_CG.cpp
- tests/test_LeastSquareSolver.cpp 77 additions, 0 deletionstests/test_LeastSquareSolver.cpp
Loading
Please register or sign in to comment