This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
SRI-DYZBC2
/
Vehicle-cpp
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
Vehicle-cpp
/
zjw
/
工控机安装资料
/
eigen-3.4.0
/
demos
/
mix_eigen_and_c
chengkaiqiang
e6b2cb2e99
DYZBC_20250121
il y a 8 mois
..
README
e6b2cb2e99
DYZBC_20250121
il y a 8 mois
binary_library.cpp
e6b2cb2e99
DYZBC_20250121
il y a 8 mois
binary_library.h
e6b2cb2e99
DYZBC_20250121
il y a 8 mois
example.c
e6b2cb2e99
DYZBC_20250121
il y a 8 mois
README
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