aboutsummaryrefslogtreecommitdiff
path: root/src/fastblas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastblas.cpp')
-rw-r--r--src/fastblas.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fastblas.cpp b/src/fastblas.cpp
index 42c59ee..41ee741 100644
--- a/src/fastblas.cpp
+++ b/src/fastblas.cpp
@@ -18,18 +18,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// #include "gsl/gsl_matrix.h"
#include <algorithm> // std::min
#include <cmath>
#include <iomanip>
#include <vector>
#include "debug.h"
-#include "fastblas.h"
-#include "fastopenblas.h"
#include "mathfunc.h"
#include <string.h>
-#include "eigenlib.h"
-#include <cblas.h>
const char *FastblasTrans = "T";
const char *FastblasNoTrans = "N";