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.0.0

Syntax

C#
public void SetTimeDependence(
	bool[] timeFlag
)
Visual Basic (Declaration)
Public Sub SetTimeDependence ( _
	timeFlag As Boolean() _
)
Visual C++
public:
void SetTimeDependence(
	array<bool>^ timeFlag
)

Parameters

timeFlag
Type: array< System..::.Boolean >[]()[]
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