![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaqp2.f SYNOPSISFunctions/Subroutinessubroutine dlaqp2 (m, n, offset, a, lda, jpvt, tau, vn1,
vn2, work)
Function/Subroutine Documentationsubroutine dlaqp2 (integer m, integer n, integer offset, 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( * ) work)DLAQP2 computes a QR factorization with column pivoting of the matrix block. Purpose:
Parameters M
N
OFFSET
A
LDA
JPVT
TAU
VN1
VN2
WORK
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 147 of file dlaqp2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|