Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/det.cc @ 3372:f16c2ce14886
[project @ 1999-11-23 19:07:09 by jwe]
author | jwe |
---|---|
date | Tue, 23 Nov 1999 19:07:18 +0000 |
parents | 38de16594cb4 |
children | ab7fa5a8f23f |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/det.cc +++ b/src/DLD-FUNCTIONS/det.cc @@ -34,7 +34,10 @@ #include "utils.h" DEFUN_DLD (det, args, , - "det (X): determinant of a square matrix") + "-*- texinfo -*- +@deftypefn {Loadable Function} {} det (@var{a})\n\ +Compute the determinant of @var{a} using @sc{Linpack}.\n\ +@end deftypefn") { octave_value_list retval;