lu-decomposition
There are 114 repositories under lu-decomposition topic.
Axect/Peroxide
Rust numeric library with high performance and friendly syntax
erichson/ristretto
Randomized Dimension Reduction Library
hosseinmoein/Tiger
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
nomemory/neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
wo80/CSparse.NET
A concise library for solving sparse linear systems with direct methods.
mohamed82008/DifferentiableFactorizations.jl
Differentiable matrix factorizations using ImplicitDifferentiation.jl.
jchristopherson/linalg
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
petermchale/math105A
Numerical analysis course in Python
ws-garcia/VBA-Expressions
A powerful string expression evaluator for VBA and LO Basic, which puts more than 100 mathematical, statistical, financial, date-time, logic and text manipulation functions at the user's fingertips.
DavidCico/Development-of-Navier-Stokes-code-by-projection-method
This repository contains a Fortran implementation of a 2D flow using the projection method, with Finite Volume Method (FVM) approach. The code solves Navier Stokes equations in a 2D lid driven cavity, with computation of the rotational as well.
jbrown1618/vector
A linear algebra library for TypeScript and JavaScript
nenadmarkus/algogear
Minimalistic implementations of various algorithms for projects in machine learning and computer vision
zishun/cuSolverRf-batch
A complete example of batched refactorization in cuSOLVER.
juliohm/GeoStatsSolvers.jl
Built-in solvers for the GeoStats.jl framework
mpimd-csc/qrupdate-ng
Fork of the qrupdate library for future maintenance.
Papelbon/numerical-anal
Numerical Analysis Problems and Solutions
platipo/MPI-LU-fact
LU decomposition with MPI
avrtt/finite-element-method
Two-dimensional finite element method on rectangles
MuhammedKhamis/Liner-Equations-Solver
Linear Equations solver project done using Matlab, uses different method to solve the equations as Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, and Jacobi Iterative Method
NadavShwartz93/Matrix_Decomposition
Matrix Calculator which perform SVD-factorization, QR-decomposition and LU-decomposition.
rwl/gplu
Rust sparse LU decomposition using Gilbert and Peierls method
yakout/numerical-methods
Implementation for different numerical algorithms
antoniopelusi/lu-solver
Assignments for High Performace Computing exam at Unimore, Modena, IT.
aostrun/Matrix-LUP
Matrix implementation that includes LU/LUP decomposition and solving basic linear equations
gagahpangeran/numerical-analysis
Repository for project report of numerical analysis course assignment in Faculty of Computer Science UI
juliohm/GeoSimulation.jl
Geostatistical simulation solvers for the GeoStats.jl framework
rwl/blu
LU factorization with dynamic Markowitz search and columnwise threshold pivoting
rwl/lufact
Sparse LU factorization with partial pivoting using Gilbert and Peierls method
sammylton/Numerical-Methods-in-FORTRAN
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
verse-chorus/NumericalMethodsSPbU
Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.
bettoalsur/FEM-project
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
kirtan2605/IITM-EE1103-Numerical_Methods
The assignments of the course EE1103, Numerical Methods, offered by Prof. Anil Prabhakar, Department of Electrical Engineering at IIT Madras.
sinshu/matflat
A subset of BLAS and LAPACK routines implemented in pure C#
Sowmik23/Numerical-Lab-3-2
Numerical Lab Assignment and Lab practice codes are here.
tk-yoshimura/MultiPrecisionComplexAlgebra
MultiPrecision Complex Algebra Implements