Define a Set of Multivariate Multidimensional Functional Basis
Source:R/mvbasismfdClass.R
mvbasismfd.Rd
The `mvbasismfd` a set of multivariate multidimensional basis functions. This class utilizes basis objects `basismfd`.
Constructor for `mvbasismfd` objects (same as `Mvbasismfd`)
Usage
Mvbasismfd(basis)
Mvbasismfd(basis)
# S3 method for class 'mvbasismfd'
mvbasismfd_obj[i = "index"]
Active bindings
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.
Methods
Method new()
Constructor for `mvbasismfd` objects (same as Mvbasismfd(...) )
Usage
mvbasismfd$new(basis)
Method eval()
Evaluate the `mvbasismfd` object at given argument values