Files
eigen/Eigen/Cholesky

14 lines
257 B
Plaintext
Raw Normal View History

#ifndef EIGEN_CHOLESKY_MODULE_H
#define EIGEN_CHOLESKY_MODULE_H
#include "Core"
namespace Eigen {
#include "Eigen/src/Cholesky/Cholesky.h"
#include "Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h"
} // namespace Eigen
#endif // EIGEN_CHOLESKY_MODULE_H