Description Usage Arguments Value Author(s)
getIntegrationDomain is a generic function that returns a description of the integration domain associate to the test function instance.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | getIntegrationDomain(object)
## S4 method for signature 'Rn_Gauss'
getIntegrationDomain(object)
## S4 method for signature 'Rn_floorNorm'
getIntegrationDomain(object)
## S4 method for signature 'standardSimplex_Dirichlet'
getIntegrationDomain(object)
## S4 method for signature 'standardSimplex_exp_sum'
getIntegrationDomain(object)
## S4 method for signature 'unitBall_normGauss'
getIntegrationDomain(object)
## S4 method for signature 'unitBall_polynomial'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_cos2'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_floor'
getIntegrationDomain(object)
## S4 method for signature 'unitSphere_innerProduct1'
getIntegrationDomain(object)
## S4 method for signature 'unitSphere_polynomial'
getIntegrationDomain(object)
|
object |
Test function for which the description is returned |
Description of the integration domain of the function
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.