LAPACK 3.3.1
Linear Algebra PACKage

cggqrf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CGGQRF (N, M, P, A, LDA, TAUA, B, LDB, TAUB, WORK, LWORK, INFO)

Function Documentation

subroutine CGGQRF ( INTEGER  N,
INTEGER  M,
INTEGER  P,
COMPLEX,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX,dimension( * )  TAUA,
COMPLEX,dimension( ldb, * )  B,
INTEGER  LDB,
COMPLEX,dimension( * )  TAUB,
COMPLEX,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file cggqrf.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions