<p>It crashes, here is a simple test case:</p>

<pre><code>BOOST_AUTO_TEST_CASE(QUICSVDSameDimensionTest)
{
  arma::mat dataset = arma::randn&lt;arma::mat&gt;(10, 10);

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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/issues/717#issuecomment-234092937">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFDnhVJ9VqMuf_Zu6SfwRRvuTTo7Nks5qXpaVgaJpZM4JHAzz">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFLo63kuOQ8fybAf_Qq2VCmTRQtENks5qXpaVgaJpZM4JHAzz.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/717#issuecomment-234092937"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>