polymult: polymult - Documentation update needed

View source: R/polymult.r View source: R/RcppExports.R

polymultR Documentation

polymult - Documentation update needed

Description

polymult - Documentation update needed

compute the product of two polynomials

Usage

polymult(a, b)

polymult(a, b)

Arguments

a

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

b

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

Value

product a * b

vector of polynomial coefficients for c(z) = a(z)*b(z), where c[1] is the zeroth coefficient, c[2] is the first coefficient, etc.

Examples

polymult(c(1, 2), c(1, 4))


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