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
nvar
number of variables
basis
A list of `mvbasisfd` objects
dimSupp
A sequence of positive integers specifying support domain of the `mvbasismfd` object.
nbasis
A list of integers specifying the number of basis functions
supp
A list of matrices specifying the support of basis functions
gram
The Gram matrix.
new()
Constructor for `mvbasismfd` objects (same as Mvbasismfd(...) )
mvbasismfd$new(basis)
basis
A list of `basismfd` objects
eval()
Evaluate the `mvbasismfd` object at given argument values
mvbasismfd$eval(evalarg)
evalarg
A 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)
deep
Whether to make a deep clone.
mvmfd
, basismfd