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