Mercurial > hg > octave-nkf
comparison src/eig.cc @ 2200:6abec42e52f6
[project @ 1996-05-15 05:22:52 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 1996 05:27:11 +0000 |
parents | bfb775fb6fe8 |
children | 7ee42ff6536a |
comparison
equal
deleted
inserted
replaced
2199:983038cd04cd | 2200:6abec42e52f6 |
---|---|
29 #include "defun-dld.h" | 29 #include "defun-dld.h" |
30 #include "error.h" | 30 #include "error.h" |
31 #include "gripes.h" | 31 #include "gripes.h" |
32 #include "help.h" | 32 #include "help.h" |
33 #include "oct-obj.h" | 33 #include "oct-obj.h" |
34 #include "user-prefs.h" | |
35 #include "utils.h" | 34 #include "utils.h" |
36 | 35 |
37 DEFUN_DLD_BUILTIN (eig, args, nargout, | 36 DEFUN_DLD_BUILTIN (eig, args, nargout, |
38 "eig (X) or [V, D] = eig (X): compute eigenvalues and eigenvectors of X") | 37 "eig (X) or [V, D] = eig (X): compute eigenvalues and eigenvectors of X") |
39 { | 38 { |