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
Reference implementations of Householder QR decomposition, Hessenberg reduction, eigenvalue QR-algorithm and QR-LLS using Eigen3 lib
QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections
Algorithms for linear analysis
Numerical Linear Algebra
A bunch of C code developed during my studies of programming
Some notes on linear algebra and numerical linear algebra
IT4110 Scientific Computing Project
From-scratch NumPy implementations of MIT 18.06 (Strang) core algorithms — LU, QR, least squares, determinants, eigenvalues via QR iteration, SVD, positive-definiteness, PageRank, DFT — each verified against numpy.linalg to ~1e-8
Flask web app to compress images by SVD method. Tugas Besar 2 IF2123 Aljabar Linier dan Geometri
Reference implementations of QR-algorithm and reverse iteration for eigenvalue problem
QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
NAQRA - Neon Accelerated QR Algorithm.
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.
A simple and readable QR Code generator in C++ designed to help understand how QR codes work.
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."