polyMatrix-mmult: Matrix multiplication

Description Usage Arguments

Description

Matrix multiplication accepts both polynomial and numerical matrices.

Usage

1
2
3
4
5
6
7
8
## 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


polyMatrix documentation built on July 18, 2021, 5:06 p.m.