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

cblas_cgemm

Declaration

Source position: cblas.pas line 656

procedure cblas_cgemm(

  Order: CBLAS_ORDER;

  TransA: CBLAS_TRANSPOSE;

  TransB: CBLAS_TRANSPOSE;

  M: SInt32;

  N: SInt32;

  K: SInt32;

  alpha: UnivPtr;

  A: UnivPtr;

  lda: SInt32;

  B: UnivPtr;

  ldb: SInt32;

  beta: UnivPtr;

  C: UnivPtr;

  ldc: SInt32

);


Documentation generated on: 2023-03-18