polyder Function

public pure function polyder(poly) result(dpoly)

Returns the derivative of a 1D polynomial given by its coefficients array

Arguments

Type IntentOptional Attributes Name
real(kind=FP), intent(in), contiguous, dimension(:) :: poly

Polynomial coefficients

Return Value real(kind=FP), dimension(:), allocatable

Polynomial coefficients of the derivative