Skip to content
#

qr-decomposition

Here are 96 public repositories matching this topic...

Tiger
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 Classical Gram Schmidt is also available for use.

  • Updated May 9, 2019
  • C
QR-decomposition-solver-course

QR decomposition, or QR factorization, is a fundamental linear algebra method that decomposes a matrix into a product of an orthogonal matrix and an upper triangular matrix. It is widely used for solving linear least squares problems, computing eigenvalues, Gram-Schmidt, Householder reflections, or Givens rotations.Solver

  • Updated Mar 1, 2026
  • Python
QR_master

Application for scanning creation and edit QR codes. To scan, point camera on qr code or upload a picture with its image. Result is displayed in field previewed where it can be edited, opened in the browser, or saved in the device’s memory, which allows encrypting not only Internet links, but also any other text like a phone number or email.

  • Updated Apr 28, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the qr-decomposition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qr-decomposition topic, visit your repo's landing page and select "manage topics."

Learn more