uniform_derivatives_kind ======================== .. py:function:: t3toolbox.backend.uniform_fitting.uniform_derivatives_kind(name, x0_data, order, weight = None, chunk_size = 100) .. code-block:: python def uniform_derivatives_kind( name: str, # 'apply_derivatives' / 'entries_derivatives' / 'probe_derivatives' x0_data: typ.Tuple, # UniformTuckerTensorTrain.data at the fixed rank order: int, weight: typ.Optional[typ.Sequence[float]] = None, chunk_size: typ.Optional[int] = 100, # probe_derivatives only (its 𝒥ᵀ assembly chunks); ignored otherwise ) -> bfit.SamplingKind: Dispatch to the uniform derivative sampling kind by name.