There are 1 repository under lu-decomposition topic.
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
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.
A concise library for solving sparse linear systems with direct methods.
A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.
Differentiable matrix factorizations using ImplicitDifferentiation.jl.
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.
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Numerical analysis course in Python
A linear algebra library for TypeScript and JavaScript
A complete example of batched refactorization in cuSOLVER.
Minimalistic implementations of various algorithms for projects in machine learning and computer vision
Fork of the qrupdate library for future maintenance.
Built-in solvers for the GeoStats.jl framework
Numerical Analysis Problems and Solutions
Assignments for High Performace Computing exam at Unimore, Modena, IT.
Two-dimensional finite element method on rectangles
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
Matrix Calculator which perform SVD-factorization, QR-decomposition and LU-decomposition.
Implementation for different numerical algorithms
Matrix implementation that includes LU/LUP decomposition and solving basic linear equations
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
Geostatistical simulation solvers for the GeoStats.jl framework
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.
Repository for project report of numerical analysis course assignment in Faculty of Computer Science UI
A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University
Linear algebra
MultiPrecision Complex Algebra Implements
Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions