linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
lapack::zunmlq Interface Reference

Public Member Functions

subroutine zunmlq (side, trans, m, n, k, a, lda, tau, c, ldc, work, lwork, info)
 

Detailed Description

Definition at line 271 of file lapack.f90.

Constructor & Destructor Documentation

◆ zunmlq()

subroutine lapack::zunmlq::zunmlq ( character, intent(in) side,
character, intent(in) trans,
integer(int32) m,
integer(int32) n,
integer(int32) k,
complex(real64), dimension(lda,*), intent(in) a,
integer(int32) lda,
complex(real64), dimension(*), intent(in) tau,
complex(real64), dimension(ldc,*), intent(inout) c,
integer(int32) ldc,
complex(real64), dimension(*), intent(out) work,
integer(int32) lwork,
integer(int32), intent(out) info )

Definition at line 271 of file lapack.f90.


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