A big matrix class written in C++, that serves advanced linear algebra techniques like SVD, QR factorization, inverse and eigenvalues.
-
Updated
Sep 8, 2020 - C++
A big matrix class written in C++, that serves advanced linear algebra techniques like SVD, QR factorization, inverse and eigenvalues.
QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections
QR decomposition of a matrix into an orthogonal and an upper triangle matrix
Add a description, image, and links to the qr-factorization topic page so that developers can more easily learn about it.
To associate your repository with the qr-factorization topic, visit your repo's landing page and select "manage topics."