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

cblas_cgemv

Declaration

Source position: cblas.pas line 508

procedure cblas_cgemv(

  Order: CBLAS_ORDER;

  TransA: CBLAS_TRANSPOSE;

  M: SInt32;

  N: SInt32;

  alpha: UnivPtr;

  A: UnivPtr;

  lda: SInt32;

  X: UnivPtr;

  incX: SInt32;

  beta: UnivPtr;

  Y: UnivPtr;

  incY: SInt32

);


Documentation generated on: 2023-03-18