fortran-lapack
Loading...
Searching...
No Matches
la_lapack::laqps Interface Reference

LAQPS: computes a step of QR factorization with column pivoting of a complex M-by-N matrix A by using Blas-3. It tries to factorize NB columns from A starting from the row OFFSET+1, and updates all of the matrix with Blas-3 xGEMM. In some cases, due to catastrophic cancellations, it cannot factorize NB columns. Hence, the actual number of factorized columns is returned in KB. Block A(1:OFFSET,1:N) is accordingly pivoted, but not factorized. More...

Public Member Functions

 la_claqps
 
 la_dlaqps
 
 la_qlaqps
 
 la_slaqps
 
 la_wlaqps
 
 la_zlaqps
 

Detailed Description

LAQPS: computes a step of QR factorization with column pivoting of a complex M-by-N matrix A by using Blas-3. It tries to factorize NB columns from A starting from the row OFFSET+1, and updates all of the matrix with Blas-3 xGEMM. In some cases, due to catastrophic cancellations, it cannot factorize NB columns. Hence, the actual number of factorized columns is returned in KB. Block A(1:OFFSET,1:N) is accordingly pivoted, but not factorized.

Member Function/Subroutine Documentation

◆ la_claqps()

la_lapack::laqps::la_claqps

◆ la_dlaqps()

la_lapack::laqps::la_dlaqps

◆ la_qlaqps()

la_lapack::laqps::la_qlaqps

◆ la_slaqps()

la_lapack::laqps::la_slaqps

◆ la_wlaqps()

la_lapack::laqps::la_wlaqps

◆ la_zlaqps()

la_lapack::laqps::la_zlaqps

The documentation for this interface was generated from the following file: