domainCheckP: Check if node points are in the domain of a test function...

Description Usage Arguments Value Author(s)

Description

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.

Usage

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)

Arguments

object

Test function that gets evaluated

x

Matrix where each row represents one evaluation point

param

List of additional parameters

Value

Vector where each element (TRUE or FALSE) indicates if a point (row in the input matrix) is in the integration domain

Author(s)

Klaus Herrmann


multIntTestFunc documentation built on Oct. 5, 2021, 5:08 p.m.