Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Andreas Fried's avatar
    Use QR decomposition instead of Gaussian elimination in execfreq. · 092a2c12
    Andreas Fried authored
    The matrices generated by execfreq tend to be not well conditioned.
    Therefore, it is advisable to use a numerically stable algorithm, such as
    QR decomposition.
    
    Besides, QR decomposition can be used to directly get a matrix' null space,
    which is what execfreq actually needs.
    092a2c12