crossTransformTo
Map coefficients from a target transform into this transform.
Declaration
matrix = crossTransformTo(self,targetTransform,options)
Parameters
selfInternalModesTransform instancetargetTransformtransform whose coefficients should be evaluated in this transformoptions.component"F"or"G"options.allowNoncanonicaltrue to allow numerical F matrices
Returns
matrixcoefficient-to-coefficient transform matrix
Discussion
The matrix is
\[C = P_{\mathrm{self}}\Phi_{\mathrm{target}},\]where P_self is this transform’s forward matrix and
Phi_target is the target transform’s inverse matrix for the
selected component.