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
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
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