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