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

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

[Octave-bug-tracker] [bug #51333] Reductions on an empty matrix is incon


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #51333] Reductions on an empty matrix is inconsistent
Date: Sun, 18 Mar 2018 17:34:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36

Follow-up Comment #5, bug #51333 (project octave):

> Quote SUDHIR KUMAR SUMAN
>
> Can't  we just remove that . cc file and replace with  it  i.e  . m file. 

Please reply only via this bug-tracker;

   https://savannah.gnu.org/bugs/?51333

The email is just for notification, not for answering.

"dot" is a core function, that means it should be super fast, as it is often
called.  M-files are slower in execution (they require interpretation). 
Furthermore, this function should be offered to users that compile against
libinterpreter (see standalone programs [1]).  Thus your solution is
unfortunately no feasible solution.

Maybe you can try to solve this issue on C++ level, not just as a quick fix,
but this requires some more time.

[1]:
https://octave.org/doc/interpreter/Standalone-Programs.html#Standalone-Programs

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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