KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dsyr2k (UPLO, TRANS, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC) |
subroutine dsyr2k | ( | character*1 | UPLO, |
character*1 | TRANS, | ||
integer | N, | ||
integer | K, | ||
double precision | ALPHA, | ||
double precision, dimension( lda, * ) | A, | ||
integer | LDA, | ||
double precision, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
double precision | BETA, | ||
double precision, dimension( ldc, * ) | C, | ||
integer | LDC | ||
) |