getsqrhrt#
Functions
-
void sgetsqrhrt(const INT m, const INT n, const INT mb1, const INT nb1, const INT nb2, f32 *restrict A, const INT lda, f32 *restrict T, const INT ldt, f32 *restrict work, const INT lwork, INT *info)#
SGETSQRHRT computes a NB2-sized column blocked QR-factorization of a real 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 performs the reconstruction of the Householder vectors from the TSQR output.
Parameters
inmThe number of rows of the matrix A. m >= 0.
innThe number of columns of the matrix A. m >= n >= 0.
inmb1The row block size to be used in the blocked TSQR. mb1 > n.
innb1The column block size to be used in the blocked TSQR. n >= nb1 >= 1.
innb2The block size to be used in the blocked QR output. nb2 >= 1.
inoutADouble precision array, dimension (lda, n). On entry, the M-by-N matrix A. On exit, the upper triangular R factor and the Householder vectors V below the diagonal (compact WY representation).
inldaThe leading dimension of the array A. lda >= max(1, m).
outTDouble precision array, dimension (ldt, n). The upper triangular block reflectors.
inldtThe leading dimension of the array T. ldt >= nb2.
outworkDouble precision workspace of size (max(1, lwork)). On exit, work[0] returns the optimal lwork.
inlworkThe dimension of the array work. If lwork = -1, then a workspace query is assumed.
outinfo= 0: successful exit
< 0: if info = -i, the i-th argument had an illegal value
void sgetsqrhrt(
const INT m,
const INT n,
const INT mb1,
const INT nb1,
const INT nb2,
f32* restrict A,
const INT lda,
f32* restrict T,
const INT ldt,
f32* restrict work,
const INT lwork,
INT* info
);
Functions
-
void dgetsqrhrt(const INT m, const INT n, const INT mb1, const INT nb1, const INT nb2, f64 *restrict A, const INT lda, f64 *restrict T, const INT ldt, f64 *restrict work, const INT lwork, INT *info)#
DGETSQRHRT computes a NB2-sized column blocked QR-factorization of a real 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 performs the reconstruction of the Householder vectors from the TSQR output.
Parameters
inmThe number of rows of the matrix A. m >= 0.
innThe number of columns of the matrix A. m >= n >= 0.
inmb1The row block size to be used in the blocked TSQR. mb1 > n.
innb1The column block size to be used in the blocked TSQR. n >= nb1 >= 1.
innb2The block size to be used in the blocked QR output. nb2 >= 1.
inoutADouble precision array, dimension (lda, n). On entry, the M-by-N matrix A. On exit, the upper triangular R factor and the Householder vectors V below the diagonal (compact WY representation).
inldaThe leading dimension of the array A. lda >= max(1, m).
outTDouble precision array, dimension (ldt, n). The upper triangular block reflectors.
inldtThe leading dimension of the array T. ldt >= nb2.
outworkDouble precision workspace of size (max(1, lwork)). On exit, work[0] returns the optimal lwork.
inlworkThe dimension of the array work. If lwork = -1, then a workspace query is assumed.
outinfo= 0: successful exit
< 0: if info = -i, the i-th argument had an illegal value
void dgetsqrhrt(
const INT m,
const INT n,
const INT mb1,
const INT nb1,
const INT nb2,
f64* restrict A,
const INT lda,
f64* restrict T,
const INT ldt,
f64* restrict work,
const INT lwork,
INT* info
);
Functions
-
void cgetsqrhrt(const INT m, const INT n, const INT mb1, const INT nb1, const INT nb2, c64 *restrict A, const INT lda, c64 *restrict T, const INT ldt, c64 *restrict work, const INT lwork, INT *info)#
CGETSQRHRT 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 performs the reconstruction of the Householder vectors from the TSQR output.
Parameters
inmThe number of rows of the matrix A. m >= 0.
innThe number of columns of the matrix A. m >= n >= 0.
inmb1The row block size to be used in the blocked TSQR. mb1 > n.
innb1The column block size to be used in the blocked TSQR. n >= nb1 >= 1.
innb2The block size to be used in the blocked QR output. nb2 >= 1.
inoutASingle complex array, dimension (lda, n). On entry, the M-by-N matrix A. On exit, the upper triangular R factor and the Householder vectors V below the diagonal (compact WY representation).
inldaThe leading dimension of the array A. lda >= max(1, m).
outTSingle complex array, dimension (ldt, n). The upper triangular block reflectors.
inldtThe leading dimension of the array T. ldt >= nb2.
outworkSingle complex workspace of size (max(1, lwork)). On exit, work[0] returns the optimal lwork.
inlworkThe dimension of the array work. If lwork = -1, then a workspace query is assumed.
outinfo= 0: successful exit
< 0: if info = -i, the i-th argument had an illegal value
void cgetsqrhrt(
const INT m,
const INT n,
const INT mb1,
const INT nb1,
const INT nb2,
c64* restrict A,
const INT lda,
c64* restrict T,
const INT ldt,
c64* restrict work,
const INT lwork,
INT* info
);
Functions
-
void zgetsqrhrt(const INT m, const INT n, const INT mb1, const INT nb1, const INT nb2, c128 *restrict A, const INT lda, c128 *restrict T, const INT ldt, c128 *restrict work, const INT lwork, INT *info)#
ZGETSQRHRT 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 performs the reconstruction of the Householder vectors from the TSQR output.
Parameters
inmThe number of rows of the matrix A. m >= 0.
innThe number of columns of the matrix A. m >= n >= 0.
inmb1The row block size to be used in the blocked TSQR. mb1 > n.
innb1The column block size to be used in the blocked TSQR. n >= nb1 >= 1.
innb2The block size to be used in the blocked QR output. nb2 >= 1.
inoutADouble complex array, dimension (lda, n). On entry, the M-by-N matrix A. On exit, the upper triangular R factor and the Householder vectors V below the diagonal (compact WY representation).
inldaThe leading dimension of the array A. lda >= max(1, m).
outTDouble complex array, dimension (ldt, n). The upper triangular block reflectors.
inldtThe leading dimension of the array T. ldt >= nb2.
outworkDouble complex workspace of size (max(1, lwork)). On exit, work[0] returns the optimal lwork.
inlworkThe dimension of the array work. If lwork = -1, then a workspace query is assumed.
outinfo= 0: successful exit
< 0: if info = -i, the i-th argument had an illegal value
void zgetsqrhrt(
const INT m,
const INT n,
const INT mb1,
const INT nb1,
const INT nb2,
c128* restrict A,
const INT lda,
c128* restrict T,
const INT ldt,
c128* restrict work,
const INT lwork,
INT* info
);