%*%,polyMatrix,polyMatrix-method {polyMatrix} | R Documentation |
Matrix multiplication accepts both polynomial and numerical matrices.
## S4 method for signature 'polyMatrix,polyMatrix'
x %*% y
## S4 method for signature 'polyMatrix,matrix'
x %*% y
## S4 method for signature 'matrix,polyMatrix'
x %*% y
x , y |
first and second operands |