blob: 9f7d568e5a46ed8aa7970e167a9da37aa1098fdb [file] [log] [blame]
#include <Eigen/Core.h>
USING_PART_OF_NAMESPACE_EIGEN
using namespace std;
int main(int, char**)
{
${snippet_source_code}
return 0;
}