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