Apply the representation of one tf
-object to another; i.e. re-express it in
the other's basis, on its grid, etc.
Useful for making different functional data objects compatible so they can
be combined, compared or computed with.
Arguments
- object
a
tf
object whose representation should be changed- basis_from
the
tf
object with the desired basis,arg
,evaluator
, etc.- arg
optional new
arg
values, defaults to those ofbasis_from
- ...
forwarded to the
tfb
ortfd
constructors
Value
a tf
-vector containing the data of object
in the same representation
as basis_from
(potentially modified by the arguments given in ...
).