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

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

[Octave-bug-tracker] [bug #50195] norm with "inf", "-inf"


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50195] norm with "inf", "-inf"
Date: Tue, 31 Jan 2017 11:11:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #50195 (project octave):

Before making this change, I'd like to understand why it is not possible for
you to solve your problem by doing something like


if (strcmpi (opt, "-inf"))
  opt = "inf";
end
norm (x, opt);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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