Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
- Updated
Dec 8, 2021 - Go
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
Algorithms for linear analysis
QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections
A bunch of C code developed during my studies of programming
Reference implementations of Householder QR decomposition, Hessenberg reduction, eigenvalue QR-algorithm and QR-LLS using Eigen3 lib
Numerical Linear Algebra
Reference implementations of QR-algorithm and reverse iteration for eigenvalue problem
QR-decomposition based QR-algorithm for eigenvalues evaluation of symmetric matrix with real values with OpenMP directives for parallelization of computations for multi-core systems
This repository contains some Codes from the Subject Algorithms of Numerical Linear Algebra written in Python.
Some notes on linear algebra and numerical linear algebra
Flask web app to compress images by SVD method. Tugas Besar 2 IF2123 Aljabar Linier dan Geometri
NAQRA - Neon Accelerated QR Algorithm.
QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
Add a description, image, and links to the qr-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the qr-algorithm topic, visit your repo's landing page and select "manage topics."