polyMatrix: Create polyMatrix object

Description Usage Arguments Details Value

View source: R/class_polyMatrix.R

Description

This function will create polynomial object fromm coefficient matrix or signle value

Usage

1

Arguments

data

an matrix in case of creation from coefficient matrices or an numer/polynomial

nrow

A numer of rows of matrix. If data is a matrix, default value is the number of rows of data matrix. In other case, it's a required parameter

ncol

Must be positibe. If data is a matrix, default value is the number of columns of data matrix. In other ccase, it's a required parameter.

degree

Degree of polynomials in coefficient matrix. Can't be negative. If data is polynomail, degree can be evaluated automatcal. In other case, default value is 0.

Details

A coefficient matrix is a matrix which contains matrices of coefficients from lower degree to higher side-by-side

Value

new polynomial matrix of polyMatrix class


namezys/polymatrix documentation built on July 18, 2021, 11:15 p.m.