|
KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO) |
| subroutine dgebd2 | ( | integer | M, |
| integer | N, | ||
| double precision, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| double precision, dimension( * ) | D, | ||
| double precision, dimension( * ) | E, | ||
| double precision, dimension( * ) | TAUQ, | ||
| double precision, dimension( * ) | TAUP, | ||
| double precision, dimension( * ) | WORK, | ||
| integer | INFO | ||
| ) |