fv_absorb_weights ================= .. py:function:: t3toolbox.frame_variations_format.fv_absorb_weights(variations, weights) .. code-block:: python def fv_absorb_weights(variations: T3Variations, weights: T3FrameWeights) -> T3Variations: Absorb the metric ``weights`` into the variation cores (``down``->V, ``up``/``left``/``right``->H), returning the weighted :py:class:`T3Variations` (the frame is unchanged). The coordinate norm (``corewise_norm``) of the result is the weighted tangent norm -- see :py:meth:`~t3toolbox.manifold.T3Tangent.weighted_norm`, and the helper method :py:meth:`~t3toolbox.manifold.T3Tangent.absorb_weights`. Frontend of :py:func:`t3toolbox.backend.fv_operations.fv_absorb_weights`.