diff scripts/linear-algebra/condest.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents b0f7ee81d974
children bfb1b089c230
line wrap: on
line diff
--- a/scripts/linear-algebra/condest.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/linear-algebra/condest.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,11 +17,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {} condest (@var{A})
-## @deftypefnx {Function File} {} condest (@var{A}, @var{t})
-## @deftypefnx {Function File} {[@var{est}, @var{v}] =} condest (@dots{})
-## @deftypefnx {Function File} {[@var{est}, @var{v}] =} condest (@var{A}, @var{solve}, @var{solve_t}, @var{t})
-## @deftypefnx {Function File} {[@var{est}, @var{v}] =} condest (@var{apply}, @var{apply_t}, @var{solve}, @var{solve_t}, @var{n}, @var{t})
+## @deftypefn  {} {} condest (@var{A})
+## @deftypefnx {} {} condest (@var{A}, @var{t})
+## @deftypefnx {} {[@var{est}, @var{v}] =} condest (@dots{})
+## @deftypefnx {} {[@var{est}, @var{v}] =} condest (@var{A}, @var{solve}, @var{solve_t}, @var{t})
+## @deftypefnx {} {[@var{est}, @var{v}] =} condest (@var{apply}, @var{apply_t}, @var{solve}, @var{solve_t}, @var{n}, @var{t})
 ##
 ## Estimate the 1-norm condition number of a matrix @var{A} using @var{t} test
 ## vectors using a randomized 1-norm estimator.