Package jdistlib.math
Class ImmutableIntegrationResult
java.lang.Object
jdistlib.math.ImmutableIntegrationResult
Immutable modern integration result. Unlike
IntegrationResult, this
snapshot does not retain the user callback or a mutable exception object.-
Method Details
-
getValue
public double getValue() -
getAbsoluteError
public double getAbsoluteError() -
getEvaluationCount
public int getEvaluationCount() -
getSubdivisions
public int getSubdivisions() -
getStatus
-
getLegacyStatusCode
public int getLegacyStatusCode() -
getFailureX
public double getFailureX() -
getCauseType
-
getCauseMessage
-
getDetail
-
getCallbackProfile
-
isSuccess
public boolean isSuccess() -
message
-
detailedMessage
-
toJson
Returns an RFC 8259 JSON diagnostic record.
-