help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] linear least squares fitting for complex data set


From: Patrick Alken
Subject: Re: [Help-gsl] linear least squares fitting for complex data set
Date: Tue, 07 Aug 2012 15:56:33 -0600
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

There aren't any native complex implementations of the multifit routines. In principle you could order a real matrix and coeff and rhs vectors as: real imag real imag, etc. But its probably easiest to use the complex LAPACK routines for this.

On 08/07/2012 03:29 PM, Apurv Bhartia wrote:
Hi,

Is there a way to use least squares fit for complex data sets? All of the
*_multifit_* variants seem to require non-complex data. If not, then any
advice on how I can somehow get this done?

Thanks,
Apurv




reply via email to

[Prev in Thread] Current Thread [Next in Thread]