compute_nu ========== .. py:function:: t3toolbox.backend.probing.compute_nu(right_tt_cores, xis) .. code-block:: python def compute_nu( right_tt_cores: typ.Union[typ.Sequence[NDArray], NDArray], # len=d. elm_shape=C+(rRi,nUi,rR(i+1)) xis: typ.Union[typ.Sequence[NDArray], NDArray], # len=d. elm_shape=W+C+(nUi,) ) -> typ.Union[typ.Sequence[NDArray], NDArray]: # nus. len=d, elm_shape=W+C+(rR(i+1),) Compute rightward edge variables associated with edges between 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 `_