|
KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, IWORK, INFO) |
| subroutine dgecon | ( | character | NORM, |
| integer | N, | ||
| double precision, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| double precision | ANORM, | ||
| double precision | RCOND, | ||
| double precision, dimension( * ) | WORK, | ||
| integer, dimension( * ) | IWORK, | ||
| integer | INFO | ||
| ) |