This Merge Request gives an overview of my first concept for the QR decomposition using the Gram-Schmidt process.
Here's what I've already added:
- a new function called qr_decomposition_gram_schmidt (in src/qr.hh) which is built on the already existing function for the modified Gram-Schmidt algorithm
- a new directory called test which includes a CMakeList file and a test file with some basic test functionalities (using Googles gtest framework)
As the next step, there will be added some more tests to prove the correctness of the implemented algorithm.
As you can see it should just give a little overview of my work and is by far not finished (that's why it's marked as WIP). I'm thankful for all types of feedback!