linear-system-solver
There are 41 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.
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
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
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.
BlogCyberini/EliminacaoGauss
Implementação do algoritmo da eliminação de Gauss para a resolução de sistemas lineares.
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
dateiexplorer/solvelsoe
A program that solves linear systems of equations.
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
Gtoyos/GMRES
Analysis and implementation of the GMRES iterative method for solving sparse linear systems. Numerical Methods course project of Facultad de Ingenieria - UDELAR.
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)
nicolassoam/dcc008-numeric-calculus
Repositório com implementações de métodos numéricos em Python desenvolvido ao longo da disciplina DCC008X - Cálculo Numérico
saraserafino/ThomasAlgorithm-HeatDiffusionProblem
Exam project for "Advanced Programming" @ UniTS & SISSA
dvdmarchetti/unimib-mdcs-cholesky-decomposition-for-sparse-linear-system
Comparison of sparse linear systems solvers via Cholesky Decomposition in C++ and Matlab