|
From: | Doug Stewart |
Subject: | Re: pinv() error message |
Date: | Thu, 12 Oct 2017 11:39:37 -0400 |
siko1056 wrote
> # 1.3 GB (Octave only) for intermediate computations
> + tic; X2 = A \ b; toc
> Elapsed time is 31.0354 seconds.
Thank you, that was very helpful.
If I may ask, would you try this on your system and tell me if it gives the
same answer (to a reasonable accuracy?):
tic; X3 = (A'*A)\(A'*b); toc
.
[Prev in Thread] | Current Thread | [Next in Thread] |