LAPACK 3.3.0

dlaqps.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dlaqps.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions