refl-cpp icon indicating copy to clipboard operation
refl-cpp copied to clipboard

How can I integrate this lib with Eigen3 math lib?

Open rocketman123456 opened this issue 1 year ago • 2 comments

I’m new to this lib and I cannot find a way to reflect eigen matrix

rocketman123456 avatar May 29 '24 01:05 rocketman123456

refl-cpp requires you to write metadata definitions for unknown types, such as the types in Eigen.

Maybe start here: https://veselink1.github.io/refl-cpp/md__introduction.html#autotoc_md49

veselink1 avatar May 30 '24 06:05 veselink1

Thanks a lot! I will update if I make any progress

rocketman123456 avatar May 31 '24 01:05 rocketman123456