|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Go to the source code of this file.
Functions | |
| subroutine | zqrt03 (M, N, K, AF, C, CC, Q, LDA, T, WORK, LWORK, RWORK, RESULT) |
| subroutine zqrt03 | ( | integer | M, |
| integer | N, | ||
| integer | K, | ||
| complex*16, dimension( lda, * ) | AF, | ||
| complex*16, dimension( lda, * ) | C, | ||
| complex*16, dimension( lda, * ) | CC, | ||
| complex*16, dimension( lda, * ) | Q, | ||
| integer | LDA, | ||
| integer, dimension( 2 ) | T, | ||
| complex*16, dimension( lwork ) | WORK, | ||
| integer | LWORK, | ||
| double precision, dimension( * ) | RWORK, | ||
| double precision, dimension( * ) | RESULT | ||
| ) |
Definition at line 1 of file zqrt03.f.
References max, plasma_z::plasma_zungqr(), plasma_z::plasma_zunmqr(), side, trans, and zlaset().

