blob: 952a3ee817fabc21ba5865cdf10eebadf85dd29b [file] [log] [blame]
Benoit Jacoba316cd82007-12-21 09:30:32 +00001#include <Eigen/Core.h>
2USING_EIGEN_DATA_TYPES
3using namespace std;
4int main(int, char**)
5{
6${snippet_source_code}
Benoit Jacobc38156a2007-12-21 10:35:00 +00007return 0;
Benoit Jacoba316cd82007-12-21 09:30:32 +00008}