linear-system-solver
There are 45 repositories under linear-system-solver topic.
linbox-team/linbox
LinBox - C++ library for exact, high-performance linear algebra
zishun/cuSolverRf-batch
A complete example of batched refactorization in cuSOLVER.
YiZhangCUG/liblcg
C++ Library of the Linear Conjugate Gradient Methods (LibLCG)
CristianCosci/Cholesky_Decomposition_python
Python implementation of Cholesky Decomposition
gha3mi/forsolver
ForSolver - linear and nonlinear solvers
mgroupntua/LinearAlgebra
Implementations or wrappers for linear algebra operations in C#
omalled/quantum-woodbury
A near-term quantum algorithm for solving linear systems of equations based on the Woodbury identity
TendTo/Linear-System-Solver
A linear system of equations solver that uses Gaussian elimination implemented on OpenCL aimed to take advantage of the GPU to improve the performance on large systems
dc-fukuoka/bicgstab
asymmetric linear system solver by using BiCGSTAB method with diagonal preconditioning.
andrino-meli/ParSPL
Parallel Sparsity-Pattern-Levearaging linear system solver
bvds/gauge-field-analyze
Export lattice gauge configurations to Mathematica and analyze.
derekharrison/matrix-inverse-gj
Compute the inverse of a matrix using the Gauss-Jordan method.
mstrand1/numerical-analysis
Numerical analysis algorithms
radinshayanfar/AUT_ALA
My solutions to AUT Applied Linear Algebra course programming assignments
BlogCyberini/EliminacaoGauss
Implementação do algoritmo da eliminação de Gauss para a resolução de sistemas lineares.
FerrazArthur/Escalonar
Programa em python para realizar o passo a passo do processo de escalonamento de matrizes pelo método da eliminação gauss-Jordan
gabrielecanesi/iterative-solver
A C++ iterative linear systems solver
jackyarndley/rust-fluid
Rust implementation of a 2D MAC fluid solver with PCG based linear solver.
rafiulgits/Numerical-Analysis
Numerical methods and solutions
TLCFEM/ezp
🪢 lightweight C++ wrapper for selected distributed linear system solvers
AkramOM606/Numerical-Analysis-GUI
This project provides a graphical user interface (GUI) application for performing common numerical analysis tasks. Built with CustomTkinter for a user-friendly experience, it empowers you to solve linear systems and perform numerical integration.
AmeanAsad/linear-system-solver
A Linear system solver built using Gaussian Elimination.
Ant0in/Linear-Solver
This project implements a linear solver using triangulation methods to efficiently solve systems of linear equations. Developed for the "Calcul formel et Numérique" course INFO-F205, it focuses on reducing systems to upper triangular form for easy resolution.
BuckanovNikita/NumericalMethods
Численные методы. МИЭТ
danigfavero/metodos-numericos-de-algebra-linear
Projetos da matéria MAC0300 do IME-USP.
lucasvianav/numerical-analysis
This repository contains numerical methods for finding solutions of a nonlinear equation, as well as nonlinear and linear equations' systems.
mkierzenka/Racket_NumericalMethods
A collection of Numerical Methods implemented in Racket. Includes Root Finders, ODE Solvers, Linear System Solvers, etc. as well as Applications/Demos.
Nodrex/DataMatrix
Contains useful methods to manipulate on data of matrix type
AbdurRahman020/Numerical-Methods
numerical methods implementation via MATLAB
Devansh1106/ODE-Solver-Parallel
Parallel Solver for linear ODEs using Finite Difference method. Uses MPI and MUtifrontal Massively Parallel sparse Solver (MUMPS) for solving linear systems.
Devansh1106/Parallel-Gauss-Elimination
This repository contains code for performing Gaussian elimination using two types of algorithms. For more details see README.md
kamalsaleh/LA1-Algorithms
A flask application to perform some linear algebra algorithms
lezippo/LinearSystemsResolution
Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods
mariamgerges575/linear-system-of-equation-solver
a program that solves linear system of equation using different methods (Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, Jacobi Iteration)
saraserafino/ThomasAlgorithm-HeatDiffusionProblem
Exam project for "Advanced Programming" @ UniTS & SISSA
thiagofons/mpi-gaussian-elimination
Linear system solver using multi-processor parallelism in MPI