The R Project SVN R

Rev

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

Rev 23011 Rev 24700
Line 1... Line 1...
1
\name{kronecker}
1
\name{kronecker}
2
 
2
 
3
\title{Kronecker products on arrays}
3
\title{Kronecker products on arrays}
4
 
4
 
5
\usage{
5
\usage{
6
kronecker(X, Y, FUN = "*", make.dimnames = FALSE, ...)
6
kronecker(X, Y, FUN = "*", make.dimnames = FALSE, \dots)
7
X \%x\% Y
7
X \%x\% Y
8
}
8
}
9
 
9
 
10
\alias{kronecker}
10
\alias{kronecker}
11
\alias{\%x\%}
11
\alias{\%x\%}
Line 32... Line 32...
32
 
32
 
33
\code{\%x\%} is an alias for \code{kronecker} (where
33
\code{\%x\%} is an alias for \code{kronecker} (where
34
\code{FUN} is hardwired to \code{"*"}).
34
\code{FUN} is hardwired to \code{"*"}).
35
}
35
}
36
 
36
 
37
\references{Matrix Algebra Useful for Statistics, Shayle
37
\references{
38
R. Searle, John Wiley and Sons, 1982.}
38
  Shayle R. Searle (1982)
-
 
39
  \emph{Matrix Algebra Useful for Statistics.} John Wiley and Sons.
-
 
40
}
39
 
41
 
40
\author{Jonathan Rougier, \email{J.C.Rougier@durham.ac.uk}}
42
\author{Jonathan Rougier, \email{J.C.Rougier@durham.ac.uk}}
41
 
43
 
42
\seealso{\code{\link{outer}}, on which \code{kronecker} is built
44
\seealso{\code{\link{outer}}, on which \code{kronecker} is built
43
and \code{\link{\%*\%}} for usual matrix multiplication.}
45
and \code{\link{\%*\%}} for usual matrix multiplication.}