<p>Can you compile any Armadillo program?  Like this one for instance:</p>

<pre><code>#include &lt;armadillo&gt;

int main()
{
  arma::mat someMatrix = arma::randu&lt;arma::mat&gt;(10, 10);
  std::cout &lt;&lt; someMatrix(0, 1);
}
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/473#issuecomment-157713661">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFJKkuqxTclc6Dt_VdeCXeDCcD7Cjks5pHHVEgaJpZM4GkhDb.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/473#issuecomment-157713661"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>