[mlpack-git] [mlpack/mlpack] QUIC-SVD fails if m=n. (#717)

Marcus Edel notifications at github.com
Wed Jul 20 17:43:49 EDT 2016


It crashes, here is a simple test case:

```
BOOST_AUTO_TEST_CASE(QUICSVDSameDimensionTest)
{
  arma::mat dataset = arma::randn<arma::mat>(10, 10);

  // Obtain the SVD using default parameters.
  arma::mat u, v, sigma;
  svd::QUIC_SVD quicsvd(dataset, u, v, sigma);
}
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/717#issuecomment-234092937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160720/27216b68/attachment-0001.html>


More information about the mlpack-git mailing list