comparison NEWS @ 19781:56157a7505ed

Add new ordschur function. * libinterp/corefcn/ordschur.cc: New file. * libinterp/corefcn/module.mk: Include it in the list of source files. * scripts/help/__unimplemented__.m: Remove ordschur from the list of unimplemented functions. * doc/interpreter/linalg.txi: Add it to the interpreter manual. * NEWS: Mention it. * libinterp/corefcn/schur.cc (schur): Reference it from the documentation of the schur function. Thanks to Carnë Draug for improving the original patch, and to Mike Miller for reviewing it and suggesting improvements.
author Sébastien Villemot <sebastien@debian.org>
date Sat, 07 Feb 2015 21:51:20 +0100
parents b8e4104a8f55
children 47440b762547
comparison
equal deleted inserted replaced
19780:97690ea6f57a 19781:56157a7505ed
173 istriu 173 istriu
174 javachk 174 javachk
175 linkaxes 175 linkaxes
176 lscov 176 lscov
177 numfields 177 numfields
178 ordschur
178 qmr 179 qmr
179 rotate 180 rotate
180 sylvester 181 sylvester
181 unsetenv 182 unsetenv
182 validateattributes 183 validateattributes