LAPACK 3.3.1
Linear Algebra PACKage

slqt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SLQT01 (M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, RWORK, RESULT)

Function Documentation

subroutine SLQT01 ( INTEGER  M,
INTEGER  N,
REAL,dimension( lda, * )  A,
REAL,dimension( lda, * )  AF,
REAL,dimension( lda, * )  Q,
REAL,dimension( lda, * )  L,
INTEGER  LDA,
REAL,dimension( * )  TAU,
REAL,dimension( lwork )  WORK,
INTEGER  LWORK,
REAL,dimension( * )  RWORK,
REAL,dimension( * )  RESULT 
)

Definition at line 1 of file slqt01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions