tv_probe_jacobian_derivatives_from_sweep ======================================== .. py:function:: t3toolbox.backend.sampling_derivatives.tv_probe_jacobian_derivatives_from_sweep(variation, ww, pp, frame, sweep, order) .. code-block:: python def tv_probe_jacobian_derivatives_from_sweep( variation: typ.Tuple[ typ.Sequence[NDArray], # var_tucker_cores dU. len=d, elm_shape=K+C+(nOi,Ni) typ.Sequence[NDArray], # var_tt_cores dG. len=d, elm_shape=K+C+(rLi,nUi,rRi) ], # = T3Variations.data ww: typ.Sequence[NDArray], # probe vectors X, len=d, elm_shape=W+(Ni,) pp: typ.Sequence[NDArray], # perturbation vectors P, len=d, elm_shape=W+(Ni,) frame: typ.Tuple[ typ.Sequence[NDArray], typ.Sequence[NDArray], typ.Sequence[NDArray], typ.Sequence[NDArray], ], # = T3Frame.data = (U, O, P, Q) sweep: typ.Tuple[ typ.Sequence[NDArray], typ.Sequence[NDArray], typ.Sequence[NDArray], typ.Sequence[NDArray], ], # = tv_precompute_probe_frame_sweep_jets(frame, ww, pp, order) order: int, # highest derivative order K ) -> typ.Tuple[NDArray, ...]: # z_jets. len=d, elm_shape=(order+1,)+W+K+C+(Ni,) Variation half of :py:func:`tv_probe_derivatives` from a precomputed frame ``sweep``: the variation sweep (sigma/tau/deta jets via the variation cores) + the lift, reusing the frame ``(xi, mu, nu, eta)_jets``. The reuse hook for a fitting inner solve (frame fixed across J / J^T).