jacobi
There are 57 repositories under jacobi topic.
JuliaApproximation/FastTransforms.jl
:rocket: Julia package for orthogonal polynomial transforms :snowboarder:
MikaelSlevinsky/FastTransforms
:bullettrain_front: Fast orthogonal polynomial transforms :surfer:
shayneobrien/numerical-methods
Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and more.
ramesaliyev/numerica
Numerical analysis methods implemented in Python.
jewettaij/jacobi_pd
a short, simple public-domain header-only C++ eigensolver library for real symmetric matrices
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.
shahzaibk23/Numerical-Computing-Python
Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.
joaomlneto/cpds-heat
Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
minar09/parallel-computing
Parallel computing: Jacobi and Gauss-Seidel implementation with OpenMP and MPI
bissim/Jacobi-MPI
Academic project for the course of Concurrent, Parallel and Cloud Programming.
mcanalesmayo/jacobi-mpi
Distributed and multithreaded implementation (OpenMPI and OpenMP) of a thermal transmission simulation in 2D space by using the Jacobi method
veximtokora/WR_JacobiEigen
Jacobi rotations algorithm for eigen values and eigen vectors computation
labgua/jacobi-mpi
Progetto di programmazione concorrente e parallela su cloud. Professore: Vittorio Scarano
meysam81/Gauss-Seidel-Jacobi-Method
A mathematic implementation in c++
Sitaras/Parallel-Systems-Project
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
fremling/jacobi-theta-function-fortran
Stand alone fortran code for jacobi elliptic theta funcitons
machulsky61/SOR-Method
This project investigates convergence for solving linear systems. It implements Jacobi and SOR methods, explores convergence, optimizes performance via ω, and analyzes spectral radius/determinant. It aims to enhance iterative method efficiency for linear systems.
Bartosz-Gorka-Archive/MetodaJacobiegoDelphi
Rozwiązywanie układów równań liniowych metodą Jacobiego przygotowane w języku Delphi.
dilippuri/PageRank
Implementation of Page Rank algorithm and calculate the rank of various connected pages
hliadis/Parallel-and-Distributed-Computation
Parallel computing methods using C (7th semester)
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.
lengdanran/NumericalAnalysis
数值分析简要算法实现
LLIEPJIOK/matrix-iteration
Iteration methods for linear equations
Riddhiman2005/Jacobi-and-Lagrangian-formulation-of-the-Classical-Cosmological-Equations
In this paper, we focus on a specific problem related to the calculus of variations, which deals with finding the Lagrangian function that, when used in the Euler-Lagrange equation, produces a given differential equation
a-sidorova/gpu_opencl_cource
Course Programming on new Architecture-1 (GPU), autumn 2021
CorridoniMatias/siel
SIstema de Ecuaciones Lineales - Calculador de soluciones para ecuaciones lineales de cualquier grado
felipegimenezsilva/Parallel-Numerical-Methods
Algorithm to compare numerical methods (Gauss Jacobi and Gauss Seidel), using implementation sequential and parallel ( C++ and OpenMP ).
giannhskp/Parallel-Systems-Project
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
KAVAN-DESAI/Steady-State-Network-Flow
This gives steady state Network Flow from the given Pref-Defined Network Flow of a System. And a Python implementation of Larry Page's famous PageRank algorithm.
luigidisotto/poisson-solver
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
machulsky61/Linear-Algebra
Computational Linear Algebra course covering topics like iterative methods, matrix decompositions, and applications. It includes theoretical concepts, practical exercises, and code. Advanced methods like QR factorization, spectral theorem, and iterative solvers for linear systems.
MaorAssayag/Matlab
MATLAB
petera3d/BoundingSphereFromDirectionOfMaximumSpread
Create Bounding Sphere from 3d points using covariance matrix and jacobi rotation matrix algorithm
The-Mooncake/ComputeFluidSim
Unreal fluid simulation using compute shaders.
XuchenSun/Concurrent-Computing
Some Program about concurrent computing