comparison scripts/help/__unimplemented__.m @ 19089:38937efbee21

Incorporate new functions ichol and ilu into Octave. * NEWS: Announce new functions. * aspell-octave.en.pws: Add new functions names to custom Octave dictionary. * sparse.txi: Add functions to Octave manual. * __unimplemented__.m: Remove functions from unimplemented list. * lu.cc (Flu), luinc.cc (Fluinc), chol.cc (Fchol): Add seealso links in docstrings. * __ichol__.cc: Wrap long lines to less than 80 chars. Remove trailing whitespace. Don't repeat input validation done in ichol.m for internal functions. Avoid resizing retval vector. * __ilu__.cc: Wrap long lines to less than 80 chars. Remove trailing whitespace. Don't repeat input validation done in ichol.m for internal functions. Avoid resizing retval vector. * ichol.m: Rewrite docstring. Use Octave coding conventions (double quotes hash for comments, ! instead of ~). Replace %!error tests not being run with fail(). * ilu.m: Rewrite docstring. Use Octave coding conventions (double quotes hash for comments, ! instead of ~). Replace %!error tests not being run with fail().
author Rik <rik@octave.org>
date Tue, 26 Aug 2014 15:27:21 -0700
parents 137d01e7c2d4
children bbd2cee3da78
comparison
equal deleted inserted replaced
19088:df64071e538c 19089:38937efbee21
648 "hdfinfo", 648 "hdfinfo",
649 "hdfread", 649 "hdfread",
650 "hgexport", 650 "hgexport",
651 "hgsetget", 651 "hgsetget",
652 "hgtransform", 652 "hgtransform",
653 "ichol",
654 "ilu",
655 "im2frame", 653 "im2frame",
656 "im2java", 654 "im2java",
657 "imapprox", 655 "imapprox",
658 "import", 656 "import",
659 "inmem", 657 "inmem",