sparse-linear-solver
There are 16 repositories under sparse-linear-solver topic.
hiroyuki-kasai/SparseGDLibrary
MATLAB library of gradient descent algorithms for sparse modeling: Version 1.0.3
ruvnet/sublinear-time-solver
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.
sergiud/SuiteSparse
SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support
flaport/klujax
Solve sparse linear systems in JAX using the KLU algorithm
OpenMendel/MendelIHT.jl
Iterative hard thresholding for l0 penalized regression
huiscliu/sxamg
Algebraic Multigrid (AMG) Solver Library
real-space/tfQMRgpu
A CUDA implementation of the transpose-free Quasi-Minimal Residual method
real-space/AngstromCube
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
huiscliu/itsol
ITerative SOLvers package
th1275/sparse_numba
A customized sparse solver wrapper with Numba compatibility
rwl/lufact_rs
Sparse LU factorization with partial pivoting in Rust
DhruvSrikanth/Conjugate-Gradient-Simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.
frenkowski/Cholesky_Decomposition
Comparison of Sparse Linear Systems solvers via Cholesky Decomposition.
cfwen/SuiteSparse
a mirror of SuiteSparse
DhruvSrikanth/MapReduceSparseSolver
An Go native implementation of the Map Reduce parallel framework for a sparse linear solver utilizing conjugate gradient to solve the Poisson equation.
Technologicat/PySPQR
Python wrapper for the sparse QR decomposition in SuiteSparseQR.