Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3931097 By: nobody
Hello, fine thanks, I don't know exactly what is your problem so don't hesitate to answer me if it is not that. I remember I had some problems with gsl to get (or probably put) values of complex matrix, especialy with functions like gsl_matrix_complex_get() or gsl_matrix_submatrix(). I think there is a bug in these functions. To solve it, I created a temporary vector test_test that contains the same number of row as my matrix test_c_X (or the same number of colon if nbcolon < nbrow), then I put the colon of my matrix where is the value I want into test_test like this: gsl_matrix_complex_get_col(test_test, test_c_X, j) (this function works!!!) and finaly take the "i" value of test_test with something like this: GSL_COMPLEX_AT (test_test, i). In that way, I can get the (i,j) value of my complex matrix, there is probably a better way but I did'nt found it. So I have the equivalence between this: gsl_matrix_complex_get(test_c_X, i, j); and this: gsl_matrix_complex_get_col(test_test, test_c_X, j); GSL_COMPLEX_AT (test_test, i); I hope I gave you a good solution of your problem, don't hesitate to ask me if not. have a nice day. Cordialement, Régis BEGUIN tel: 06 12 92 34 19 e-mail:[EMAIL PROTECTED] ----- Original Message ----- From: "k sj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 25, 2006 1:12 PM Subject: ask for help for gsl > Hi, how are you? > I saw you met a problem of using gsl on the webpage > http://sourceforge.net/forum/message.php?msg_id=3470488. > now i met exactly the same problem. I want to ask if you solved it? And > could tell me some solutions of it? I searched on google but haven't got > any solutions. > Many thanks for yor time. > > best regards > Ke > > _________________________________________________________________ > 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ > > ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=74807 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GnuWin32-Users mailing list GnuWin32-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gnuwin32-users