comparison scripts/linear-algebra/cross.m @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents ad05e1547398
children c5c94b63931f
comparison
equal deleted inserted replaced
12545:e4a22302dc97 12546:39ca02387a32
31 ## 31 ##
32 ## If @var{x} and @var{y} are matrices, the cross product is applied 32 ## If @var{x} and @var{y} are matrices, the cross product is applied
33 ## along the first dimension with 3 elements. The optional argument 33 ## along the first dimension with 3 elements. The optional argument
34 ## @var{dim} forces the cross product to be calculated along 34 ## @var{dim} forces the cross product to be calculated along
35 ## the specified dimension. 35 ## the specified dimension.
36 ## @seealso{dot, curl} 36 ## @seealso{dot, curl, divergence}
37 ## @end deftypefn 37 ## @end deftypefn
38 38
39 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> 39 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
40 ## Created: 15 October 1994 40 ## Created: 15 October 1994
41 ## Adapted-By: jwe 41 ## Adapted-By: jwe