128 results for “topic:lu-decomposition”
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
Randomized Dimension Reduction 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.
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.
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
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.
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.
LU decomposition with MPI
Built-in solvers for the GeoStats.jl framework
Matrix decomposition and multiplication on the Cerebras Wafer-Scale Engine (WSE) architecture
Numerical Analysis Problems and Solutions
Rust sparse LU decomposition using Gilbert and Peierls method
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
Assignments for High Performace Computing exam at Unimore, Modena, IT.
LU factorization with dynamic Markowitz search and columnwise threshold pivoting
Two-dimensional finite element method on rectangles
A subset of BLAS and LAPACK routines implemented in pure C#
Matrix Calculator which perform SVD-factorization, QR-decomposition and LU-decomposition.
Implementation for different numerical algorithms
A lightweight matrix computation software library aim for MCU or embedded system
Sparse LU factorization with partial pivoting using Gilbert and Peierls method
Geostatistical simulation solvers for the GeoStats.jl framework
Matrix implementation that includes LU/LUP decomposition and solving basic linear equations
Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions