Polynomial_t Derived Type

type, public :: Polynomial_t

A datatype that represents a polynomial.


Contents


Components

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

Coefficients of the polynomial.