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

