[mlpack-git] [mlpack] Compile error using Visual Studio (#473)

Ryan Curtin notifications at github.com
Wed Nov 18 08:31:48 EST 2015


Can you compile any Armadillo program?  Like this one for instance:

```
#include <armadillo>

int main()
{
  arma::mat someMatrix = arma::randu<arma::mat>(10, 10);
  std::cout << someMatrix(0, 1);
}
```

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/473#issuecomment-157713661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151118/06acda91/attachment.html>


More information about the mlpack-git mailing list