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: Multi-dimensional minimization


Nicolas Bouche writes:
 > i am trying to perform a multilinear fit such as,
 > 
 > \chi^2 = (y - X c)^T W (y - X c)
 > 
 >  with W non-diagonal! So gsl_multifit_wlinear  won't do it.
 > 
 > Is there  a routine in GSL to do this??

No, but it can be solved using a combination of matrix decomposition
routines.

-- 
Brian Gough

Network Theory Ltd            
15 Royal Park                 
Bristol BS8 3AL               
United Kingdom                

Tel: +44 (0)117 3179309 
Fax: +44 (0)117 9048108              
Web: http://www.network-theory.co.uk/


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