Remove all gsl_matrix_... related code in Beyn.
commit9d556e7b23dedffd073ff163f9e4fc88281c9326
authorMarek Nečada <marek@necada.org>
Fri, 11 Jun 2021 07:48:58 +0000 (11 10:48 +0300)
committerMarek Nečada <marek@necada.org>
Fri, 11 Jun 2021 08:11:17 +0000 (11 11:11 +0300)
tree0deb339380065834832ef19989368eddd8ed57f7
parentf19c590d6ee3974be3497b56c89f82ecaa67c7e5
Remove all gsl_matrix_... related code in Beyn.

Now that pure BLAS implementation is working, this in no longer needed.

Getting rid of gsl_matrix and gsl_cblas eliminates header clashes between
GSL and other CBLAS implementations.
qpms/beyn.c
qpms/qpms_cdefs.pxd
tests/CMakeLists.txt
tests/tbeyn_gsl.c [deleted file]
tests/tbeyn_gsl2.c [deleted file]