UT3Variations.zeros =================== .. py:method:: t3toolbox.uniform_frame_variations_format.UT3Variations.zeros(uniform_variation_shapes, shape, stack_shape = (), masks = None, use_jax = False) :staticmethod: .. code-block:: python def zeros( uniform_variation_shapes, # ((d, nD, N), (d, rL, nU, rR)) -- the padded supercore dims shape: typ.Sequence[int], # (N0,...,N(d-1)) real mode dims stack_shape: typ.Tuple[int, ...] = (), masks: typ.Optional['UT3VariationsMasks'] = None, # None -> all-True (full rank) use_jax: bool = False, ) -> 'UT3Variations': Zero variations filling the padded supercores completely (additive identity). ``masks`` optional; ``None`` -> all-True. (See :py:meth:`zeros_like` to take the structure -- incl. gauge masks -- from a :py:class:`UT3Frame` / :py:class:`UT3Variations`.)