Click or drag to resize
FeynmanKacSetTimeDependence Method
Sets the time dependence of the coefficients, boundary conditions and function \phi in the Feynman Kac equation.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetTimeDependence(
	bool[] timeFlag
)

Parameters

timeFlag
Type: SystemBoolean
A bool vector of length 7 indicating time dependencies in the Feynman-Kac PDE.

IndexTime dependency of
0\sigma'
1\sigma
2\mu
3\kappa
4Left boundary conditions
5Right boundary conditions
6\phi

Remarks

timeFlag[i] = true indicates that the associated value is time-dependent, timeFlag[i] = false indicates that the associated value is time-independent.

Default: timeFlag[i] = false for i=0,\ldots,6.

See Also