LAPACK 3.3.1
Linear Algebra PACKage

dggrqf.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dggrqf.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions