LAPACK 3.3.0

dgglse.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DGGLSE ( INTEGER  M,
INTEGER  N,
INTEGER  P,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( * )  C,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  X,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgglse.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions