Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit 73c378b

Browse files
committed
remove gsl, really
1 parent d652077 commit 73c378b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bench/BM_lmi.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#include <ellalgo/cutting_plane.hpp> // for cutting_plane_optim
2-
#include <ellalgo/ell.hpp> // for Ell
3-
#include <ellalgo/ell_matrix.hpp> // for Matrix
4-
#include <gsl/span> // for span
1+
#include <ellalgo/cutting_plane.hpp> // for cutting_plane_optim
2+
#include <ellalgo/ell.hpp> // for Ell
3+
#include <ellalgo/ell_matrix.hpp> // for Matrix
4+
// #include <gsl/span> // for span
55
#include <lmisolver/lmi_old_oracle.hpp> // for LmiOldOracle
66
#include <lmisolver/lmi_oracle.hpp> // for LmiOracle
77
#include <tuple> // for tuple

0 commit comments

Comments
 (0)