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

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

[Octave-bug-tracker] [bug #44882] java arrays are not automatically conv


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44882] java arrays are not automatically converted to octave types
Date: Fri, 24 Apr 2015 10:00:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.6.0

Follow-up Comment #17, bug #44882 (project octave):

I found the problem. I believe this should actually be a bug on liboctave

is_real_scalar only returns true to floating points but is_real_type returns
true for integers as well. I was expecting is_real_scalar to be the same as
"v.numel () == 1 && v.is_real_type ()"


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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