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

