qr-decomposition topic
Tiger
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
math105A
Numerical analysis course in Python
CSparse.NET
A concise library for solving sparse linear systems with direct methods.
DifferentiableFactorizations.jl
Differentiable matrix factorizations using ImplicitDifferentiation.jl.
static-math
Safe and fast mathematical operations with static arrays in the Rust programming language
linalg
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
emvqr
EMV Compliant QR Library in .NET Standard
parallel-PCA-openmp
A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Clas...