I need to use lapack function 'DGGLSE' in python to solve a least square problem with constraints.
I found some low level functions of lapack can be found in scipy as follow http://docs.scipy.org/doc/scipy/reference/linalg.lapack.html but the one I am interested was not included, and seems that most of driver codes of lapack is not included anyway.
I wonder if there is way I can do it. Thanks. -Yan