ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | zlaref (TYPE, A, LDA, WANTZ, Z, LDZ, BLOCK, IROW1, ICOL1, ISTART, ISTOP, ITMP1, ITMP2, LILOZ, LIHIZ, VECS, V2, V3, T1, T2, T3) |
subroutine zlaref | ( | character | TYPE, |
complex*16, dimension( lda, * ) | A, | ||
integer | LDA, | ||
logical | WANTZ, | ||
complex*16, dimension( ldz, * ) | Z, | ||
integer | LDZ, | ||
logical | BLOCK, | ||
integer | IROW1, | ||
integer | ICOL1, | ||
integer | ISTART, | ||
integer | ISTOP, | ||
integer | ITMP1, | ||
integer | ITMP2, | ||
integer | LILOZ, | ||
integer | LIHIZ, | ||
complex*16, dimension( * ) | VECS, | ||
complex*16 | V2, | ||
complex*16 | V3, | ||
complex*16 | T1, | ||
complex*16 | T2, | ||
complex*16 | T3 | ||
) |