Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame^] | 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 | } |