| FeynmanKacComputeCoefficients Method |
Namespace: Imsl.Math
public void ComputeCoefficients( int numLeftBounds, int numRightBounds, FeynmanKacIBoundaries pdeBounds, double[] xGrid, double[] tGrid )
1
numLeftBounds
3.
1
numRightBounds
3.
| Exception | Condition |
|---|---|
| ToleranceTooSmallException | is thrown if the absolute or relative error tolerances used in the integrator are too small. |
| TooManyStepsException | is thrown if the integrator needs too many iteration steps. |
| ErrorTestException | is thrown if the error test used in the integrator failed repeatedly. |
| CorrectorConvergenceException | is thrown if the corrector failed to converge repeatedly. |
| IterationMatrixSingularException | is thrown if one of the iteration matrices used in the integrator is singular. |
| TimeIntervalTooSmallException | is thrown if the distance between an intermediate starting and end point for the integration is too small. |
| TcurrentTstopInconsistentException | is thrown if during the integration the current integration time and given stepsize is inconsistent with the endpoint of the integration. |
| TEqualsToutException | is thrown if during the integration process the actual integration time and the end time of the integration are identical. |
| InitialConstraintsException | is thrown if at the initial integration point some of the constraints are inconsistent. |
| ConstraintsInconsistentException | is thrown if during the integration process the constraints for the actual time point and given stepsize are inconsistent. |
| SingularMatrixException | is thrown if one of the matrices used outside the integrator is singular. |
| BoundaryInconsistentException | is thrown if the boundary conditions are inconsistent. |