Mercurial > hg > octave-lojdl
comparison src/svd.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 | d6e96e0bc681 |
comparison
equal
deleted
inserted
replaced
1487:eaf4f68d3757 | 1488:89c587478067 |
---|---|
36 #include "pr-output.h" | 36 #include "pr-output.h" |
37 #include "tree-const.h" | 37 #include "tree-const.h" |
38 #include "user-prefs.h" | 38 #include "user-prefs.h" |
39 #include "utils.h" | 39 #include "utils.h" |
40 | 40 |
41 DEFUN_DLD_BUILTIN ("svd", Fsvd, Ssvd, 2, 3, | 41 DEFUN_DLD_BUILTIN ("svd", Fsvd, Ssvd, 11, |
42 "S = svd (X) or [U, S, V] = svd (X [, 0])\n\ | 42 "S = svd (X) or [U, S, V] = svd (X [, 0])\n\ |
43 \n\ | 43 \n\ |
44 Compute the singular value decomposition of X. Given a second input\n\ | 44 Compute the singular value decomposition of X. Given a second input\n\ |
45 argument, an `economy' sized factorization is computed that omits\n\ | 45 argument, an `economy' sized factorization is computed that omits\n\ |
46 unnecessary rows and columns of U and V.\n\ | 46 unnecessary rows and columns of U and V.\n\ |