[bug #48518] No warning for singular diagonal matrices
Markus Mützel <[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 #3, bug #48518 (group octave):
I'm not sure I understand what you mean by "non-diagonal matrix". But `M` is
still a diagonal matrix for me after that assignment with the Octave 11 RC2.
And I still don't get a warning:
octave:4> M = eye(2)
M =
Diagonal Matrix
1 0
0 1
octave:5> M(2,2) = 0
M =
Diagonal Matrix
1 0
0 0
octave:6> M \ [1;1]
ans =
1
0
octave:7> version
ans = 11.0.92
octave:8>
Did something change on the stable branch since the RC2 that transforms the
diagonal matrix to a full(?) matrix on that assignment now?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?48518>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaZQuvAAKCRCqLAuaBUf3 TvGmAP42eIrHunjIJyLGF9OPLPMFmSHbVfJzttZzGIF2oMi6bAEAsCt0rTFzOHGL hFvpC5guIxXCQGfh5C0Rt6IeP8Su6go= =oEgG -----END PGP SIGNATURE-----