Click or drag to resize
FeynmanKacIPdeCoefficientsSigmaPrime Method
Returns the value of \sigma^\prime=\frac{\partial \sigma(x,t)}{\partial x} at the given point.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double SigmaPrime(
	double x,
	double t
)

Parameters

x
Type: SystemDouble
A double, the point in space at which \sigma^\prime is to be evaluated.
t
Type: SystemDouble
A double, the time point at which \sigma^\prime is to be evaluated.

Return Value

Type: Double
A double, the value of \sigma^\prime at (x,t).
Remarks
Time dependency of \sigma^\prime can be controlled via method SetTimeDependence. Use of this method will usually yield a more efficient algorithm because some finite element matrices do not have to be reassembled for each t value.
See Also