comparison src/DLD-FUNCTIONS/inv.cc @ 3372:f16c2ce14886

[project @ 1999-11-23 19:07:09 by jwe]
author jwe
date Tue, 23 Nov 1999 19:07:18 +0000
parents 2efa28a91e7a
children d25bc039237b
comparison
equal deleted inserted replaced
3371:86873384cd10 3372:f16c2ce14886
29 #include "gripes.h" 29 #include "gripes.h"
30 #include "oct-obj.h" 30 #include "oct-obj.h"
31 #include "utils.h" 31 #include "utils.h"
32 32
33 DEFUN_DLD (inv, args, , 33 DEFUN_DLD (inv, args, ,
34 "inv (X): inverse of a square matrix") 34 "-*- texinfo -*-
35 @deftypefn {Loadable Function} {} inv (@var{a})\n\
36 @deftypefnx {Loadable Function} {} inverse (@var{a})\n\
37 Compute the inverse of the square matrix @var{a}.\n\
38 @end deftypefn")
35 { 39 {
36 octave_value_list retval; 40 octave_value_list retval;
37 41
38 int nargin = args.length (); 42 int nargin = args.length ();
39 43