source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/compile_snippet.cpp.in
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 173 bytes |
Line | |
---|---|
1 | #include <Eigen/Dense> |
2 | #include <iostream> |
3 | |
4 | using namespace Eigen; |
5 | using namespace std; |
6 | |
7 | int main(int, char**) |
8 | { |
9 | cout.precision(3); |
10 | ${snippet_source_code} |
11 | return 0; |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.