aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/compile_snippet.cpp.in
blob: bc79e255329d19eff00f29d287f310c8c716263d (plain)
1
2
3
4
5
6
7
8
#include <Eigen/Core>
USING_PART_OF_NAMESPACE_EIGEN
using namespace std;
int main(int, char**)
{
${snippet_source_code}
return 0;
}