initGenIntPolyFunDeriv Interface

interface
private module subroutine initGenIntPolyFunDeriv(this, polyPowers, polyCoeffs, maxPowers, funcName, multConst)

Arguments

Type IntentOptional Attributes Name
class(GenIntPolyFunDeriv), intent(inout) :: this
type(IntArray), intent(in), dimension(:) :: polyPowers
real(kind=rk), intent(in), dimension(:) :: polyCoeffs
integer(kind=ik), intent(in), dimension(:) :: maxPowers
character(len=*), intent(in), optional :: funcName
real(kind=rk), intent(in), optional :: multConst

Description

Initialize generalized integer powered polynomial function derivation object