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

cblas_sger

Declaration

Source position: cblas.pas line 551

procedure cblas_sger(

  Order: CBLAS_ORDER;

  M: SInt32;

  N: SInt32;

  alpha: Float32;

  X: Float32Ptr;

  incX: SInt32;

  Y: Float32Ptr;

  incY: SInt32;

  A: Float32Ptr;

  lda: SInt32

);


Documentation generated on: 2023-03-18