Re: Method of the least squares
From: Duane Bozarth (dp_bozarth_at_swko.dot.net)
Date: 10/22/04
- Next message: Bonj: "RE: C# to VB.NET"
- Previous message: Larry Serflaten: "Re: Odd looking assignment operator"
- In reply to: Roman: "Method of the least squares"
- Next in thread: David Youngblood: "Re: Method of the least squares"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 22 Oct 2004 09:07:55 -0500
Roman wrote:
>
> Hi,
>
> I am looking the code for the method of the least squares but non linear.
> Does anyone know where can I find it?
>
> Roman
http://netlib3.cs.utk.edu/cgi-bin/search.pl?query=gams/K1b%2A
Fortran source, of course, not VB, but <possible> to translate although
I'd recommend making whatever you use into a dll (unless, of course, you
do find something actually written in VB or another library/dll).
One advantage, btw, of Fortran w/VB is that array storage is
column-major in both so processing is in linear order more easily than
w/C which can speed algorithms significantly.
- Next message: Bonj: "RE: C# to VB.NET"
- Previous message: Larry Serflaten: "Re: Odd looking assignment operator"
- In reply to: Roman: "Method of the least squares"
- Next in thread: David Youngblood: "Re: Method of the least squares"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|