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

