ConstructPolynomial Interface

public interface ConstructPolynomial

Contents


Module Procedures

private subroutine ConstructPolynomial_horner(this, degree)

Construct a Hermite polynomial object.

Arguments

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

The polynomial to construct.

integer, intent(in) :: degree

The degree of the polynomial.