This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Function To Convolve 2 gsl_vector's ?


banerjee@wernicke.ccn.upenn.edu writes:
 > Is there a function already written that will yield the convolution of 2
 > gsl_vector's? (I searched the GSL doco but did not find such a routine.)

Not specifically.  For most convolutions you'll want to use an FFT, so
it depends what type of FFT is appropriate -- so there's no single
function for convolutions in the library.

regards
Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]