ob = new(outerbase, om, x)Class that handles the basis for a given set of points
x.
Fields
nthreadsnumber of threads for
ompto useouterbase$getbase(k)to get each dimensions basis functions
outerbase$getmat(terms)to get the basis matrix at
termsouterbase$build()to (re)build the basis instance
outerbase$matmul(terms,a)matrix multiply without building the basis matrix
outerbase$tmatmul(terms,a)transpose matrix multiply without building the basis matrix
See also
outermod the core element that controls outerbase