comparison NEWS @ 18575: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
comparison
equal deleted inserted replaced
18574:6b4f9cab88d6 18575:f57148641869
18 18
19 Octave:noninteger-range-as-index 19 Octave:noninteger-range-as-index
20 20
21 is now set to "on" by default instead of "error" by default and "on" 21 is now set to "on" by default instead of "error" by default and "on"
22 for --traditional. 22 for --traditional.
23
24 ** polyeig now returns a row vector of eigenvalues rather than a matrix
25 with the eigenvalues on the diagonal. This change was made for Matlab
26 compatibility.
23 27
24 ** Other new functions added in 4.0.0: 28 ** Other new functions added in 4.0.0:
25 29
26 validateattributes 30 validateattributes
27 31