LAPACK 3.3.1
Linear Algebra PACKage

slaqps.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SLAQPS (M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1, VN2, AUXV, F, LDF)

Function Documentation

subroutine SLAQPS ( INTEGER  M,
INTEGER  N,
INTEGER  OFFSET,
INTEGER  NB,
INTEGER  KB,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER,dimension( * )  JPVT,
REAL,dimension( * )  TAU,
REAL,dimension( * )  VN1,
REAL,dimension( * )  VN2,
REAL,dimension( * )  AUXV,
REAL,dimension( ldf, * )  F,
INTEGER  LDF 
)

Definition at line 1 of file slaqps.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions