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
tfobject whose representation should be changed- basis_from
the
tfobject with the desired basis,arg,evaluator, etc.- arg
optional new
argvalues, defaults to those ofbasis_from- ...
forwarded to the
tfbortfdconstructors
Value
a tf-vector containing the data of object in the same representation
as basis_from (potentially modified by the arguments given in ...).