LAPACK 3.3.0

dqlt03.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DQLT03 (M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, RWORK, RESULT)

Function Documentation

subroutine DQLT03 ( INTEGER  M,
INTEGER  N,
INTEGER  K,
DOUBLE PRECISION,dimension( lda, * )  AF,
DOUBLE PRECISION,dimension( lda, * )  C,
DOUBLE PRECISION,dimension( lda, * )  CC,
DOUBLE PRECISION,dimension( lda, * )  Q,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( lwork )  WORK,
INTEGER  LWORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION,dimension( * )  RESULT 
)

Definition at line 1 of file dqlt03.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions