ob = new(outerbase, om, x)
Class that handles the basis for a given set of points
x
.
Fields
nthreads
number of threads for
omp
to useouterbase$getbase(k)
to get each dimensions basis functions
outerbase$getmat(terms)
to get the basis matrix at
terms
outerbase$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