Functions/Subroutines

SRC/VARIANTS/qr/LL/dgeqrf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGEQRF (M, N, A, LDA, TAU, WORK, LWORK, INFO)

Function Documentation

subroutine DGEQRF ( INTEGER  M,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgeqrf.f.