Recently I am using Eigen library for a project. I’m curious why there’s no binary file to link, but only a header. I don’t really understand how Eigen works behind the scene to make this possible.
© 2022 - 2024 — McMap. All rights reserved.
Recently I am using Eigen library for a project. I’m curious why there’s no binary file to link, but only a header. I don’t really understand how Eigen works behind the scene to make this possible.
© 2022 - 2024 — McMap. All rights reserved.
inline
(explicitly or implicitly). If this is about how this affects building with CMake, state that in your question more clearly (ideally showing a problem which you have). – Thuthucydides