Skip to content

Add BLAS module and correct types and methods

Akarin requested to merge (removed):master into master

#1149 (closed) Changes in gsl.vapi:

  1. Add BLAS module and CBLAS enums used by BLAS module
  2. Correct complex number types in MatrixComplex
  3. Delete non-existent methods in MatrixComplex

PS: CBLAS enums cannot be moved into Blas namespace, otherwise it will generate incorrect results, seems strange. Because they are in different C header files?

Edited by Rico Tzschichholz

Merge request reports