The R Project SVN R

Rev

Rev 61150 | Rev 83838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61433
Line 35... Line 35...
35
  If \code{X} and \code{Y} do not have the same number of
35
  If \code{X} and \code{Y} do not have the same number of
36
  dimensions, the smaller array is padded with dimensions of size
36
  dimensions, the smaller array is padded with dimensions of size
37
  one.  The returned array comprises submatrices constructed by
37
  one.  The returned array comprises submatrices constructed by
38
  taking \code{X} one term at a time and expanding that term as
38
  taking \code{X} one term at a time and expanding that term as
39
  \code{FUN(x, Y, ...)}.
39
  \code{FUN(x, Y, ...)}.
40
  
40
 
41
  \code{\%x\%} is an alias for \code{kronecker} (where
41
  \code{\%x\%} is an alias for \code{kronecker} (where
42
  \code{FUN} is hardwired to \code{"*"}).
42
  \code{FUN} is hardwired to \code{"*"}).
43
}
43
}
44
 
44
 
45
\value{
45
\value{