
Contains module procedures associated with the polynomial function derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PolyFunDeriv), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize polynomial function derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PolyFunDeriv), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | polyPowers | ||
| real(kind=rk), | intent(in), | dimension(:) | :: | polyCoeffs | ||
| real(kind=rk), | intent(in), | optional | :: | constCoeff |