34 results for “topic:linear-solvers”
C++ library for solving large sparse linear systems with algebraic multigrid method
Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net
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.
Julia code for the book Numerical Linear Algebra
N-dimensional matrix class for Rust
Easy-to-use linear and non-linear solver
A three-dimensional unstructured finite volume code for fluid flow simulations.
The OpenFOAM Ginkgo Layer
A C++/Python library for incomplete LU factorizations based on Jan Mayer's ILU++
GPU-accelerated linear solvers based on the conjugate gradient (CG) method, supporting NVIDIA and AMD GPUs with GPU-aware MPI, NCCL, RCCL or NVSHMEM
A simple C++ library of Krylov subspace methods for solving linear systems
C++ Library of the Linear Conjugate Gradient Methods (LibLCG)
A CUDA implementation of the transpose-free Quasi-Minimal Residual method
Mulitprecision Arrays
Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
A simple linear solver for the simplex method in tableau form and gomory's cut.
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
StAnD: A Dataset of Linear Static Analysis Problems
Implemented MILP for profit optimization as part of prescriptive analytics solution for NY based Fortune 200 CPG industry partner, using branch-and-bound algorithm
In this repository is the TN HHL program, of paper https://arxiv.org/abs/2309.05290
Complex Conjugate Gradient linear solver and Levenberg-Marquardt minimizer with and without constraints in C++
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
Almost block diagonal matrices factorization and solving in Julia
A Linear system solver built using Gaussian Elimination.
Programme qui résoud un systéme linéaire par la méthode de Jacobi
Programme qui résoud un systéme linéaire par la méthode du pivot de gauss
Sparse linear solver for research prototyping
Repository for benchmarking linear solvers on GPU.
QR decomposition using Householder reflections