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

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

[Octave-bug-tracker] [bug #65535] (optim) lsqnonlin, lsqcurvefit: non-sc


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #65535] (optim) lsqnonlin, lsqcurvefit: non-scalar resnorm, missing lagrange multipliers for both l
Date: Fri, 29 Mar 2024 16:15:48 -0400 (EDT)

Follow-up Comment #1, bug #65535 (group octave):

this seems to fix empty the lambda issue for this case:


diff -r 0a88bfac372f inst/lsqnonlin.m
--- a/inst/lsqnonlin.m  Thu Mar 28 09:00:55 2024 +0100
+++ b/inst/lsqnonlin.m  Fri Mar 29 21:13:35 2024 +0100
@@ -286,6 +286,7 @@
       outp = rmfield (outp, "user_interaction");
     endif
     varargout{5} = outp;
+    outp = residmin_out{4};
   endif
 
   if (out_args >= 6)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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