GETSQRHRT: computes a NB2-sized column blocked QR-factorization of a complex M-by-N matrix A with M >= N, A = Q * R. The routine uses internally a NB1-sized column blocked and MB1-sized row blocked TSQR-factorization and perfors the reconstruction of the Householder vectors from the TSQR output. The routine also converts the R_tsqr factor from the TSQR-factorization output into the R factor that corresponds to the Householder QR-factorization, A = Q_tsqr * R_tsqr = Q * R. The output Q and R factors are stored in the same format as in CGEQRT (Q is in blocked compact WY-representation). See the documentation of CGEQRT for more details on the format.
More...
GETSQRHRT: computes a NB2-sized column blocked QR-factorization of a complex M-by-N matrix A with M >= N, A = Q * R. The routine uses internally a NB1-sized column blocked and MB1-sized row blocked TSQR-factorization and perfors the reconstruction of the Householder vectors from the TSQR output. The routine also converts the R_tsqr factor from the TSQR-factorization output into the R factor that corresponds to the Householder QR-factorization, A = Q_tsqr * R_tsqr = Q * R. The output Q and R factors are stored in the same format as in CGEQRT (Q is in blocked compact WY-representation). See the documentation of CGEQRT for more details on the format.
◆ la_cgetsqrhrt()
| la_lapack::getsqrhrt::la_cgetsqrhrt |
◆ la_dgetsqrhrt()
| la_lapack::getsqrhrt::la_dgetsqrhrt |
◆ la_qgetsqrhrt()
| la_lapack::getsqrhrt::la_qgetsqrhrt |
◆ la_sgetsqrhrt()
| la_lapack::getsqrhrt::la_sgetsqrhrt |
◆ la_wgetsqrhrt()
| la_lapack::getsqrhrt::la_wgetsqrhrt |
◆ la_zgetsqrhrt()
| la_lapack::getsqrhrt::la_zgetsqrhrt |
The documentation for this interface was generated from the following file: