At Tue, 28 Aug 2007 13:42:25 +0100,
Matthew Boulton wrote:
> 
> Hello. Really short question here. How do I set the 'j'th element of a 
> permutation equal to an integer imax?
> 

By direct access:
perm->data[j] = imax

-- 
Brian Gough

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to