compute_xi ========== .. py:function:: t3toolbox.backend.probing.compute_xi(up_tucker_cores, ww) .. code-block:: python def compute_xi( up_tucker_cores: typ.Union[typ.Sequence[NDArray], NDArray], # len=d. elm_shape=C+(nUi,Ni) ww: typ.Union[typ.Sequence[NDArray], NDArray], # len=d. elm_shape=W+(Ni,) ) -> typ.Union[typ.Sequence[NDArray], NDArray]: # xis. len=d, elm_shape=(...,nUi) Compute upward edge variables associated with edges between Tucker cores and adjacent TT-cores. Used for probing a Tucker tensor train. See Section 6.2, particularly Figure 7 and Algorithm 5, in: Alger, N., Christierson, B., Chen, P., & Ghattas, O. (2026). "Tucker Tensor Train Taylor Series." arXiv preprint arXiv:2603.21141. `https://arxiv.org/abs/2603.21141 `_