SetCoefficient Interface

public interface SetCoefficient

Contents


Module Procedures

private subroutine SetCoefficient_horner(this, degree, coefficient)

Set a coefficient of a Hermite polynomial.

Arguments

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

The polynomial to set.

integer, intent(in) :: degree

The degree for which to set the coefficient.

real(kind=NTREAL), intent(in) :: coefficient

Coefficient value to set.