Summary: | [SparseSparseProductWithPruning] Integer overflow in ratioColRes estimation | ||
---|---|---|---|
Product: | Eigen | Reporter: | Jérémie <jeremie.dumas> |
Component: | Sparse | Assignee: | Nobody <eigen.nobody> |
Status: | RESOLVED FIXED | ||
Severity: | Unknown | CC: | chtz, gael.guennebaud |
Priority: | Normal | ||
Version: | 3.2 | ||
Hardware: | x86 - 64-bit | ||
OS: | All | ||
Whiteboard: |
Description
Jérémie
2016-05-26 10:14:24 UTC
Thanks for the report, I've simply moved the conversion to double before the product. devel: https://bitbucket.org/eigen/eigen/commits/caa3c3993517/ 3.2: https://bitbucket.org/eigen/eigen/commits/282ed0ab80a9/ -- 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/1236. |