polymulMat: compute the product of two matrix polynomials

View source: R/polymulMat.r

polymulMatR Documentation

compute the product of two matrix polynomials

Description

compute the product of two matrix polynomials

Usage

polymulMat(amat, bmat)

Arguments

amat

array of polynomial coefficients, where amat[,,1] is the zeroth coefficient, amat[,,2] is the first coefficient, etc.

bmat

vector of polynomial coefficients, where bmat[,,1] is the zeroth coefficient, bmat[,,2] is the first coefficient, etc.

Value

array of polynomial coefficients for cmat(z) = mata(z) * matb(z), where cmat[,,1] is the zeroth coefficient, cmat[,,2] is the first coefficient, etc.


jlivsey/sigex documentation built on March 20, 2024, 3:17 a.m.