Closed dexterurbane closed 9 years ago
One thing: there are lots of errors to do with converting between signed, unsigned etc. Armadillo uses arma::uword, and for the most part std uses size_t. These are not the same, but their use can get mixed up. What is the correct, not-too pedantic way of dealing with this?
... leave off various warnings we thing we can ignore...