comparison src/det.cc @ 1488:89c587478067

[project @ 1995-09-26 22:49:48 by jwe]
author jwe
date Tue, 26 Sep 1995 22:49:48 +0000
parents 19c10b8657d5
children f85887dfe06c
comparison
equal deleted inserted replaced
1487:eaf4f68d3757 1488:89c587478067
34 #include "help.h" 34 #include "help.h"
35 #include "tree-const.h" 35 #include "tree-const.h"
36 #include "user-prefs.h" 36 #include "user-prefs.h"
37 #include "utils.h" 37 #include "utils.h"
38 38
39 DEFUN_DLD_BUILTIN ("det", Fdet, Sdet, 2, 1, 39 DEFUN_DLD_BUILTIN ("det", Fdet, Sdet, 10,
40 "det (X): determinant of a square matrix") 40 "det (X): determinant of a square matrix")
41 { 41 {
42 Octave_object retval; 42 Octave_object retval;
43 43
44 int nargin = args.length (); 44 int nargin = args.length ();