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

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

[Octave-bug-tracker] [bug #39686] typo at line #110 of optim-1.2.2/powel


From: anonymous
Subject: [Octave-bug-tracker] [bug #39686] typo at line #110 of optim-1.2.2/powell.m: x should be xi
Date: Sat, 03 Aug 2013 23:43:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17

URL:
  <http://savannah.gnu.org/bugs/?39686>

                 Summary: typo at line #110 of optim-1.2.2/powell.m:  x should
be xi
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 03 Aug 2013 11:43:49 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Hossain Pezeshki
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In octave-forge package optim-1.2.2 at line 110, it is clear that

xi = diag (x);

contains a typo. The code, I believe should read

xi = diag (xi);

As is, the function powell complains when a initial direction is given, as
opposed to being left out with default parameters.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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