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

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

[Octave-bug-tracker] [bug #63935] error during evaluation of conditional


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #63935] error during evaluation of conditional in if
Date: Fri, 17 Mar 2023 12:07:24 -0400 (EDT)

Follow-up Comment #4, bug #63935 (project octave):

maybe related. that's about performance of if(all(x)) versus if(x) which
operates with an implied all.  the part that confuses me is why 


if ([true true true]') ...


would be fine but 


if ([true true true]' & [true true true]') ...


fails, when both internal parts should be the same before the 'if' has
anything to do. 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63935>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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