bugGNU Octave - Bugs: bug #39254, double + single fails for complex...

 
 

bug #39254: double + single fails for complex n-d arrays

Submitter:  None
Submitted:  Fri 14 Jun 2013 06:57:27 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Fixed Assigned to:  dbateman
Originator Name:  Jeff Fessler Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 20 Jun 2013 01:29:13 AM UTC, comment #1: 
David Bateman <dbateman>
Group Member
Fri 14 Jun 2013 06:57:27 PM UTC, original submission:  



% the following simple code fails with error:
% invalid conversion of ComplexNDArray to ComplexMatrix

c = single(5i * ones(2,3,4));
d = double(6i * ones(2,3,4));
c + d


same error message for - .* and ./

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dbateman (Posted a comment)
  • -email is unavailable- added by jordigh (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-20 dbateman StatusConfirmed Fixed
        Assigned toNone dbateman
        Open/ClosedOpen Closed
    2013-06-14 jordigh StatusNone Confirmed
        Summarycomplex + real fails for n-d arrays double + single fails for complex n-d arrays

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code