IterationMatrixSingularException Constructor (Double, Double) |
Iteration matrix is singular.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public IterationMatrixSingularException(
double time,
double stepsize
)
Public Sub New (
time As Double,
stepsize As Double
)
public:
IterationMatrixSingularException(
double time,
double stepsize
)
new :
time : float *
stepsize : float -> IterationMatrixSingularException
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