fv_absorb_weights#
- t3toolbox.frame_variations_format.fv_absorb_weights(variations, weights)#
def fv_absorb_weights(variations: T3Variations, weights: T3FrameWeights) -> T3Variations:
Absorb the metric
weightsinto the variation cores (down->V,up/left/right->H), returning the weightedT3Variations(the frame is unchanged). The coordinate norm (corewise_norm) of the result is the weighted tangent norm – seeweighted_norm(), and the helper methodabsorb_weights(). Frontend oft3toolbox.backend.fv_operations.fv_absorb_weights().- Parameters:
variations (T3Variations)
weights (T3FrameWeights)
- Return type: