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