fv_absorb_weights#

t3toolbox.frame_variations_format.fv_absorb_weights(variations, weights)#
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 T3Variations (the frame is unchanged). The coordinate norm (corewise_norm) of the result is the weighted tangent norm – see weighted_norm(), and the helper method absorb_weights(). Frontend of t3toolbox.backend.fv_operations.fv_absorb_weights().

Parameters:
Return type:

T3Variations