mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
fix compilation on freebsd
This commit is contained in:
parent
45672e724e
commit
9e80822fc9
@ -10,6 +10,9 @@
|
|||||||
#ifndef EIGEN_BLAS_COMMON_H
|
#ifndef EIGEN_BLAS_COMMON_H
|
||||||
#define EIGEN_BLAS_COMMON_H
|
#define EIGEN_BLAS_COMMON_H
|
||||||
|
|
||||||
|
#include <Eigen/Core>
|
||||||
|
#include <Eigen/Jacobi>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <complex>
|
#include <complex>
|
||||||
|
|
||||||
@ -68,9 +71,6 @@ inline bool check_uplo(const char* uplo)
|
|||||||
return UPLO(*uplo)!=0xff;
|
return UPLO(*uplo)!=0xff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Eigen/Core>
|
|
||||||
#include <Eigen/Jacobi>
|
|
||||||
|
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
#include "BandTriangularSolver.h"
|
#include "BandTriangularSolver.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user