The R Project SVN R

Rev

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

Rev 89919 Rev 89929
Line 136... Line 136...
136
    \item Group \code{"matrixOps"}:
136
    \item Group \code{"matrixOps"}:
137
    \itemize{
137
    \itemize{
138
      \item \code{"\%*\%"}
138
      \item \code{"\%*\%"}
139
      % do_matprod [array.c:1251]: if (DispatchGroup("matrixOps", ...))
139
      % do_matprod [array.c:1251]: if (DispatchGroup("matrixOps", ...))
140
    }
140
    }
141
    This group currently contains the matrix multiply \code{\%*\%} binary operator
141
    This group currently contains the matrix multiply \code{\%*\%}
142
    only, where at least \code{\link{crossprod}()} and \code{tcrossprod()}
142
    binary operator, \code{\link{crossprod}()} and \code{tcrossprod()}.
143
    are meant to follow.
-
 
144
    Members of the group have the same dispatch semantics (using \emph{both} arguments)
143
    Members of the group have the same dispatch semantics (using \emph{both} arguments)
145
    as the \code{Ops} group.
144
    as the \code{Ops} group.
146
 
145
 
147
    \item Group \code{"Summary"}:
146
    \item Group \code{"Summary"}:
148
    \itemize{
147
    \itemize{