Householder QR-factorization using Lapack and Fortran

前端 未结 0 545
孤街浪徒
孤街浪徒 2020-12-02 23:55

I have a problem with QR-factorization using dgeqrf with my fortran code. I need to create Q and R matrices, so that A = Q * R and then compute err=||A - Q*R|| / ||A||, wher

相关标签:
回答
  • 消灭零回复
提交回复
热议问题