bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] Re: problem in call to gsl_fft_halfcomplex_unpack


From: Brian Gough
Subject: [Bug-gsl] Re: problem in call to gsl_fft_halfcomplex_unpack
Date: Wed, 9 Apr 2003 13:33:21 +0100

Manoj Warrier writes:
 > //  gsl_complex_packed_array CmplxCoeff[2*n];
 >     double CmplxCoeff[2*n];

Hi, 

Thanks for the bug report.  The documentation of
gsl_complex_packed_array in the manual is poor and needs to be
improved here.

The two declarations above are not equivalent, since
gsl_complex_packed_array is already a pointer type.  Using the
double[] declaration is correct.

best regards,

-- 
Brian Gough

----------------------------------------------------------------------
Network Theory Ltd             Phone: +44 (0)117 3179309
15 Royal Park                    Fax: +44 (0)117 9048108
Bristol BS8 3AL                  WWW: http://www.network-theory.co.uk/
United Kingdom                 Email: address@hidden     
----------------------------------------------------------------------




reply via email to

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