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