| FeynmanKacIPdeCoefficients Interface |
Interface for computation of coefficients of the Feynman-Kac PDE.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IPdeCoefficients
Public Interface IPdeCoefficients
public interface class IPdeCoefficients
type IPdeCoefficients = interface end
The FeynmanKacIPdeCoefficients type exposes the following members.
Methods|
| Name | Description |
|---|
 | Kappa |
Returns the value of the  coefficient at the given point.
|
 | Mu |
Returns the value of the  coefficient at the given point.
|
 | Sigma |
Returns the value of the  coefficient at the given point.
|
 | SigmaPrime |
Returns the value of 
at the given point.
|
Top
See Also