An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: jacobi-iteration

Trinkle23897/Fast-Poisson-Image-Editing

A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.

Language: Python - Size: 2.88 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 271 - Forks: 15

rezasadid753/numphp

Explore numerical methods implemented in PHP for solving equations and integrals. Enhance your understanding of numerical analysis techniques.

Language: PHP - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

teelinsan/parallel-decoding

Repository of the paper "Accelerating Transformer Inference for Translation via Parallel Decoding"

Language: Python - Size: 237 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 116 - Forks: 8

huaxiaz/Honor_Engineering_Analysis

This repository is adapt from the course materials for Honors Engineering Analysis at Northwestern University. The course is designed for Engineering first-year undergraduate students to learn about linear algebra and its applications.

Language: Jupyter Notebook - Size: 634 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

nlacey111/Numerical-Analysis

Including work from undergrad and graduate numerical analysis I and II.

Language: Jupyter Notebook - Size: 273 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

doomL/Jacobi-Parallel-MPI

The parallelization of the iterative Jacobi Method, with the MPI (Message Passing Interface) library.

Language: C++ - Size: 1.05 MB - Last synced at: 29 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

weebsuryansh/IterativeMethods

We implemented 4 iterative methods in C++: Jacobi, Gauss-Seidel, Conjugate Gradient and GMRES

Language: C++ - Size: 2.78 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

vlmarkov/Fault-Tolerance-Library

MPI user-level checkpoint library

Language: C++ - Size: 23.6 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 3

ParCoreLab/CPU-Free-model

Source code for the CPU-Free model - a fully autonomous execution model for multi-GPU applications that completely excludes the involvement of the CPU beyond the initial kernel launch.

Language: Cuda - Size: 18.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 3

zhgulden/numerical_methods

Introduction to Numerical methods

Language: Python - Size: 2.57 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 1

jeffzyliu/CUDA-programs

A collection of GPU and high-performance computing programs written in CUDA for CS89.25/189.3, a graduate-level CS course at Dartmouth.

Language: Cuda - Size: 135 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

yos-r/jacobi-iterations

Exemple d'itérations de la méthode de Jacobi pour la résolution du système linéaire AX=B

Language: Python - Size: 7.52 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MediaBilly/Poisson-Equation-Parallel-Solver

Algorithm to solve Poisson equation using parallel programming.

Language: C - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

juankg214/Metodos

Numerical Methods using Octave. Solving Linear equations, Systems of linear equations, etc.

Language: MATLAB - Size: 324 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

CorridoniMatias/siel

SIstema de Ecuaciones Lineales - Calculador de soluciones para ecuaciones lineales de cualquier grado

Language: JavaScript - Size: 3.34 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Alexgichamba/numerical-methods

Language: MATLAB - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Mvg4m61/Jacobi_Juggler

Jacobi iteration algorithm

Language: Python - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

joulook/Parallel-Processing-Spring-2021

In this repository you can find all of my projects for Parallel Processing Course when I was in 2nd semester of my master's at SUT.

Language: Java - Size: 3.27 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

ithar14/Numerical-Methods

solving numerical problems with Python/Fortran

Language: Jupyter Notebook - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kuldeep-tolia/OpenACC_FORTRAN_Codes

OpenACC GPU parallelization for various numerical methods and miscellaneous problems using FORTRAN

Language: Fortran - Size: 136 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AliValiyev/Math381-Numerical-analysis-I

I would like to showcase the group projects that were completed by my friends and myself as part of our numerical analysis course.

Language: MATLAB - Size: 705 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kuldeep-tolia/MPI_FORTRAN_Codes

MPI parallelization for various numerical methods and miscellaneous problems using FORTRAN

Language: Fortran - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

goldest-star/numerical_methods Fork of zhgulden/numerical_methods

Introduction to Numerical methods

Size: 2.57 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

kuldeep-tolia/OpenMP_FORTRAN_Codes

OpenMP parallelization for various numerical methods and miscellaneous problems using FORTRAN

Language: Fortran - Size: 299 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kuldeep-tolia/OpenMP_C_Codes

OpenMP parallelization for various numerical methods and miscellaneous problems using C

Language: C - Size: 272 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mariamgerges575/linear-system-of-equation-solver

a program that solves linear system of equation using different methods (Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, Jacobi Iteration)

Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

StarsX/PoissonSolver

DirectX 11 Poisson solvers using Jacobi iteration, conjugate gradient, and multi-grid method respectively.

