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