bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Bug in gsl_matrix_complex_view_array and gsl_vector_complex_vi


From: Igor Gotlibovych
Subject: [Bug-gsl] Bug in gsl_matrix_complex_view_array and gsl_vector_complex_view_array
Date: Fri, 11 Sep 2009 17:09:30 +0200

I have discovered a bug with gsl_matrix_complex_view_array, seen from the 
definition

gsl_matrix_complex_view_array (double * base,
                             const size_t n1, 
                             const size_t n2);
 
I expected base to be of type gsl_complex*, to be consistent with corresponding 
functions for other types. The same problem exists for 
gsl_vector_complex_view_array.

I will have to resort to assigning the view structs manually for my current 
project.

Thanks,
Igor Gotlibovych
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser




reply via email to

[Prev in Thread] Current Thread [Next in Thread]