Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • H hdnum
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Teaching
  • hdnum
  • Merge requests
  • !11

Qr decomposition Gram-Schmidt

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Raphael Vogt requested to merge qr_decomposition_gram_schmidt into practical Sep 22, 2020
  • Overview 4
  • Commits 7
  • Pipelines 0
  • Changes 4

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!

Edited Feb 17, 2021 by Raphael Vogt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: qr_decomposition_gram_schmidt