compile_snippet.cpp.in 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #include <Eigen/Dense> #include <iostream> using namespace Eigen; using namespace std; int main(int, char**) { cout.precision(3); ${snippet_source_code} return 0; }