aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
blob: 9d92196d55c6dfd5bd3bdaf2a0d6bd19182e085d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EIGEN_LU_H
#define EIGEN_LU_H

#include "Core"

namespace Eigen {

#include "Eigen/src/LU/Inverse.h"

} // namespace Eigen

#endif // EIGEN_LU_H