Skip to content
#

givens-rotations

Here are 10 public repositories matching this topic...

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 17, 2026
  • Python

Microcontroller-friendly C implementation of Recursive Least Squares (RLS) for running gradient analysis, including linear, cubic, and quadratic trends, optimized for real-time trend and peak detection

  • Updated Jan 3, 2025
  • C

Improve this page

Add a description, image, and links to the givens-rotations 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 givens-rotations topic, visit your repo's landing page and select "manage topics."

Learn more