hi,i have some trouble when using GSL.
i want to define a gsl_block_complex_struce,but i found the struct define
not by
struct gsl_block_complex_struct
{
size_t size;
gsl_complex *data;
};
but
struct gsl_block_complex_struct
{
size_t size;
double *data;
};
so if i want to define
gsl_block_complex *t = gsl_block_complex_alloc(2);
then 't' only have 2 double data but not 2 gsl_complex data.
thank you.
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl