Summary: | Allow to use LAPACK as back-end | ||
---|---|---|---|
Product: | Eigen | Reporter: | Benoit Jacob <jacob.benoit.1> |
Component: | Core - general | Assignee: | Nobody <eigen.nobody> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | gael.guennebaud, jacob.benoit.1 |
Priority: | --- | Keywords: | JuniorJob |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Bug Depends on: | |||
Bug Blocks: | 1608 |
Description
Benoit Jacob
2011-02-03 14:07:37 UTC
We currently can use MKL's Lapack, minor changes are required to enable any Lapack/clapack backends. Done: https://bitbucket.org/eigen/eigen/commits/104a5b1a95c6/ Summary: Bug 173: remove dependency to MKL for LAPACKe backend. https://bitbucket.org/eigen/eigen/commits/d7fee884a1f5/ Summary: Rename MKL files https://bitbucket.org/eigen/eigen/commits/5a763c285121/ Summary: Clean references to MKL in LAPACKe support. The next step would be wrap more routines like BDCSVD, complete orthogonal QR, EigenSolver, etc. -- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/173. |