gauss-seidel-iteration
There are 9 repositories under gauss-seidel-iteration topic.
divyanshu-talwar/Numerical-Methods
Implementation of well-known numerical methods.
KamruzzamanAsif/Numerical_Analysis
Numerical Analysis
kuldeep-tolia/OpenACC_FORTRAN_Codes
OpenACC GPU parallelization for various numerical methods and miscellaneous problems using FORTRAN
kuldeep-tolia/OpenMP_C_Codes
OpenMP parallelization for various numerical methods and miscellaneous problems using C
Rian-Freitas/iterative-methods-scilab
A sort of functions in Scilab so as to execute the iterative methods for sparse linear systems.
kuldeep-tolia/MPI_FORTRAN_Codes
MPI parallelization for various numerical methods and miscellaneous problems using FORTRAN
kuldeep-tolia/OpenACC_C_Codes
OpenACC GPU parallelization for various numerical methods and miscellaneous problems using C
kuldeep-tolia/OpenMP_FORTRAN_Codes
OpenMP parallelization for various numerical methods and miscellaneous problems using FORTRAN
MichaelFish199/GaussSeidelIteration-Implementation
GaussSeidelIteration-Implementation is a project that demonstrates the implementation of the Gauss-Seidel iterative numerical method in the C programming language. This method is used to solve systems of linear equations and is known for its convergence properties and efficiency.