C++ library - Using Quadprog++ and Array.hh -
i'm trying use quadprog++ library (http://quadprog.sourceforge.net/) there no documentation it. in particular i'm trying exponential of matrix function of array.hh (http://bit.ly/za0k1j) have no idea how write it. thought write in way:
matrix<double> a; a.resize(4,4); a=a^2;
but doesn't work. lot help!
Comments
Post a Comment