eigen/Eigen/Cholesky
Gael Guennebaud 02f1615d2a Enable vectorization of product with dynamic matrices,
extended cache optimal product to work in any row/column
major situations, and a few bugfixes (forgot to add the
Cholesky header, vectorization of CwiseBinary)
2008-05-01 13:53:05 +00:00

14 lines
257 B
Plaintext

#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