linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
subroutine | zungqr (m, n, k, a, lda, tau, work, lwork, info) |
Definition at line 141 of file lapack.f90.
subroutine lapack::zungqr::zungqr | ( | integer(int32), intent(in) | m, |
integer(int32), intent(in) | n, | ||
integer(int32), intent(in) | k, | ||
complex(real64), dimension(lda,*), intent(inout) | a, | ||
integer(int32), intent(in) | lda, | ||
complex(real64), dimension(*), intent(in) | tau, | ||
complex(real64), dimension(*), intent(out) | work, | ||
integer(int32), intent(in) | lwork, | ||
integer(int32), intent(out) | info ) |
Definition at line 141 of file lapack.f90.