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

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

[Octave-bug-tracker] [bug #49410] ode solvers use Hermitian conjugate wh


From: Rik
Subject: [Octave-bug-tracker] [bug #49410] ode solvers use Hermitian conjugate where ordinary transpose is desired
Date: Fri, 21 Oct 2016 22:41:59 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: ode solvers use Hermitian conjugate where ordinary
transpose is desired
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 21 Oct 2016 03:41:57 PM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc2
        Operating System: Any

    _______________________________________________________

Details:

Attached is a list of the Hermitian conjugates used in the scripts/ode
directory.

@Sebastion: If you could take a look at each instance and decide whether ' or
.' is appropriate that would be great.


ode23.m:236:                       solution.x(end,:)', "done",
odeopts.funarguments{:});
ode23.m:259:    varargout{1}.x = solution.t';   # Time stamps are saved in
field x (row vector)
ode23.m:260:    varargout{1}.y = solution.x';   # Results are saved in field y
(row vector)
ode45.m:227:                       solution.x(end,:)', "done",
odeopts.funarguments{:});
ode45.m:250:    varargout{1}.x = solution.t';   # Time stamps are saved in
field x (row vector)
ode45.m:251:    varargout{1}.y = solution.x';   # Results are saved in field y
(row vector)
private/ode_event_handler.m:91:    evt = evt(:)'; term = term(:)'; dir =
dir(:)';
private/ode_event_handler.m:118:        ynew = (y - (t - tnew) * (y - yold) /
(t - told))';
private/ode_event_handler.m:145:    evtold = evtold(:)'; told = t; yold = y;
private/runge_kutta_interpolate.m:25:      u_interp = interp1 (z, u', t,
"linear");







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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