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

cblas_dsyr2k

Declaration

Source position: cblas.pas line 649

procedure cblas_dsyr2k(

  Order: CBLAS_ORDER;

  Uplo: CBLAS_UPLO;

  Trans: CBLAS_TRANSPOSE;

  N: SInt32;

  K: SInt32;

  alpha: Float64;

  A: Float64Ptr;

  lda: SInt32;

  B: Float64Ptr;

  ldb: SInt32;

  beta: Float64;

  C: Float64Ptr;

  ldc: SInt32

);


Documentation generated on: 2023-03-18