[mlpack-git] [mlpack] Error Compiling Lars.cpp on Windows (#424)

Joseph Mariadassou notifications at github.com
Sat Mar 21 02:54:19 EDT 2015


Thanks. I guess the error in
double Radical::DoRadical2D(const mat& matX)
{
 .....
    matJacobi(0, 0) = cosTheta;
 ...
 }
is the same. The workaround for this is to use
matJacobi.at(0,0) = cosTheta


---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/424#issuecomment-84268273
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150320/99f7951f/attachment.html>


More information about the mlpack-git mailing list