Mercurial > hg > octave-lyh
diff scripts/linear-algebra/vec.m @ 3369:f37ca3017116
[project @ 1999-11-21 16:26:02 by jwe]
author | jwe |
---|---|
date | Sun, 21 Nov 1999 16:26:08 +0000 |
parents | c3d634d49ce4 |
children | f8dde1807dee |
line wrap: on
line diff
--- a/scripts/linear-algebra/vec.m +++ b/scripts/linear-algebra/vec.m @@ -14,11 +14,12 @@ ## along with this file. If not, write to the Free Software Foundation, ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## usage: vec (x) -## -## Returns vec (x), the vector obtained by stacking the columns of x +## -*- texinfo -*- +## @deftypefn {Function File} {} vec (@var{x}) +## Return the vector obtained by stacking the columns of the matrix @var{x} ## one above the other. -## +## @end deftypefn + ## See Magnus and Neudecker (1988), Matrix differential calculus with ## applications in statistics and econometrics.