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

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

[Octave-bug-tracker] [bug #55292] qp function error for valid inputs


From: Rik
Subject: [Octave-bug-tracker] [bug #55292] qp function error for valid inputs
Date: Thu, 27 Dec 2018 16:06:23 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #55292 (project octave):

Confirmed.  The test script has a problem before qp is even reached.


octave:14> debug_on_error (1)
octave:15> testERAOKIDMPC
error: ERAOKIDMPC: operator *: nonconformant arguments (op1 is 120x1, op2 is
120x120)
error: called from
    ERAOKIDMPC at line 5 column 5
    testERAOKIDMPC at line 26 column 59
stopped in /home/rik/wip/Projects_Mine/octave-stable/ERAOKIDMPC.m at line 5
5:   g = y*pinv(triu(toeplitz(u)));
debug> size (y)
ans =

   120     1




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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