Download Latest Version QCustomPlot-sharedlib.tar (10.2 kB)
Email in envelope

Get an email when there's a new version of PhotonLoop

Home / lib / Eigen / demos / mix_eigen_and_c
Name Modified Size InfoDownloads / 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
Source: README, updated 2017-11-22