User profile: hadis

User info
User name:hadis
History
Joined:
Number of posts:4
Latest posts:

why C++ works slower than MATLAB
Hi 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 Matrics
Hi Does anyone know how I can compress my sparse matrix with the easiest way? and how I have to m...

how to fix stack overflow
Thanks for your reply. I didn't used something like: [code] int iVec[vSize];[/code] I always use ma...

how to fix stack overflow
Hi I have big matrices like 600*600 and larger in my code. I'm trying to estimate a parameter and...