Uses of Class
de.torstennahm.integrate.IntegrationInfo

Packages that use IntegrationInfo
de.torstennahm.integrate This package and its subpackages provide routines for multi-dimensional integration. 
de.torstennahm.integrate.sparse This package provides routines for multi-dimensional integration using the sparse grid algorithm and its adaptive version. 
 

Uses of IntegrationInfo in de.torstennahm.integrate
 

Methods in de.torstennahm.integrate that return types with arguments of type IntegrationInfo
 java.util.Set<IntegrationInfo> IntegrationResult.supplementalInfo()
          Returns a set of integration information that provide supplementary or additional information on the integration process and result.
 

Uses of IntegrationInfo in de.torstennahm.integrate.sparse
 

Subclasses of IntegrationInfo in de.torstennahm.integrate.sparse
 class CouldNotEvaluateInfo
          Signifies that an integration index could not be evaluated during the integration process.