[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8262] Make issymetric work on non-numeric
From: |
Arun Giridhar |
Subject: |
[Octave-patch-tracker] [patch #8262] Make issymetric work on non-numeric matrices |
Date: |
Wed, 18 Dec 2013 00:19:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 |
URL:
<http://savannah.gnu.org/patch/?8262>
Summary: Make issymetric work on non-numeric matrices
Project: GNU Octave
Submitted by: arungiridhar
Submitted on: Tue 17 Dec 2013 07:19:37 PM EST
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
The function issymetric worked only on numeric matrices, which is too
restrictive, because a non-numeric matrix can be called symmetric if it equals
its own transpose, such as ["prose"; "razor"; "ozone"; "sonic"; "erect"]. I've
changed the code to include character matrices (patch attached).
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 17 Dec 2013 07:19:37 PM EST Name: issymmetric.diff Size: 2kB By:
arungiridhar
mercurial patch
<http://savannah.gnu.org/patch/download.php?file_id=30033>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8262>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #8262] Make issymetric work on non-numeric matrices,
Arun Giridhar <=