| mvbasismfd | R Documentation |
The 'mvbasismfd' a set of multivariate multidimensional basis functions. This class utilizes basis objects 'basismfd'.
Constructor for 'mvbasismfd' objects (same as 'Mvbasismfd')
Mvbasismfd(basis)
Mvbasismfd(basis)
## S3 method for class 'mvbasismfd'
mvbasismfd_obj[i = "index"]
basis |
A list of basisfd objects |
mvbasismfd_obj |
An 'mvmfd' object |
i |
An index or indices specifying the subsets to extract for the first dimension |
An 'mvbasismfd' object containing the specified subsets
nvarnumber of variables
basisA list of 'mvbasisfd' objects
dimSuppA sequence of positive integers specifying support domain of the 'mvbasismfd' object.
nbasisA list of integers specifying the number of basis functions
suppA list of matrices specifying the support of basis functions
gramThe Gram matrix.
new()Constructor for 'mvbasismfd' objects (same as Mvbasismfd(...) )
mvbasismfd$new(basis)
basisA list of 'basismfd' objects
eval()Evaluate the 'mvbasismfd' object at given argument values
mvbasismfd$eval(evalarg)
evalargA list of numeric vectors of argument values at which the 'mvbasismfd' is to be evaluated
A list of evaluated values
clone()The objects of this class are cloneable with this method.
mvbasismfd$clone(deep = FALSE)
deepWhether to make a deep clone.
mvmfd, basismfd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.