mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
fix include path
This commit is contained in:
parent
b1b6864c88
commit
ff12a6cd43
@ -24,7 +24,7 @@ typedef Matrix<RealScalar,Dynamic,Dynamic> M;
|
|||||||
#ifdef HAVE_BLAS
|
#ifdef HAVE_BLAS
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <bench/btl/libs/C_BLAS/blas.h>
|
#include <Eigen/src/misc/blas.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
static float fone = 1;
|
static float fone = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user