/matrices

Python script that performs QR Decomposition on a matrix using the so-called "classical" Gram–Schmidt process.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

matrices

An old school project that performs QR Decomposition on a matrix using the so-called "classical" Gram–Schmidt process. Major refactoring ahead!