%*%,polyMatrix,polyMatrix-method {polyMatrix} | R Documentation |
Matrix multiplication
Description
Matrix multiplication accepts both polynomial and numerical matrices.
Usage
## S4 method for signature 'polyMatrix,polyMatrix'
x %*% y
## S4 method for signature 'polyMatrix,matrix'
x %*% y
## S4 method for signature 'matrix,polyMatrix'
x %*% y
Arguments
x , y |
first and second operands |
[Package polyMatrix version 0.9.16 Index]