2007-12-28 16:20:00 +00:00
|
|
|
#include <Eigen/Core>
|
2007-12-24 11:14:25 +00:00
|
|
|
USING_PART_OF_NAMESPACE_EIGEN
|
2007-12-21 09:30:32 +00:00
|
|
|
using namespace std;
|
|
|
|
|
int main(int, char**)
|
|
|
|
|
{
|
|
|
|
|
${snippet_source_code}
|
2007-12-21 10:35:00 +00:00
|
|
|
return 0;
|
2007-12-21 09:30:32 +00:00
|
|
|
}
|