Generalized Linear Least Squares Problems

Tim Leslie tim.leslie at gmail.com
Tue May 31 06:21:18 EDT 2005


On 31 May 2005 03:12:49 -0700, venkat <vvenkatagr at yahoo.com> 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 linear algebra package.

http://www.scipy.org/documentation/apidocs/scipy/scipy.linalg.html

Cheers,

Tim
 
> TIA,
> venkat.
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list