verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
witness has joined #mlpack
witness has joined #mlpack
witness has quit [Quit: Connection closed for inactivity]
< JaraxussTong> hi, how can I do arma::uvec ind = arma::sort_index(eigval, "descend"); in earlier armadillo version?
< JaraxussTong> compiling in travis ci meets problem with this
dataVinci has joined #mlpack
dataVinci has quit [Read error: Connection reset by peer]
< zoq> JaraxussTon: You can use arma::uvec ind = arma::sort_index(eigval, 1);