KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
subroutine dgesv | ( | integer | N, |
integer | NRHS, | ||
double precision, dimension( lda, * ) | A, | ||
integer | LDA, | ||
integer, dimension( * ) | IPIV, | ||
double precision, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
integer | INFO | ||
) |