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

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

[Octave-bug-tracker] [bug #57450] interp3 horizontal output on horizonta


From: Hg200
Subject: [Octave-bug-tracker] [bug #57450] interp3 horizontal output on horizontal input
Date: Thu, 19 Dec 2019 13:24:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

Follow-up Comment #2, bug #57450 (project octave):

The behaviour is a bit dangerous. Currently i am writing on a new (missing)
octave function. There i have to use interp3. I then multiply the result to
one of its input vectors. Because the output is the transpose i obtain a
matrix instead of a vector. Unfortunately this results in a wrong result and
even worse does not cause an error.

What i want to emphasize is that if interp3 is changed it is most likely a
good idea to grep the whole octave folder and see if there is any use of
interp3 in some other *.m files. If yes it must be checked if a vector
operation is made on the output data. If yes then you have high risk to
introduce subsequent bugs.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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