qr-decomposition topic

List qr-decomposition repositories

Tiger

110
Stars
26
Forks
Watchers

C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators

CSparse.NET

56
Stars
25
Forks
Watchers

A concise library for solving sparse linear systems with direct methods.

static-math

40
Stars
1
Forks
Watchers

Safe and fast mathematical operations with static arrays in the Rust programming language

linalg

22
Stars
1
Forks
Watchers

A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.

emvqr

34
Stars
18
Forks
Watchers

EMV Compliant QR Library in .NET Standard

parallel-PCA-openmp

17
Stars
3
Forks
Watchers

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...