comparison src/DLD-FUNCTIONS/det.cc @ 4329:d53c33d93440

[project @ 2003-02-18 20:00:48 by jwe]
author jwe
date Tue, 18 Feb 2003 20:08:20 +0000
parents ccfdb55c8156
children c2bb27ada496
comparison
equal deleted inserted replaced
4328:f7b63f362168 4329:d53c33d93440
34 #include "utils.h" 34 #include "utils.h"
35 35
36 DEFUN_DLD (det, args, nargout, 36 DEFUN_DLD (det, args, nargout,
37 "-*- texinfo -*-\n\ 37 "-*- texinfo -*-\n\
38 @deftypefn {Loadable Function} {[@var{d}, @var{rcond}] = } det (@var{a})\n\ 38 @deftypefn {Loadable Function} {[@var{d}, @var{rcond}] = } det (@var{a})\n\
39 Compute the determinant of @var{a} using @sc{Linpack}. Return an estimate\n\ 39 Compute the determinant of @var{a} using @sc{Lapack}. Return an estimate\n\
40 of the reciprocal condition number if requested.\n\ 40 of the reciprocal condition number if requested.\n\
41 @end deftypefn") 41 @end deftypefn")
42 { 42 {
43 octave_value_list retval; 43 octave_value_list retval;
44 44