Click or drag to resize
FeynmanKac.IPdeCoefficients Interface
Interface for computation of coefficients of the Feynman-Kac PDE.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IPdeCoefficients

The FeynmanKac. IPdeCoefficients type exposes the following members.

Methods
  NameDescription
Public methodKappa
Returns the value of the \kappa coefficient at the given point.
Public methodMu
Returns the value of the \mu coefficient at the given point.
Public methodSigma
Returns the value of the \sigma coefficient at the given point.
Public methodSigmaPrime
Returns the value of \sigma^\prime=\frac{\partial \sigma(x,t)}{\partial x} at the given point.
Top
See Also