mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
3eccfd1a78
-fix CMakeLists, public headers weren't getting installed
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
#ifndef EIGEN_LU_H
|
|
#define EIGEN_LU_H
|
|
|
|
#include "Core"
|
|
|
|
namespace Eigen {
|
|
|
|
#include "src/LU/Determinant.h"
|
|
#include "src/LU/Inverse.h"
|
|
|
|
} // namespace Eigen
|
|
|
|
#endif // EIGEN_LU_H
|