SetCoefficient Interface

public interface SetCoefficient

Contents


Module Procedures

private subroutine SetCoefficient_cheby(this, degree, coefficient)

Set a coefficient of a Chebyshev polynomial.

Arguments

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

The polynomial to set.

integer, intent(in) :: degree

Degree for which to set the coefficient.

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

Coefficient value.