Click or drag to resize
FeynmanKacSetInitialData Method
Sets the user-supplied method for adjustment of initial data or as an opportunity for output during the integration steps.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetInitialData(
	FeynmanKacIInitialData initData
)

Parameters

initData
Type: Imsl.MathFeynmanKacIInitialData
An IInitialData object specifying the user-defined function for adjustment of initial data or as an opportunity for output during the integration steps.

Default: No adjustment of initial data or output during the integration steps is done.

See Also