octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39254] complex + real fails for n-d arrays


From: anonymous
Subject: [Octave-bug-tracker] [bug #39254] complex + real fails for n-d arrays
Date: Fri, 14 Jun 2013 18:57:28 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:21.0) Gecko/20100101 Firefox/21.0

URL:
  <http://savannah.gnu.org/bugs/?39254>

                 Summary: complex + real fails for n-d arrays
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 14 Jun 2013 06:57:27 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Jeff Fessler
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Mac OS

    _______________________________________________________

Details:



% 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 ./





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39254>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]