24 results for “topic:iterative-solvers”
Rust + WASM sublinear-time solver for asymmetric diagonally dominant systems. Exposes Neumann series, push, and hybrid random-walk algorithms with npm/npx CLI and Flow-Nexus HTTP streaming for swarm cost propagation and verification.
Easy-to-use linear and non-linear solver
Iterative linear solver for dense/compressed systems with domain decomposition methods.
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.
Python Notebook for a "geometric multigrid solver"
A Python-based Blended sEamLess soLver for Atmospheric dynamics coupled to an ensemble data assimilation engine
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
BLIT - a library of block (multiple-right-hand-side) iterative sparse linear solvers
Matlab code for block iterative solvers for the DC resistivity equations.
No description provided.
Solver library for computational mechanics problems
Numerical Techniques (Matrix Decomposition, Matrix Equation Solvers, Inversion, Iterative Root Finding), All Implemented from scratch in Python
Python interface for htool
Iterative solvers with MPI parallelization
Numerical solver for 2D Poisson equation using finite difference methods. Compares direct vs iterative solvers (Jacobi, Gauss-Seidel, SOR) with convergence analysis and performance benchmarks. Built for my Numerical Analysis semester project.
Implementation of a Krylov-subspace-like solver for systems of shifted linear problems.
Serial and OpenMP-parallel implementation of the BiCGStab iterative solver for large sparse indefinite linear systems, focusing on efficient sparse matrix-vector multiplication, strong scaling, and reproducible performance benchmarking.
Iterative Solvers for Linear Systems (code for capstone project).
A CLI picross game.
🔍 Solve large sparse indefinite linear systems efficiently with parallel BiCGStab solvers for better performance in scientific computing applications.
Ultra fast BSE solver.
WGPU port of the WebGPU PCG + Block-Jacobi solver core.
Chinese translation of `Templates for the Solution of Algebraic Eigenvalue Problems: a Practical Guide`.
Iterative solvers for linear systems in Rust, focused on clarity, correctness, and learning numerical algorithms (CG, PCG, Jacobi, Block-Jacobi).