why C++ works slower than MATLABHi I wrote a code in MATLAB and then I trnaslated it to c++. when the size of my matrices are les...
How to compress Sparze MatricsHi Does anyone know how I can compress my sparse matrix with the easiest way? and how I have to m...
how to fix stack overflowThanks for your reply. I didn't used something like: [code] int iVec[vSize];[/code] I always use ma...
how to fix stack overflowHi I have big matrices like 600*600 and larger in my code. I'm trying to estimate a parameter and...