Function arrsso_taylor_integrate_to#
Defined in File semisparse/array/base.h
Function Documentation#
-
void arrsso_taylor_integrate_to(coeff_t *deltas, arrsso_t *arr, arrsso_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.