Re: Damped least square



On Oct 10, 3:30 pm, jooduk...@xxxxxxxxx wrote:
hi

to solve for Ax=b, I want to use Damped least square method.

A : M x N M>>N,
b: M x1
A and b : Known

Does somebody know the matlab function or code for Damped least square
method?

Please let me know

Hi,
the LSQR that Peter pointed to is in the general Matlab not in the
optimization toolbox. Just say help lsqr.
Hans

.