-
- Downloads
ENH: Add linear solvers
Adds base class for linear and iterative Adds conjugate gradient solver that is based on Eigen library
Showing
- Base/Solvers/imstkConjugateGradient.cpp 105 additions, 0 deletionsBase/Solvers/imstkConjugateGradient.cpp
- Base/Solvers/imstkConjugateGradient.h 102 additions, 0 deletionsBase/Solvers/imstkConjugateGradient.h
- Base/Solvers/imstkIterativeLinearSolver.cpp 106 additions, 0 deletionsBase/Solvers/imstkIterativeLinearSolver.cpp
- Base/Solvers/imstkIterativeLinearSolver.h 87 additions, 0 deletionsBase/Solvers/imstkIterativeLinearSolver.h
- Base/Solvers/imstkLinearSolver.cpp 54 additions, 0 deletionsBase/Solvers/imstkLinearSolver.cpp
- Base/Solvers/imstkLinearSolver.h 69 additions, 0 deletionsBase/Solvers/imstkLinearSolver.h
Loading
Please register or sign in to comment