LAPACK 3.3.0

zgglse.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZGGLSE (M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, INFO)

Function Documentation

subroutine ZGGLSE ( INTEGER  M,
INTEGER  N,
INTEGER  P,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX*16,dimension( ldb, * )  B,
INTEGER  LDB,
COMPLEX*16,dimension( * )  C,
COMPLEX*16,dimension( * )  D,
COMPLEX*16,dimension( * )  X,
COMPLEX*16,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file zgglse.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions