chebeval: Function for evaluating chebyshev polynomials at nodes

Description Usage Arguments Value

View source: R/functions.R

Description

Function for evaluating chebyshev polynomials at nodes

Usage

1
chebeval(z, degree = 5)

Arguments

z

a vector of nodes length i

degree

the degree j of the cheybyshev polynomial

Value

a matrix with element (i,j) = T_j(z_i)


mdgordo/flatlandr documentation built on Feb. 13, 2022, 11:31 a.m.