linear-solvers
There are 31 repositories under linear-solvers topic.
ddemidov/amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
conradsnicta/armadillo-code
Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net
SciML/LinearSolve.jl
LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
EricDarve/numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
numeric-rust/numeric
N-dimensional matrix class for Rust
nikola-m/freeCappuccino
A three-dimensional unstructured finite volume code for fluid flow simulations.
polyfem/polysolve
Easy-to-use linear and non-linear solver
hpsim/OGL
The OpenFOAM Ginkgo Layer
c-f-h/ilupp
A C++/Python library for incomplete LU factorizations based on Jan Mayer's ILU++
ctkelley/MultiPrecisionArrays.jl
Mulitprecision Arrays
xiaohongchen1991/krylov-solvers
A simple C++ library of Krylov subspace methods for solving linear systems
real-space/tfQMRgpu
A CUDA implementation of the transpose-free Quasi-Minimal Residual method
SiMoM0/linear_solver
A simple linear solver for the simplex method in tableau form and gomory's cut.
YiZhangCUG/liblcg
C++ Library of the Linear Conjugate Gradient Methods (LibLCG)
real-space/AngstromCube
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
zurutech/stand
StAnD: A Dataset of Linear Static Analysis Problems
akshay-madar/mixed-integer-programming
Implemented MILP for profit optimization as part of prescriptive analytics solution for NY based Fortune 200 CPG industry partner, using branch-and-bound algorithm
ulagbulag/or-tools-rs
Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
tirimatangi/LazyMath
Complex Conjugate Gradient linear solver and Levenberg-Marquardt minimizer with and without constraints in C++
ErikQQY/AlmostBlockDiagonals.jl
Almost block diagonal matrices factorization and solving in Julia
bettoalsur/FEM-project
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
connorkauf/simulicore
Compact Software Suite for Scientific Development - Linear Algebra
thilinarmtb/lsbench
Repository for benchmarking linear solvers on GPU.
AmeanAsad/linear-system-solver
A Linear system solver built using Gaussian Elimination.
KCCFD/SPAxb_PETSc
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
leesfy/qr_decomp
QR decomposition using Householder reflections
MalikSploit/Pivot_De_Gauss_En_C
Programme qui résoud un systéme linéaire par la méthode du pivot de gauss
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
niranjana-sundararajan/linear-solvers
A tool to solve a linear system A*X = B using different numerical methods
marvinpfoertner/2024-pn-spring-school
Practical session on implementing probabilistic linear solvers at the Probabilistic Numerics Spring School 2024
nobuyuki83/del-ls
Sparse linear solver for research prototyping