help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] Implementing float gsl_multifit_nlin


From: Oliver Jennrich
Subject: Re: [Help-gsl] Implementing float gsl_multifit_nlin
Date: Fri, 10 Aug 2007 00:00:57 +0200

On 8/9/07, Gordan Bobic <address@hidden> wrote:
> Hi,
>
> I sort of bit this off in the hope that it's not more than I can chew,
> but it looks like the support for the majority of the required
> components for non-linear fitting are only implemented for gsl_vector
> and gsl_matrix types, rather than gsl_vector_float and gsl_matrix_float.
>
> Is this really the case, or am I missing something?
> I'm about a thousand lines into the patch, and more and more stuff keeps
> coming up. :-(
>
> Where are:

> compute_diag()

lmutil.c

> compute_gradient_direction()

lmpar.c

and all the following:

> compute_trial_step()
> compute_rptdx()
> scaled_enorm()
> enorm()

in lmutil.c

>
> defined?

grep -R compute_ *.c is useful.

-- 
Space -- the final frontier




reply via email to

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