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 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 > -- http://mail.python.org/mailman/listinfo/python-list