|
"Matt J" wrote in message <igl9f5$bcd$1@fred.mathworks.com>...
> "Nargol" wrote in message <igl12g$54o$1@fred.mathworks.com>...
> >
> > Both of these programs give good results, when the problem is not very big. However, they are not useful when I have a system of size 500*3000, for example. The Jacobian of my particular problem is not very sparse (but still not very bad), but using LM, since we need to compute J'.J, we get fill-in and the matrix becomes very dense and hence we face memory problems.
> ========
>
> So your J'*J is a dense 3000x3000 matrix ? That doesn't seem large enough to cause memory problems, even on computers from 5 years ago...
Oh, thanks for pointing that out. I had missed a zero. It is about 30000*30000.
|