Python library for optimized interpolation.
-
Updated
Nov 8, 2024 - C++
Python library for optimized interpolation.
Density Functional Theory in real space, for atoms, LDA and LSDA
Projected Overrelaxed Jacobi (JORProx) and Gauss-Seidel (SORProx) GPU implementations.
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
Solving the load flow problem using Guass-Seidel iterative method. Written in C++.
A mathematic implementation in c++
Serial and Parallel numerical methods for solving partial differential equations using finite differences with OpenMP. Implementation of the serial and parallel Jacobi and Gauss-Seidel methods for solving linear systems. Implementation of the Additive Schwarz and Restricted Additive Schwarz methods for domain decomposition.
Solution of Fredholm integral equation of 2nd kind with midpoint rectangle interpolation & Gauss–Seidel method
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
Gauss–Seidel algorithm for electrostatic fields
Algorithm to compare numerical methods (Gauss Jacobi and Gauss Seidel), using implementation sequential and parallel ( C++ and OpenMP ).
Gauss-Seidal-Method
Paper on application of DTMC and code to implement gaussian techniques.
Linear algebra library which outputs step-by-step calculations in the terminal.
Simulation of the n-component twin-bulb diffusion experiment using the finite volume method.
We implemented 4 iterative methods in C++: Jacobi, Gauss-Seidel, Conjugate Gradient and GMRES
Minha implementação em C++ do método dos mínimos quadrados (least squares).
Serial Normal Equation Solver for linear regression using Gauss Elimination and Gauss Sidel methods
Add a description, image, and links to the gauss-seidel topic page so that developers can more easily learn about it.
To associate your repository with the gauss-seidel topic, visit your repo's landing page and select "manage topics."