2008-04-14 16:20:24 +08:00
|
|
|
#ifndef EIGEN_LU_H
|
|
|
|
#define EIGEN_LU_H
|
|
|
|
|
|
|
|
#include "Core"
|
|
|
|
|
|
|
|
namespace Eigen {
|
|
|
|
|
2008-04-15 01:07:12 +08:00
|
|
|
#include "Eigen/src/LU/Determinant.h"
|
2008-04-14 16:20:24 +08:00
|
|
|
#include "Eigen/src/LU/Inverse.h"
|
|
|
|
|
|
|
|
} // namespace Eigen
|
|
|
|
|
|
|
|
#endif // EIGEN_LU_H
|