source: pacpussensors/trunk/Vislab/lib3dv/eigen/demos/mix_eigen_and_c/README@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 261 bytes
Line 
1This is an example of how one can wrap some of Eigen into a C library.
2
3To try this with GCC, do:
4
5 g++ -c binary_library.cpp -O2 -msse2 -I ../..
6 gcc example.c binary_library.o -o example -lstdc++
7 ./example
8
9TODO: add CMakeLists, add more explanations here
Note: See TracBrowser for help on using the repository browser.