andrewssobral / andrewssobral/redsvd

Does not support Eigen::SparseMatrix<double>.

Open
#6 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.