mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove unused declarations of BLAS/LAPACK routines
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
d57a79e512
commit
33e206f714
@@ -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; } \
|
||||
|
||||
Reference in New Issue
Block a user