An open API service providing repository metadata for many open source software ecosystems.

Topic: "linear-system-solver"

linbox-team/linbox

LinBox - C++ library for exact, high-performance linear algebra

Language: C++ - Size: 221 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 88 - Forks: 27

gha3mi/forsolver

ForSolver - linear and nonlinear solvers

Language: Fortran - Size: 886 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 3

mgroupntua/LinearAlgebra

Implementations or wrappers for linear algebra operations in C#

Language: C# - Size: 2.82 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 9

omalled/quantum-woodbury

A near-term quantum algorithm for solving linear systems of equations based on the Woodbury identity

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

CristianCosci/Cholesky_Decomposition_python

Python implementation of Cholesky Decomposition

Language: Python - Size: 217 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

zishun/cuSolverRf-batch

A complete example of batched refactorization in cuSOLVER.

Language: C++ - Size: 247 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

dc-fukuoka/bicgstab

asymmetric linear system solver by using BiCGSTAB method with diagonal preconditioning.

Language: Fortran - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

TendTo/Linear-System-Solver

A linear system solver based on OpenCL aimed to take advantage of the GPU to improve the performance on large systems

Language: C - Size: 392 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

derekharrison/matrix-inverse-gj

Compute the inverse of a matrix using the Gauss-Jordan method.

Language: C++ - Size: 1.32 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

mstrand1/numerical-analysis

Numerical analysis algorithms

Language: Python - Size: 22.6 MB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

radinshayanfar/AUT_ALA

My solutions to AUT Applied Linear Algebra course programming assignments

Language: Jupyter Notebook - Size: 27.3 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

TLCFEM/ezp

🪢 lightweight C++ wrapper for selected distributed solvers

Language: C++ - Size: 43.5 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

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

Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

bvds/gauge-field-analyze Fork of Irubataru/qdp-to-openqcd

Export lattice gauge configurations to Mathematica and analyze.

Language: Mathematica - Size: 15.9 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

jackyarndley/rust-fluid

Rust implementation of a 2D MAC fluid solver with PCG based linear solver.

Language: Rust - Size: 262 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rafiulgits/Numerical-Analysis

Numerical methods and solutions

Language: Jupyter Notebook - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

BlogCyberini/EliminacaoGauss

Implementação do algoritmo da eliminação de Gauss para a resolução de sistemas lineares.

Language: Java - Size: 7.81 KB - Last synced at: 20 days ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

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.

Language: Python - Size: 17.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Nodrex/DataMatrix

Contains useful methods to manipulate on data of matrix type

Language: Java - Size: 596 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

gabrielecanesi/iterative-solver

A C++ iterative linear systems solver

Language: C++ - Size: 19.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

lucasvianav/numerical-analysis 📦

This repository contains numerical methods for finding solutions of a nonlinear equation, as well as nonlinear and linear equations' systems.

Language: Python - Size: 77.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

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.

Language: Racket - Size: 52.7 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

jp-zuniga/GaussBot

Proyecto de curso de la asignatura Álgebra Lineal.

Language: Python - Size: 3.09 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Cubix1729/linear-equation-systems

Some stuff showing some (useless) research for making a linear equation solving algorithm

Language: TeX - Size: 239 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

kamalsaleh/LA1-Algorithms

A flask application to perform some linear algebra algorithms

Language: Python - Size: 742 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

saraserafino/ThomasAlgorithm-HeatDiffusionProblem

Exam project for "Advanced Programming" @ UniTS & SISSA

Language: C++ - Size: 61.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

thiagofons/mpi-gaussian-elimination

Linear system solver using multi-processor parallelism in MPI

Language: C - Size: 740 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Devansh1106/Parallel-Gauss-Elimination

This repository contains code for performing Gaussian elimination using two types of algorithms. For more details see README.md

Language: C++ - Size: 1.24 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AbdurRahman020/Numerical-Methods

numerical methods implementation via MATLAB

