[bug #68238] linsolve: 2nd output should return rcond for square matrix, rank for nonsquare
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #2, bug #68238 (group octave):
For large size it is significant:
octave:6> a=rand(5001,5001);
octave:7> tic ; rcond(a); toc
Elapsed time is 0.382138 seconds.
octave:8> a=rand(5001,5000);
octave:9> tic ; rank(a); toc
Elapsed time is 13.0437 seconds.
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68238>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCad4YjQAKCRCqLAuaBUf3 TmeFAP4khFNbrKXHC+nHvJBf8rM8sKFwpRUcYXnPGt0hVyybdwD7BXeqJxHkMSdw wwYyeyGkuNHdYxMtX2CxhCiHgpkOhA4= =Saw4 -----END PGP SIGNATURE-----