ConstructPolynomial Interface

public interface ConstructPolynomial

Contents


Module Procedures

private subroutine ConstructPolynomial_stand(this, degree)

Construct a polynomial.

Arguments

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

The polynomial to construct.

integer, intent(in) :: degree

The degree of the polynomial.