Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/svd.cc @ 10840:89f4d7e294cc
Grammarcheck .cc files
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 31 Jul 2010 11:18:11 -0700 |
parents | fbd7843974fa |
children | eec74ee00b32 |
comparison
equal
deleted
inserted
replaced
10839:65bc065bec95 | 10840:89f4d7e294cc |
---|---|
55 @ifnottex\n\ | 55 @ifnottex\n\ |
56 \n\ | 56 \n\ |
57 @example\n\ | 57 @example\n\ |
58 A = U*S*V'\n\ | 58 A = U*S*V'\n\ |
59 @end example\n\ | 59 @end example\n\ |
60 \n\ | |
60 @end ifnottex\n\ | 61 @end ifnottex\n\ |
61 \n\ | 62 \n\ |
62 The function @code{svd} normally returns only the vector of singular values.\n\ | 63 The function @code{svd} normally returns only the vector of singular values.\n\ |
63 When called with three return values, it computes\n\ | 64 When called with three return values, it computes\n\ |
64 @tex\n\ | 65 @tex\n\ |