Functions/Subroutines

SRC/dggqrf.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DGGQRF ( INTEGER  N,
INTEGER  M,
INTEGER  P,
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 dggqrf.f.