Language: MATLAB - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 7.91 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 76.2 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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)

Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dateiexplorer/solvelsoe

A program that solves linear systems of equations.

Language: C - Size: 1.13 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Weiming-Hu/LinearSystemSolvers

This repository is created for Penn State course CSE 597 Implementation of Parallel Computer Codes

Language: C++ - Size: 46.2 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

AmeanAsad/linear-system-solver

A Linear system solver built using Gaussian Elimination.

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Gtoyos/GMRES

Analysis and implementation of the GMRES iterative method for solving sparse linear systems. Numerical Methods course project of Facultad de Ingenieria - UDELAR.

Language: Python - Size: 2.25 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dvdmarchetti/unimib-mdcs-cholesky-decomposition-for-sparse-linear-system

Comparison of sparse linear systems solvers via Cholesky Decomposition in C++ and Matlab

Language: HTML - Size: 38.3 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

danigfavero/metodos-numericos-de-algebra-linear

Projetos da matéria MAC0300 do IME-USP.

Language: TeX - Size: 503 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

LucaDillenburg/System-of-Linear-Equations-Solver

A C program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.

Language: C - Size: 219 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

BuckanovNikita/NumericalMethods

Численные методы. МИЭТ

Language: Jupyter Notebook - Size: 8.15 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

dc-fukuoka/lu_pivot

asymmetric linear system solver by using LU decomposition+ partial pivoting.

Language: Fortran - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ChristophReich1996/System_of_Linear_Equations_Solver_Complex_and_Real

Simple GUI program for solving systems of linear equations (real and complex)

Language: Java - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

zhouxiangni/tutorial_CollectOldReusableCodes

Language: Fortran - Size: 984 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Related Topics
linear-algebra 12 linear-systems 6 numerical-methods 6 gauss-elimination 5 fortran 4 python 4 numerical-integration 4 numerical-analysis 4 matrix 3 c 3 ode-solver 3 parallel-computing 3 mathematics 3 java 3 gaussian-elimination 3 numerical-algorithms 2 linear-systems-equations 2 cholesky-decomposition 2 lu-decomposition 2 iterative-methods 2 gauss-jordan 2 solver 2 example 2 openmp 2 mpi 2 numerical-differentiation 2 nonlinear-systems 2 mathematical-programming 2 mumps 2 sparse-linear-systems 2 gaussian-elimination-algorithm 2 matrix-calculations 2 matrix-manuplation 1 matrix-math-library 1 gui 1 matrix-inverse 1 matrix-inversion 1 linear-equation-system-solver 1 linear-system 1 linear-equation-solver 1 linear 1 cplusplus 1 step-by-step-guide 1 parallel-programming 1 complex-step-differentiation 1 finite-difference-method 1 matrix-determinant-calculation 1 matrix-data 1 data-structures 1 fluid-solver 1 conjugate-gradient 1 numerical-calculations 1 linear-solvers 1 nonlinear-equations 1 root-finding-methods 1 algebra 1 runge-kutta-methods 1 runge-kutta-adaptive-step-size 1 runge-kutta-4 1 runge-kutta 1 racket-numericalmethods 1 racket 1 scalapack 1 posvx 1 posv 1 pbsv 1 pardiso 1 hpc 1 gesvx 1 gesv 1 gbsv 1 dbsv 1 row-echelon-form 1 flask-application 1 multiprecision 1 finite-fields 1 blackbox 1 woodbury-identity 1 quantum-computing 1 vector 1 math 1 root-finding 1 lagrange-polynomial-interpolation 1 lagrange-interpolation 1 interpolation 1 hermite-interpolation 1 fixed-point 1 divided-differences 1 cubic-splines 1 adaptive 1 quasi-newton-method 1 newton-raphson 1 newton-method 1 fortran-package-manager 1 equation-solver 1 netcore2 1 c-sharp-library 1 octave 1 matrix-factorization 1 latex 1