Re: [Help-gsl] adding gsl_combination elements to gprtarray in glib but cannot retrieve

2013-09-01 Thread Awhan Patnaik
> From: Analabha Roy > To: help-gsl@gnu.org > Subject: [Help-gsl] adding gsl_combination elements to gprtarray in > glib, but cannot retrieve > > As you can see, it prints the combinations correctly in the do...while loop > where the combinations are iterated

[Help-gsl] adding gsl_combination elements to gprtarray in glib, but cannot retrieve

2013-08-26 Thread Analabha Roy
Hi all, I'm trying to generate combinations of M integers from a set of M^2 consecutive integers, then exclude some combinations based on some (currently irrelevant) criteria, and trying to store them dynamically in memory so that I may be able to access them later. The combinations are being gen