Skip to content

Conversation

@Fedr
Copy link
Contributor

@Fedr Fedr commented Oct 22, 2025

Do not #include <Eigen/Dense> as is, because many compilers show various warnings in it. Instead first #include <MRPch/MREigenCore.h>, where warnings are suppressed, and then include the necessary part:

  • #include <Eigen/LU> or
  • #include <Eigen/QR> or
  • #include <Eigen/SVD>

@Fedr Fedr changed the title include Eigen via our headers unify Eigen inclusions Oct 22, 2025
@Fedr Fedr requested a review from Grantim October 23, 2025 06:43
@Fedr Fedr merged commit 4f78412 into master Oct 23, 2025
35 checks passed
@Fedr Fedr deleted the fix/Eigen branch October 23, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants