comparison src/DLD-FUNCTIONS/chol.cc @ 5448:ebe5d7d15522

[project @ 2005-09-14 18:55:04 by jwe]
author jwe
date Wed, 14 Sep 2005 18:55:05 +0000
parents be0bd7a760c9
children 8d7162924bd3
comparison
equal deleted inserted replaced
5447:051ddd7a6681 5448:ebe5d7d15522
119 } 119 }
120 120
121 DEFUN_DLD (cholinv, args, nargout, 121 DEFUN_DLD (cholinv, args, nargout,
122 "-*- texinfo -*-\n\ 122 "-*- texinfo -*-\n\
123 @deftypefn {Loadable Function} {} cholinv (@var{a})\n\ 123 @deftypefn {Loadable Function} {} cholinv (@var{a})\n\
124 Use the Cholesky factorization to compute the inverse of of the\n\ 124 Use the Cholesky factorization to compute the inverse of the\n\
125 symmetric positive definite matrix @var{a}.\n\ 125 symmetric positive definite matrix @var{a}.\n\
126 @seealso{chol, chol2inv}\n\ 126 @seealso{chol, chol2inv}\n\
127 @end deftypefn") 127 @end deftypefn")
128 { 128 {
129 octave_value retval; 129 octave_value retval;