![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaqps.f SYNOPSISFunctions/Subroutinessubroutine dlaqps (m, n, offset, nb, kb, a, lda, jpvt, tau,
vn1, vn2, auxv, f, ldf)
Function/Subroutine Documentationsubroutine 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)DLAQPS computes a step of QR factorization with column pivoting of a real m-by-n matrix A by using BLAS level 3. Purpose:
Parameters M
N
OFFSET
NB
KB
A
LDA
JPVT
TAU
VN1
VN2
AUXV
F
LDF
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: G. Quintana-Orti, Depto. de Informatica, Universidad
Jaime I, Spain X. Sun, Computer Science Dept., Duke University, USA
Partial column norm updating strategy modified on April 2011 Z. Drmac and Z. Bujanovic, Dept. of Mathematics, University of Zagreb, Croatia. References: LAPACK Working Note 176
Definition at line 175 of file dlaqps.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|