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

cblas_cgbmv

Declaration

Source position: cblas.pas line 510

procedure cblas_cgbmv(

  Order: CBLAS_ORDER;

  TransA: CBLAS_TRANSPOSE;

  M: SInt32;

  N: SInt32;

  KL: SInt32;

  KU: SInt32;

  alpha: UnivPtr;

  A: UnivPtr;

  lda: SInt32;

  X: UnivPtr;

  incX: SInt32;

  beta: UnivPtr;

  Y: UnivPtr;

  incY: SInt32

);


Documentation generated on: 2023-03-18