diff scripts/deprecated/module.mk @ 19257:d20c81d3cd21

Deprecate syl, add new function sylvester. * sylvester.cc: New function * syl.cc: Remove syl C++ function. * scriptss/deprecated/syl.m: m-file to replace syl.cc * NEWS: Announce new sylvester function. Announce deprecation of syl. * linalg.txi: Replace reference to syl with sylvester. * libinterp/corefcn/module.mk: Add sylvester.cc to build system. * scripts/deprecated/module.mk: Add syl.m to build system. * CMatrix.cc (Sylvester), dMatrix.cc (Sylvester), fCMatrix.cc (Sylvester), fMatrix.cc (Sylvester): Return +C rather than -C to conform to changed definition of Sylvester equation.
author Rik <rik@octave.org>
date Sun, 31 Aug 2014 21:05:38 -0700
parents edf5d63c82e1
children be8a12acb20a
line wrap: on
line diff
--- a/scripts/deprecated/module.mk
+++ b/scripts/deprecated/module.mk
@@ -5,7 +5,8 @@
   deprecated/find_dir_in_path.m \
   deprecated/isstr.m \
   deprecated/nfields.m \
-  deprecated/strmatch.m
+  deprecated/strmatch.m \
+  deprecated/syl.m
 
 FCN_FILES += $(deprecated_FCN_FILES)