andrewssobral / andrewssobral/redsvd
Does not support Eigen::SparseMatrix<double>.
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C++
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```
The following snippet won't compile.
Eigen::SparseMatrix a(4, 5);
REDSVD::RedSVD svd(a, 2);
The precision of float is too low for some application.
```
Original issue reported on code.google.com by `updog...@gmail.com` on 23 Nov 2012 at 8:07
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.