Unit 'cblas' Package
[Overview][Constants][Types][Procedures and functions][Index] [#univint]

cblas_zher2k

Declaration

Source position: cblas.pas line 696

procedure cblas_zher2k(

  Order: CBLAS_ORDER;

  Uplo: CBLAS_UPLO;

  Trans: CBLAS_TRANSPOSE;

  N: SInt32;

  K: SInt32;

  alpha: UnivPtr;

  A: UnivPtr;

  lda: SInt32;

  B: UnivPtr;

  ldb: SInt32;

  beta: Float64;

  C: UnivPtr;

  ldc: SInt32

);


Documentation generated on: 2023-03-18