ConstructPolynomial Interface

public interface ConstructPolynomial

Contents


Module Procedures

private pure subroutine ConstructPolynomial_stand(this, degree)

Construct a polynomial.

Arguments

Type IntentOptional Attributes Name
type(Polynomial_t), intent(inout) :: this

The polynomial to construct.

integer, intent(in) :: degree

The degree of the polynomial.