| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| example.c | 2017-11-22 | 1.6 kB | |
| README | 2017-11-22 | 261 Bytes | |
| binary_library.cpp | 2017-11-22 | 4.2 kB | |
| binary_library.h | 2017-11-22 | 3.3 kB | |
| Totals: 4 Items | 9.4 kB | 0 | |
This is an example of how one can wrap some of Eigen into a C library. To try this with GCC, do: g++ -c binary_library.cpp -O2 -msse2 -I ../.. gcc example.c binary_library.o -o example -lstdc++ ./example TODO: add CMakeLists, add more explanations here