There are 0 repository under linear-system-solver topic.
LinBox - C++ library for exact, high-performance linear algebra
A complete example of batched refactorization in cuSOLVER.
C++ Library of the Linear Conjugate Gradient Methods (LibLCG)
Implementations or wrappers for linear algebra operations in C#
Python implementation of Cholesky Decomposition
A near-term quantum algorithm for solving linear systems of equations based on the Woodbury identity
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
asymmetric linear system solver by using BiCGSTAB method with diagonal preconditioning.
Parallel Sparsity-Pattern-Levearaging linear system solver
Export lattice gauge configurations to Mathematica and analyze.
Compute the inverse of a matrix using the Gauss-Jordan method.
Numerical analysis algorithms
My solutions to AUT Applied Linear Algebra course programming assignments
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.
Implementação do algoritmo da eliminação de Gauss para a resolução de sistemas lineares.
Programa em python para realizar o passo a passo do processo de escalonamento de matrizes pelo método da eliminação gauss-Jordan
A C++ iterative linear systems solver
Rust implementation of a 2D MAC fluid solver with PCG based linear solver.
Numerical methods and solutions
A Linear system solver built using Gaussian Elimination.
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.
Численные методы. МИЭТ
Projetos da matéria MAC0300 do IME-USP.
This repository contains numerical methods for finding solutions of a nonlinear equation, as well as nonlinear and linear equations' systems.
A collection of Numerical Methods implemented in Racket. Includes Root Finders, ODE Solvers, Linear System Solvers, etc. as well as Applications/Demos.
Contains useful methods to manipulate on data of matrix type
numerical methods implementation via MATLAB
Some stuff showing some (useless) research for making a linear equation solving algorithm
Parallel Solver for linear ODEs using Finite Difference method. Uses MPI and MUtifrontal Massively Parallel sparse Solver (MUMPS) for solving linear systems.
A flask application to perform some linear algebra algorithms
Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods
Exam project for "Advanced Programming" @ UniTS & SISSA
Linear system solver using multi-processor parallelism in MPI