Skip to content
compile_snippet.cpp.in 173 B
Newer Older
Luker's avatar
Luker committed
#include <Eigen/Dense>
#include <iostream>

using namespace Eigen;
using namespace std;

int main(int, char**)
{
  cout.precision(3);
  ${snippet_source_code}
  return 0;
}