mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
|
#ifndef EIGEN_QR_MODULE_H
|
||
|
#define EIGEN_QR_MODULE_H
|
||
|
|
||
|
#include "Core"
|
||
|
|
||
|
namespace Eigen {
|
||
|
|
||
|
#include "Eigen/src/QR/QR.h"
|
||
|
|
||
|
} // namespace Eigen
|
||
|
|
||
|
#endif // EIGEN_QR_MODULE_H
|