Iteration matrix is singular.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public IterationMatrixSingularException(
	double time,
	double stepsize
)
Visual Basic (Declaration)
Public Sub New ( _
	time As Double, _
	stepsize As Double _
)
Visual C++
public:
IterationMatrixSingularException(
	double time, 
	double stepsize
)

Parameters

time
Type: System..::.Double
A double scalar, the time point at which the iteration matrix is singular.
stepsize
Type: System..::.Double
A double scalar, the stepsize used in the integration.

See Also