blob: 5876aab9c7a672dea4a98f2f2e4d66c482f32528 [file] [log] [blame]
Benoit Jacob86220782007-12-28 16:20:00 +00001#include <Eigen/Core>
Gael Guennebaudbcb32832008-06-03 09:43:59 +00002#include <Eigen/Array>
Benoit Jacob486fdb22008-05-29 03:12:30 +00003#include <Eigen/LU>
Benoit Jacob62ec1dd2008-07-15 23:56:17 +00004
Benoit Jacob3cd2a122007-12-24 11:14:25 +00005USING_PART_OF_NAMESPACE_EIGEN
Benoit Jacoba316cd82007-12-21 09:30:32 +00006using namespace std;
Benoit Jacob62ec1dd2008-07-15 23:56:17 +00007
Benoit Jacoba316cd82007-12-21 09:30:32 +00008int main(int, char**)
9{
Benoit Jacob62ec1dd2008-07-15 23:56:17 +000010 cout.precision(3);
11 ${snippet_source_code}
12 return 0;
Benoit Jacoba316cd82007-12-21 09:30:32 +000013}