| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections
Algorithms for linear analysis
Reference implementations of Householder QR decomposition, Hessenberg reduction, eigenvalue QR-algorithm and QR-LLS using Eigen3 lib
Numerical Linear Algebra
A bunch of C code developed during my studies of programming
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
Flask web app to compress images by SVD method. Tugas Besar 2 IF2123 Aljabar Linier dan Geometri
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
QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
IT4110 Scientific Computing Project
This repository contains some Codes from the Subject Algorithms of Numerical Linear Algebra written in Python.
NAQRA - Neon Accelerated QR Algorithm.
Some notes on linear algebra and numerical linear algebra
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."
| Back | FazBrowse Home | New Git URL |