KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dtrsv (UPLO, TRANS, DIAG, N, A, LDA, X, INCX) |
subroutine dtrsv | ( | character*1 | UPLO, |
character*1 | TRANS, | ||
character*1 | DIAG, | ||
integer | N, | ||
double precision, dimension( lda, * ) | A, | ||
integer | LDA, | ||
double precision, dimension( * ) | X, | ||
integer | INCX | ||
) |