Description Usage Arguments Value Author(s)
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.
1 2 3 4 5 6 7 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.