![]() |
![]()
| ![]() |
![]()
NAMESRC/zlaqp2.f SYNOPSISFunctions/Subroutinessubroutine zlaqp2 (m, n, offset, a, lda, jpvt, tau, vn1,
vn2, work)
Function/Subroutine Documentationsubroutine zlaqp2 (integer m, integer n, integer offset, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) jpvt, complex*16, dimension( * ) tau, double precision, dimension( * ) vn1, double precision, dimension( * ) vn2, complex*16, dimension( * ) work)ZLAQP2 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 zlaqp2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|