help-octave
[Top][All Lists]
Advanced

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

Re: Re: lsqr function


From: address@hidden
Subject: Re: Re: lsqr function
Date: Tue, 9 Jun 2015 23:05:37 +0900 (JST)

--- nkrakaue wrote:
> lsqr isn't currently implemented in Octave. In most cases, x = A\b will give 
> the same results​

I have cosulted the MATLAB document for lsqr. It is a function to solve linear 
relation Ax=b in iterative least square method. It is intended for A being a 
large sparse matrix.

Now MATLAB and octave can handle sparse matrices in sophisticated way so that 
x=A\b works in most case even if A is a large sparse matrix.

Tatsuro



reply via email to

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