[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Custom structures containing gsl_vector
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Custom structures containing gsl_vector |
Date: |
Thu, 29 Nov 2007 14:19:30 +0000 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Tue, 27 Nov 2007 17:50:53 +0000,
Daniel J Farrell wrote:
> memcpy(spectra->x->block->data,x,count * sizeof(double));
> memcpy(spectra->y->block->data,y,count * sizeof(double));
One minor point: x->data is equivalent to x->block->data
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/