mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
fully optimized. * Even if LargeBit is set, only parallelize for large enough objects (controlled by EIGEN_PARALLELIZATION_TRESHOLD).
13 lines
153 B
Plaintext
13 lines
153 B
Plaintext
#ifndef EIGEN_LU_H
|
|
#define EIGEN_LU_H
|
|
|
|
#include "Core"
|
|
|
|
namespace Eigen {
|
|
|
|
#include "Eigen/src/LU/Inverse.h"
|
|
|
|
} // namespace Eigen
|
|
|
|
#endif // EIGEN_LU_H
|