comparison libinterp/corefcn/__ilu__.cc @ 20915:a3359fe50966

remove unused nargout variables * __ichol__.cc, __ilu__.cc, ellipj.cc, filter.cc, mgorth.cc, nproc.cc, pr-output.cc, quad.cc, quadcc.cc, sylvester.cc: Remove unused nargout from DEFUNs that no longer use it.
author John W. Eaton <jwe@octave.org>
date Wed, 16 Dec 2015 17:02:23 -0500
parents 03e4ddd49396
children 850e3d2533d4
comparison
equal deleted inserted replaced
20914:3ecd9e6650b5 20915:a3359fe50966
124 } 124 }
125 if (opt == ROW) 125 if (opt == ROW)
126 sm = sm.transpose (); 126 sm = sm.transpose ();
127 } 127 }
128 128
129 DEFUN (__ilu0__, args, nargout, 129 DEFUN (__ilu0__, args, ,
130 "-*- texinfo -*-\n\ 130 "-*- texinfo -*-\n\
131 @deftypefn {} {[@var{L}, @var{U}] =} __ilu0__ (@var{A})\n\ 131 @deftypefn {} {[@var{L}, @var{U}] =} __ilu0__ (@var{A})\n\
132 @deftypefnx {} {[@var{L}, @var{U}] =} __ilu0__ (@var{A}, @var{milu})\n\ 132 @deftypefnx {} {[@var{L}, @var{U}] =} __ilu0__ (@var{A}, @var{milu})\n\
133 @deftypefnx {} {[@var{L}, @var{U}, @var{P}] =} __ilu0__ (@var{A}, @dots{})\n\ 133 @deftypefnx {} {[@var{L}, @var{U}, @var{P}] =} __ilu0__ (@var{A}, @dots{})\n\
134 Undocumented internal function.\n\ 134 Undocumented internal function.\n\
461 } 461 }
462 462
463 U = U.transpose (); 463 U = U.transpose ();
464 } 464 }
465 465
466 DEFUN (__iluc__, args, nargout, 466 DEFUN (__iluc__, args, ,
467 "-*- texinfo -*-\n\ 467 "-*- texinfo -*-\n\
468 @deftypefn {} {[@var{L}, @var{U}] =} __iluc__ (@var{A})\n\ 468 @deftypefn {} {[@var{L}, @var{U}] =} __iluc__ (@var{A})\n\
469 @deftypefnx {} {[@var{L}, @var{U}] =} __iluc__ (@var{A}, @var{droptol})\n\ 469 @deftypefnx {} {[@var{L}, @var{U}] =} __iluc__ (@var{A}, @var{droptol})\n\
470 @deftypefnx {} {[@var{L}, @var{U}] =} __iluc__ (@var{A}, @var{droptol}, @var{milu})\n\ 470 @deftypefnx {} {[@var{L}, @var{U}] =} __iluc__ (@var{A}, @var{droptol}, @var{milu})\n\
471 Undocumented internal function.\n\ 471 Undocumented internal function.\n\