Source position: cblas.pas line 634
procedure cblas_ssyrk( |
Order: CBLAS_ORDER; |
Uplo: CBLAS_UPLO; |
Trans: CBLAS_TRANSPOSE; |
N: SInt32; |
K: SInt32; |
alpha: Float32; |
A: Float32Ptr; |
lda: SInt32; |
beta: Float32; |
C: Float32Ptr; |
ldc: SInt32 |
); |