The R Project SVN R

Rev

Rev 88581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88581 Rev 88887
Line 26... Line 26...
26
  Promotion of a vector to a 1-row or 1-column matrix happens when one
26
  Promotion of a vector to a 1-row or 1-column matrix happens when one
27
  of the two choices allows \code{x} and \code{y} to get conformable
27
  of the two choices allows \code{x} and \code{y} to get conformable
28
  dimensions.
28
  dimensions.
29
 
29
 
30
  This operator is a generic function: methods can be written for it
30
  This operator is a generic function: methods can be written for it
31
  individually or via the \code{\link[=S3groupGeneric]{matOps}} group
31
  individually or via the \code{\link[=S3groupGeneric]{matrixOps}} group
32
  generic function; it dispatches to S3 and S4 methods.  Methods need to be
32
  generic function; it dispatches to S3 and S4 methods.  Methods need to be
33
  written for a function that takes two arguments named \code{x} and \code{y}.
33
  written for a function that takes two arguments named \code{x} and \code{y}.
34
}
34
}
35
\value{
35
\value{
36
  A double or complex matrix product.  Use \code{\link{drop}} to remove
36
  A double or complex matrix product.  Use \code{\link{drop}} to remove