mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
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
|