domainCheckP {multIntTestFunc} | R Documentation |
domainCheckP is a generic function that allows to test if a collection of evaluation points are inside the integration domain associated to the test function instance or not. This "overload" of domainCheck allows to pass a list of additional parameters.
domainCheckP(object, x, param)
## S4 method for signature 'unitSphere_innerProduct1,matrix,list'
domainCheckP(object, x, param)
## S4 method for signature 'unitSphere_polynomial,matrix,list'
domainCheckP(object, x, param)
object |
Test function that gets evaluated |
x |
Matrix where each row represents one evaluation point |
param |
List of additional parameters |
Vector where each element (TRUE or FALSE) indicates if a point (row in the input matrix) is in the integration domain
Klaus Herrmann