mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
3eccfd1a78
-fix CMakeLists, public headers weren't getting installed
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
#ifndef EIGEN_QR_MODULE_H
|
|
#define EIGEN_QR_MODULE_H
|
|
|
|
#include "Core"
|
|
|
|
namespace Eigen {
|
|
|
|
#include "src/QR/QR.h"
|
|
#include "src/QR/EigenSolver.h"
|
|
|
|
} // namespace Eigen
|
|
|
|
#endif // EIGEN_QR_MODULE_H
|