1This is an example of how one can wrap some of Eigen into a C library.
23To try this with GCC, do:
45 g++ -c binary_library.cpp -O2 -msse2 -I ../..
6 gcc example.cbinary_library.o -o example -lstdc++
7 ./example
89TODO: add CMakeLists, add more explanations here
10