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

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

[Octave-bug-tracker] [bug #45212] linsolve broken in rc3 and rc4


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45212] linsolve broken in rc3 and rc4
Date: Fri, 29 May 2015 12:27:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Update of bug #45212 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report, I can confirm this. The regression is due to the
recent fix for bug #44722. The tests only exercise the 3-argument form of
linsolve, a test will be added as part of the fix for this bug.

As a workaround, you can add an empty struct as the 3rd argument and it should
work:


>> linsolve ([1, 2; 3, 4], [1; 2])
error: 'trans_A' undefined near line 103 column 7
error: called from
    linsolve at line 103 column 3
>> linsolve ([1, 2; 3, 4], [1; 2], struct ())
ans =

   0.00000
   0.50000



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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