Source position: cblas.pas line 700
procedure cblas_zherk(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
Trans: CBLAS_TRANSPOSE;
N: SInt32;
K: SInt32;
alpha: Float64;
A: UnivPtr;
lda: SInt32;
beta: Float64;
C: UnivPtr;
ldc: SInt32
);