diff NEWS @ 18562:f57148641869 gui-release

polyeig.m: Overhaul function for Matlab compatibility (bug #41865). * NEWS: Announce change in return format of polyeig. * polyeig.m: Return a row vector of eigenvalues rather than a matrix with eigenvalues on the diagonal. Improve docstring. Improve input validation. Add %!error tests for input validation.
author Rik <rik@octave.org>
date Sat, 15 Mar 2014 16:29:46 -0700
parents e473c4853afc
children cd83730e5e38 99d63a2e221b
line wrap: on
line diff
--- a/NEWS	Sat Mar 15 21:17:19 2014 +0100
+++ b/NEWS	Sat Mar 15 16:29:46 2014 -0700
@@ -21,6 +21,10 @@
     is now set to "on" by default instead of "error" by default and "on"
     for --traditional.
 
+ ** polyeig now returns a row vector of eigenvalues rather than a matrix
+    with the eigenvalues on the diagonal.  This change was made for Matlab
+    compatibility.
+
  ** Other new functions added in 4.0.0:
 
     validateattributes