Function arrso_taylor_integrate_to#

Function Documentation#

void arrso_taylor_integrate_to(coeff_t *deltas, arrso_t *arr, arrso_t *res, dhelpl_t dhl)#

Perform taylor series evaluation given the array of deltas..

Parameters:
  • deltas[in] Array of delta values for every imaginary basis.

  • arr[in] Address of array from which to get data.

  • res[inout] Address of the result holder

  • dhl[in] Direction helper list object.