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

cblas_sgbmv

Declaration

Source position: cblas.pas line 476

procedure cblas_sgbmv(

  Order: CBLAS_ORDER;

  TransA: CBLAS_TRANSPOSE;

  M: SInt32;

  N: SInt32;

  KL: SInt32;

  KU: SInt32;

  alpha: Float32;

  A: Float32Ptr;

  lda: SInt32;

  X: Float32Ptr;

  incX: SInt32;

  beta: Float32;

  Y: Float32Ptr;

  incY: SInt32

);


Documentation generated on: 2023-03-18