ConstructPolynomial Interface

public interface ConstructPolynomial

Contents


Module Procedures

private subroutine ConstructPolynomial_cheby(this, degree)

Construct a Chebyshev polynomial object.

Arguments

Type IntentOptional AttributesName
type(ChebyshevPolynomial_t), intent(inout) :: this

The polynomial to construct.

integer, intent(in) :: degree

Degree of the polynomial.