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 mvbasismfd
[(mvbasismfd_obj, i = "index")
An `mvbasismfd` object containing the specified subsets
A list of basisfd objects
An 'mvmfd' object
An index or indices specifying the subsets to extract for the first dimension
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