A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.
-
Updated
Nov 7, 2022 - Python
A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.
Repository of the paper "Accelerating Transformer Inference for Translation via Parallel Decoding"
Introduction to Numerical methods
Introduction to Numerical methods
Exemple d'itérations de la méthode de Jacobi pour la résolution du système linéaire AX=B
Python implementation of image inpainting using Jacobi and SOR methods for the 2D Laplace equation, with optimal ω calculation for SOR. Part of Numerical Linear Algebra course (Summer 2025, BTU). Details in README.
A 2D incompressible Navier-Stokes solver for the classic lid-driven cavity problem, implemented with finite difference method, Runge-Kutta time integrator, and projection method for pressure.
Implementation of the Jacobi and Gauss-Seidel iterative methods
a program that solves linear system of equation using different methods (Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, Jacobi Iteration)
Add a description, image, and links to the jacobi-iteration topic page so that developers can more easily learn about it.
To associate your repository with the jacobi-iteration topic, visit your repo's landing page and select "manage topics."