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

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

[Octave-bug-tracker] [bug #61977] strange behaviour


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #61977] strange behaviour
Date: Wed, 2 Feb 2022 03:28:59 -0500 (EST)

Update of bug #61977 (project octave):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 
              Depends on:                         => bugs #60490            

    _______________________________________________________

Follow-up Comment #1:

Using integer types doesn't work, I get ""binary operator '^' not implemented
for 'uint8 matrix' by 'scalar' operations". So I assume when you say "small
integers" you mean "doubles without fractional part". Anyway, this is not
relevant here. The operation behind the "^" operator (blas behind the hood) is
not interruptible:


octave:1> a = ones (2000, 2000);
octave:2> a^128; ## takes a few seconds
octave:3> a^128; ## Ctrl+C has no effect
^C^C^C
octave:4> 


This behavior has been introduced to fix bug #47400. See also bug #60490.

I'll close this report as a duplicate of bug #60490 which is already linked to
the original bug #47400 and has a much more meaningful title.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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