Re: Generalized Linear Least Squares Problems

2005-06-01 Thread Robert Kern
Colin J. Williams wrote: > Tim Leslie wrote: > >>On 31 May 2005 03:12:49 -0700, venkat <[EMAIL PROTECTED]> wrote: >> >>>Hi, >>> >>>I want to solve linear least sqaure problem( min||c-Ax||2 subject to >>>Bx=d ). How do I do it in python. lapack has a routine for doing this >>>(DGGLSE). Can I access

Re: Generalized Linear Least Squares Problems

2005-06-01 Thread Colin J. Williams
Tim Leslie wrote: > On 31 May 2005 03:12:49 -0700, venkat <[EMAIL PROTECTED]> wrote: > >>Hi, >> >>I want to solve linear least sqaure problem( min||c-Ax||2 subject to >>Bx=d ). How do I do it in python. lapack has a routine for doing this >>(DGGLSE). Can I access this from python? >> > > > Check

Re: Generalized Linear Least Squares Problems

2005-05-31 Thread Tim Leslie
On 31 May 2005 03:12:49 -0700, venkat <[EMAIL PROTECTED]> wrote: > Hi, > > I want to solve linear least sqaure problem( min||c-Ax||2 subject to > Bx=d ). How do I do it in python. lapack has a routine for doing this > (DGGLSE). Can I access this from python? > Check out scipy, in particular the l

Generalized Linear Least Squares Problems

2005-05-31 Thread venkat
Hi, I want to solve linear least sqaure problem( min||c-Ax||2 subject to Bx=d ). How do I do it in python. lapack has a routine for doing this (DGGLSE). Can I access this from python? TIA, venkat. -- http://mail.python.org/mailman/listinfo/python-list