IntegrationException

Exception thrown when an integration routine fails.

Constructors

this
this(string msg, real resultEstimate, real errorEstimate, string file, size_t line)
Undocumented in source.
this
this(string msg, string extra, real resultEstimate, real errorEstimate, string file, size_t line)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errorEstimate
real errorEstimate;

The current estimates of the integration result and absolute error.

extra
string extra;

This value will sometimes contain more detailed information about the error.

resultEstimate
real resultEstimate;

The current estimates of the integration result and absolute error.

Meta