Initialize generalized integer powered polynomial function derivation object
| Type | Intent | Optional | 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 |