DestructPolynomial Interface

public interface DestructPolynomial

Contents


Module Procedures

private pure subroutine DestructPolynomial_horner(this)

Destruct a Hermite polynomial object.

Arguments

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

The polynomial to destruct.