Click or drag to resize
FeynmanKacIPdeCoefficients 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 FeynmanKacIPdeCoefficients 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