eigen/doc/snippets/compile_snippet.cpp.in
Benoit Jacob a316cd8a76 now cmake takes snippets of code, completes them into compilable sources, builds them,
executes them and stores their output in files.
2007-12-21 09:30:32 +00:00

8 lines
117 B
C++

#include <Eigen/Core.h>
USING_EIGEN_DATA_TYPES
using namespace std;
int main(int, char**)
{
${snippet_source_code}
}