Skip to content

Use Eigen in OGS

Norihiro Watanabe requested to merge github/fork/norihiro-w/feature-Eigen into master

This PR doesn't include any codes using Eigen but is needed later for testing FemLib using Eigen.

Remarks

  • You can deactivate debugging of Eigen by EIGEN_NO_DEBUG option. It is known that Eigen is slow in debug mode.
  • EIGEN_INITIALIZE_MATRICES_BY_ZERO is always defined.

Merge request reports