Click or drag to resize
IterationMatrixSingularException Constructor (Double, Double)
Iteration matrix is singular.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public IterationMatrixSingularException(
	double time,
	double stepsize
)

Parameters

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