LAPACK 3.3.0

dggglm.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dggglm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions