[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] changing combination/demo.c
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] changing combination/demo.c |
Date: |
Sun, 16 Dec 2012 17:58:41 -0600 |
Hi Jorge,
> But if i need a list like {11,bb,36,gg,zz}
>
> ??Which chages i have to do using gsl??
I'm not sure I understand.
Are you looking to use your own labels for the elements? For example,
instead of 0, 1, 2, 3, 4, 5, 6 you want to use a, b, c, d, e, f, g?
Or are you looking to reformat the output in some other way? Either
way, could you give a more complete sample output that you would like
to achieve?
- Rhys