A fm_basis object; a list of evaluator information objects,
at least a matrix A and logical vector ok.
Arguments
loc
A location/value information object (numeric, matrix, sf,
fm_bary, etc, depending on the class of x)
weights
Optional weight vector, one weight for each location
derivatives
logical; If true, also return matrices dA and d2A
for fm_mesh_1d objects, and dx, dy, dz for fm_mesh_2d.
...
Passed on to submethods
method
character; either "default", "nearest", "linear", or
"quadratic". With NULL or "default", uses the object definition of the
function space. Otherwise overrides the object definition.