GitHub topics: linear-solvers
FerrarioChristian/iterative-linear-solver
Iterative linear solver library for Python
Language: Python - Size: 13.1 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ctkelley/MultiPrecisionArrays.jl
Mulitprecision Arrays
Language: Julia - Size: 15.4 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 11 - Forks: 3

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.
Language: Julia - Size: 7.42 MB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 259 - Forks: 61

hpsim/OGL
The OpenFOAM Ginkgo Layer
Language: C++ - Size: 2.06 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 34 - Forks: 12

conradsnicta/armadillo-code
Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net
Size: 10.7 KB - Last synced at: 16 days ago - Pushed at: 12 months ago - Stars: 500 - Forks: 123

ddemidov/amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
Language: C++ - Size: 7.87 MB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 793 - Forks: 123

ErikQQY/AlmostBlockDiagonals.jl
Almost block diagonal matrices factorization and solving in Julia
Language: Julia - Size: 41 KB - Last synced at: 25 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

polyfem/polysolve
Easy-to-use linear and non-linear solver
Language: C++ - Size: 774 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 51 - Forks: 20

c-f-h/ilupp
A C++/Python library for incomplete LU factorizations based on Jan Mayer's ILU++
Language: C++ - Size: 773 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 29 - Forks: 13

numeric-rust/numeric
N-dimensional matrix class for Rust
Language: Rust - Size: 984 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 62 - Forks: 9

ulagbulag/or-tools-rs
Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
Language: Rust - Size: 78.1 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

zurutech/stand
StAnD: A Dataset of Linear Static Analysis Problems
Language: C++ - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

real-space/AngstromCube
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
Language: C++ - Size: 32.3 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 2

xiaohongchen1991/krylov-solvers
A simple C++ library of Krylov subspace methods for solving linear systems
Language: C++ - Size: 32.2 KB - Last synced at: 18 days ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 1

nobuyuki83/del-ls
Sparse linear solver for research prototyping
Language: Rust - Size: 39.1 KB - Last synced at: 5 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

KCCFD/SPAxb_PETSc
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
Language: C++ - Size: 83 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

connorkauf/simulicore
Compact Software Suite for Scientific Development - Linear Algebra
Language: C++ - Size: 3.48 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

niranjana-sundararajan/linear-solvers
A tool to solve a linear system A*X = B using different numerical methods
Language: C++ - Size: 10.7 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

real-space/tfQMRgpu
A CUDA implementation of the transpose-free Quasi-Minimal Residual method
Language: C++ - Size: 918 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 9 - Forks: 1

nikola-m/freeCappuccino
A three-dimensional unstructured finite volume code for fluid flow simulations.
Language: Fortran - Size: 27.5 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 49 - Forks: 25

bettoalsur/FEM-project
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
Language: JavaScript - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

EricDarve/numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
Language: Jupyter Notebook - Size: 23.9 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 92 - Forks: 37

thilinarmtb/lsbench
Repository for benchmarking linear solvers on GPU.
Language: C - Size: 9.56 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

tirimatangi/LazyMath
Complex Conjugate Gradient linear solver and Levenberg-Marquardt minimizer with and without constraints in C++
Language: C++ - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

SiMoM0/linear_solver
A simple linear solver for the simplex method in tableau form and gomory's cut.
Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

MalikSploit/Pivot_De_Gauss_En_C
Programme qui résoud un systéme linéaire par la méthode du pivot de gauss
Language: C - Size: 532 KB - Last synced at: about 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

AmeanAsad/linear-system-solver
A Linear system solver built using Gaussian Elimination.
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lnugraha/mtx-toolbox
A repository dedicated for deciphering matrices stored in mtx format (from Matrix Market)
Language: C++ - Size: 411 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
