|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
Go to the source code of this file.
Functions | |
| subroutine | shst01 (N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, LWORK, RESULT) |
| subroutine shst01 | ( | integer | N, |
| integer | ILO, | ||
| integer | IHI, | ||
| real, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| real, dimension( ldh, * ) | H, | ||
| integer | LDH, | ||
| real, dimension( ldq, * ) | Q, | ||
| integer | LDQ, | ||
| real, dimension( lwork ) | WORK, | ||
| integer | LWORK, | ||
| real, dimension( 2 ) | RESULT | ||
| ) |