Language: C++ - Size: 1.07 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 22 - Forks: 1

zsugabubus/toy-linalg-rs 📦

Language: Rust - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

fazrigading/NumericalMethods

A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.

Language: C++ - Size: 1.28 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Kjablonska/Numerical-Methods

Numerical methods algorithms developed in MATLAB

Size: 7.72 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

KamruzzamanAsif/Numerical_Analysis

Numerical Analysis

Language: C - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

john-fotis/Parallel-Programming

Study & Performance Analysis on MPI and OpenMp program, solving Poisson Equation with Jacobi Method

Language: C - Size: 6.28 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

remullo/Computational-Mathematical-Modeling-Projects-for-Scientific-Approaches

This repository is focused in some mathematical modeling techniques, such as, such as Newton`s root method, Bolzano theorem and false-position algorithm.

Language: Scilab - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

AH-Yussef/Analytica

Analytica is a web app to solve systems of linear equations using different algebraic and numerical methods. Not only showing the final solution, but all the steps involved to get that solution.

Language: JavaScript - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

Rian-Freitas/iterative-methods-scilab

A sort of functions in Scilab so as to execute the iterative methods for sparse linear systems.

Language: Scilab - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

masiiie/iterative-methods

Implementation of the Jacobi and Gauss-Seidel iterative methods

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MalikSploit/Resolution_De_Systeme_Avec_La_Methode_De_Jacobi_En_C

Programme qui résoud un systéme linéaire par la méthode de Jacobi

Language: C - Size: 415 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

NikiforovAll/JacobiEigenvalueAlgorithm

Jacobi eigenvalue algorithm openmp implementation. Symmetric eigenvalue problem.

Language: C - Size: 89.1 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

JoseCVieira/JacobiMethod-HwSw-Architecture

Implementation of Jacobi method in a co-processing architecture Hw/Sw using FPGA (Field Programmable Gate Array) ZYBO Zynq-7000 Development Board for Co-Project Hw/Sw course.

Language: VHDL - Size: 196 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

Related Keywords
jacobi-iteration 39 numerical-methods 15 openmp 7 newton-raphson 6 gauss-seidel-iteration 6 python 6 gauss-seidel 6 high-performance-computing 6 mpi 5 numerical-analysis 5 cuda 5 jacobi 5 numerical-integration 4 iterative-methods 4 secant-method 4 matrix-multiplication-parallel 4 trapezoidal-method 4 linear-algebra 4 gauss-elimination 4 fortran90 4 numpy 4 secant 3 simpson-rule 3 seidel 3 poisson-equation 3 openmp-parallelization 3 bisection-method 3 c 3 conjugate-gradient 3 parallel-computing 3 cholesky-decomposition 2 scipy 2 polynomial-interpolation 2 spline-interpolation 2 thomas-algorithm 2 tridiagonal-matrix-solver 2 gpu-acceleration 2 linear-interpolation 2 regula-falsi 2 gauss-seidel-method 2 interpolation 2 newtons-method 2 fibonacci-sequence 2 odd-even-sort 2 recursive-doubling-algorithm 2 gauss-jordan 2 jacobi-relaxation 2 multithreading 2 fixed-point-iteration 2 multicore-programming 2 lu-decomposition-method 2 bisection 2 algorithms 2 jacobi-method 2 red-black-implementation 2 lu-factorization 2 linear-equation-solver 2 cpp 2 systolic-arrays 1 mathematics 1 linear-system-solver 1 solver 1 multi-grid 1 newton 1 gpu-computing 1 multigrid 1 gauss-seidel-relaxation 1 trapezoidal-rule 1 openmpi 1 gram-schmidt 1 matrix-addition 1 openacc 1 qr-decomposition-methods 1 numerical-metho 1 stencil-computations 1 vector-addition 1 numerical-algorithms 1 canons-matrix-multiplication-algorithm 1 mpi-parall 1 numerical-derivatives 1 hybrid-programming 1 multiprocessing 1 performance-analysis 1 bissection 1 bolzano-theorem 1 matrix-solver 1 scilab-scripts 1 guass-seidel 1 javascript 1 linear-equations-solution 1 lu-decomposition 1 system-of-linear-equations 1 scilab 1 equation-systems 1 fixed-point 1 linear-solvers 1 eigenvalueproblems 1 jacobi-eigenvalues 1 co-design 1 vhdl 1