Remove unused declarations of BLAS/LAPACK routines

This commit is contained in:
unageek
2023-03-23 21:54:05 +00:00
committed by Rasmus Munk Larsen
parent d57a79e512
commit 33e206f714
5 changed files with 460 additions and 394 deletions

View File

@@ -11,7 +11,7 @@
#define EIGEN_LAPACK_COMMON_H
#include "../blas/common.h"
#include "../Eigen/src/misc/lapack.h"
#include "lapack.h"
#define EIGEN_LAPACK_FUNC(FUNC,ARGLIST) \
extern "C" { int EIGEN_BLAS_FUNC(FUNC) ARGLIST; } \