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

cblas_ssbmv

Declaration

Source position: cblas.pas line 547

procedure cblas_ssbmv(

  Order: CBLAS_ORDER;

  Uplo: CBLAS_UPLO;

  N: SInt32;

  K: SInt32;

  alpha: Float32;

  A: Float32Ptr;

  lda: SInt32;

  X: Float32Ptr;

  incX: SInt32;

  beta: Float32;

  Y: Float32Ptr;

  incY: SInt32

);


Documentation generated on: 2023-03-18