Ceci est le code source en langage C d'un projet pour la resoution d'un systeme AX=B avec les methodes de: Gauss, pivotation partielle, pivotation totale, decomposition LU, decomposition Cholesky, Jacobi, Gauss-Seidel, SOR, Gradient a pas optimal, gradient a pas fixe, gradient conjugue.
This is the C-language source code for a project for solving an AX=B system using Gaussian elimination, partial pivoting, complete pivoting, LU decompostion, LLt decomposition, Jacobi, Gauss-Seidel and SOR (successive over relaxation) methods. Added 3 gradient descent methods: conjugate gradient, optimal parameter gradient and constant parameter gradient
Just run the main.c file
Each method is in its own header file