2007-12-29 00:20:00 +08:00
|
|
|
#include <Eigen/Core>
|
2008-06-03 17:43:59 +08:00
|
|
|
#include <Eigen/Array>
|
2008-05-29 11:12:30 +08:00
|
|
|
#include <Eigen/LU>
|
2007-12-24 19:14:25 +08:00
|
|
|
USING_PART_OF_NAMESPACE_EIGEN
|
2007-12-21 17:30:32 +08:00
|
|
|
using namespace std;
|
|
|
|
|
int main(int, char**)
|
|
|
|
|
{
|
|
|
|
|
${snippet_source_code}
|
2007-12-21 18:35:00 +08:00
|
|
|
return 0;
|
2007-12-21 17:30:32 +08:00
|
|
|
}
|