-
Updated
Apr 13, 2017 - Fortran
linear-system-solver
Here are 41 public repositories matching this topic...
asymmetric linear system solver by using LU decomposition+ partial pivoting.
-
Updated
Feb 7, 2018 - Fortran
Parallel Solver for linear ODEs using Finite Difference method. Uses MPI and MUtifrontal Massively Parallel sparse Solver (MUMPS) for solving linear systems.
-
Updated
Dec 18, 2023 - C++
Comparison of sparse linear systems solvers via Cholesky Decomposition in C++ and Matlab
-
Updated
Mar 29, 2021 - HTML
Analysis and implementation of the GMRES iterative method for solving sparse linear systems. Numerical Methods course project of Facultad de Ingenieria - UDELAR.
-
Updated
Nov 29, 2021 - Python
Repositório com implementações de métodos numéricos em Python desenvolvido ao longo da disciplina DCC008X - Cálculo Numérico
-
Updated
Jan 18, 2023 - Python
A program that solves linear systems of equations.
-
Updated
Jan 31, 2023 - C
This repository is created for Penn State course CSE 597 Implementation of Parallel Computer Codes
-
Updated
Jun 9, 2022 - C++
a program that solves linear system of equation using different methods (Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, Jacobi Iteration)
-
Updated
Feb 18, 2023 - Python
Exam project for "Advanced Programming" @ UniTS & SISSA
-
Updated
Feb 22, 2024 - C++
Simple GUI program for solving systems of linear equations (real and complex)
-
Updated
Jan 2, 2018 - Java
This repository contains code for performing Gaussian elimination using two types of algorithms. For more details see README.md
-
Updated
Sep 25, 2024 - C++
numerical methods implementation via MATLAB
-
Updated
Apr 6, 2024 - MATLAB
Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods
-
Updated
May 1, 2024 - MATLAB
A C program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.
-
Updated
Jun 26, 2020 - C
Contains useful methods to manipulate on data of matrix type
-
Updated
Mar 17, 2024 - Java
A collection of Numerical Methods implemented in Racket. Includes Root Finders, ODE Solvers, Linear System Solvers, etc. as well as Applications/Demos.
-
Updated
Jan 10, 2018 - Racket
Implementação do algoritmo da eliminação de Gauss para a resolução de sistemas lineares.
-
Updated
Jun 19, 2018 - Java
This repository contains numerical methods for finding solutions of a nonlinear equation, as well as nonlinear and linear equations' systems.
-
Updated
Oct 22, 2020 - Python
A Linear system solver built using Gaussian Elimination.
-
Updated
Jan 26, 2022 - Python
Improve this page
Add a description, image, and links to the linear-system-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linear-system-solver topic, visit your repo's landing page and select "manage topics."