ChebyshevPolynomial_t Derived Type

type, public :: ChebyshevPolynomial_t

A datatype that represents a Chebyshev polynomial.


Contents


Components

TypeVisibility AttributesNameInitial
real(kind=NTREAL), public, DIMENSION(:), ALLOCATABLE:: coefficients

Coefficients of the polynomial.