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