This website works better with JavaScript
Home
Explore
Help
Sign In
SRI-DYZBC2
/
Vehicle-cpp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e6b2cb2e99
Branches
Tags
master
Vehicle-cpp
/
zjw
/
工控机安装资料
/
eigen-3.4.0
/
demos
/
mix_eigen_and_c
chengkaiqiang
e6b2cb2e99
DYZBC_20250121
8 months ago
..
README
e6b2cb2e99
DYZBC_20250121
8 months ago
binary_library.cpp
e6b2cb2e99
DYZBC_20250121
8 months ago
binary_library.h
e6b2cb2e99
DYZBC_20250121
8 months ago
example.c
e6b2cb2e99
DYZBC_20250121
8 months ago
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