help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using LAPACK in octave


From: Jordi Gutiérrez Hermoso
Subject: Re: Using LAPACK in octave
Date: Tue, 11 Sep 2007 10:56:22 -0500

Oops, sorry, resending this becuase I forgot to cc: the list.

On 11/09/2007, Jean-Baptiste Poullet <address@hidden> wrote:
> I would like to use LAPACK functions

Octave already uses LAPACK functions by default

> (in particular "sgelsy.f" which
> Computes the minimum norm least squares solution to an over- or
> under-determined system of linear equations A X=B, using a complete
> orthogonal factorization of A) in octave.

Do "x = A\b" where A is your matrix and b is your vector.

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]