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

cblas_chbmv

Declaration

Source position: cblas.pas line 585

procedure cblas_chbmv(

  Order: CBLAS_ORDER;

  Uplo: CBLAS_UPLO;

  N: SInt32;

  K: SInt32;

  alpha: UnivPtr;

  A: UnivPtr;

  lda: SInt32;

  X: UnivPtr;

  incX: SInt32;

  beta: UnivPtr;

  Y: UnivPtr;

  incY: SInt32

);


Documentation generated on: 2023-03-18