comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » bug in curvefit?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
bug in curvefit? [message #29019] Wed, 23 January 2002 09:19
mvukovic is currently offline  mvukovic
Messages: 63
Registered: July 1998
Member
I had to re-code a piece of curvefit, since the matrix multiplication
did not quite work out.

Instead of
alpha = transpose(pder) ## (Weights #
(fltarr(nterms)+1)*pder)
in rsi's curvefit.pro

I had to use (note the change of ## -> #)
alpha = transpose(pder) # (Weights # (fltarr(nterms)+1)*pder)

Anyone else had the same issue?

Mirko
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Naive pointer question ?
Next Topic: Re: When Ptr_New doesn't work

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:19:18 PDT 2025

Total time taken to generate the page: 0.00383 seconds