comparison src/DLD-FUNCTIONS/hess.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents 8db807a0eb78
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
36 #include "oct-obj.h" 36 #include "oct-obj.h"
37 #include "utils.h" 37 #include "utils.h"
38 38
39 DEFUN_DLD (hess, args, nargout, 39 DEFUN_DLD (hess, args, nargout,
40 "-*- texinfo -*-\n\ 40 "-*- texinfo -*-\n\
41 @deftypefn {Loadable Function} {@var{h} =} hess (@var{a})\n\ 41 @deftypefn {Loadable Function} {@var{h} =} hess (@var{a})\n\
42 @deftypefnx {Loadable Function} {[@var{p}, @var{h}] =} hess (@var{a})\n\ 42 @deftypefnx {Loadable Function} {[@var{p}, @var{h}] =} hess (@var{a})\n\
43 @cindex Hessenberg decomposition\n\ 43 @cindex Hessenberg decomposition\n\
44 Compute the Hessenberg decomposition of the matrix @var{a}.\n\ 44 Compute the Hessenberg decomposition of the matrix @var{a}.\n\
45 \n\ 45 \n\
46 The Hessenberg decomposition is usually used as the first step in an\n\ 46 The Hessenberg decomposition is usually used as the first step in an\n\