Click or drag to resize
FeynmanKac Constructor
Constructs a PDE solver to solve the Feynman-Kac PDE.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public FeynmanKac(
	FeynmanKacIPdeCoefficients pdeCoeffs
)

Parameters

pdeCoeffs
Type: Imsl.MathFeynmanKacIPdeCoefficients
Implementation of interface IPdeCoefficients that computes the values of the Feynman-Kac coefficients at a given point (t,x).
See Also