LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
zungtsqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine zungtsqr (M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, INFO)
 ZUNGTSQR More...
 
zlamtsqr
subroutine zlamtsqr(SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, LDT, C, LDC, WORK, LWORK, INFO)
ZLAMTSQR
Definition: zlamtsqr.f:198
zcopy
subroutine zcopy(N, ZX, INCX, ZY, INCY)
ZCOPY
Definition: zcopy.f:83
zlaset
subroutine zlaset(UPLO, M, N, ALPHA, BETA, A, LDA)
ZLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values.
Definition: zlaset.f:108
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62