Sha256: 5d49a0cd13821f785c2316d3c83bde818e2b34fc99eb134616f30be68b4845c0
Contents?: true
Size: 261 Bytes
Versions: 9
Compression:
Stored size: 261 Bytes
Contents
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
Version data entries
9 entries across 9 versions & 1 rubygems