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