# HG changeset patch # User Rik # Date 1409093282 25200 # Node ID 4630a18757b319688ce52d06917a49063ee3721f # Parent 38937efbee21077407adc6c7c5dc1d5a6128c17d Add missing bits from cset 38937efbee21. * ilu.m: Remove extra comment line preventing 'help' working. * scripts/sparse/module.mk: Add ichol.m, ilu.m to build system. diff -r 38937efbee21 -r 4630a18757b3 scripts/sparse/ilu.m --- a/scripts/sparse/ilu.m Tue Aug 26 15:27:21 2014 -0700 +++ b/scripts/sparse/ilu.m Tue Aug 26 15:48:02 2014 -0700 @@ -16,7 +16,7 @@ ## You should have received a copy of the GNU General Public License ## along with Octave; see the file COPYING. If not, see ## . -## + ## -*- texinfo -*- ## @deftypefn {Function File} {@var{L}, @var{U}] =} ilu (@var{A}) ## @deftypefnx {Function File} {@var{L}, @var{U}] =} ilu (@var{A}, @var{opts}) diff -r 38937efbee21 -r 4630a18757b3 scripts/sparse/module.mk --- a/scripts/sparse/module.mk Tue Aug 26 15:27:21 2014 -0700 +++ b/scripts/sparse/module.mk Tue Aug 26 15:48:02 2014 -0700 @@ -12,6 +12,8 @@ sparse/etreeplot.m \ sparse/gmres.m \ sparse/gplot.m \ + sparse/ichol.m \ + sparse/ilu.m \ sparse/nonzeros.m \ sparse/pcg.m \ sparse/pcr.m \