File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
\code {x \%* \% t(y )} (\code {tcrossprod }).
15
15
16
16
These are generic functions since \R 4.4.0 : methods can be written
17
- individually or via the \code {\link [= S3groupGeneric ]{matOps }} group
17
+ individually or via the \code {\link [= S3groupGeneric ]{matrixOps }} group
18
18
generic function ; it dispatches to S3 and S4 methods.
19
19
}
20
20
\usage {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ x \%*\% y
28
28
dimensions.
29
29
30
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
32
generic function ; it dispatches to S3 and S4 methods. Methods need to be
33
33
written for a function that takes two arguments named \code {x } and \code {y }.
34
34
}
You can’t perform that action at this time.
0 commit comments