Polynomial_t Derived Type

type, public :: Polynomial_t

A datatype that represents a polynomial.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=NTREAL), public, DIMENSION(:), ALLOCATABLE :: coefficients

Coefficients of the polynomial.