CorewiseGeometry.retract#
- t3toolbox.manifold.CorewiseGeometry.retract(p)#
def retract( self, p: T3Tangent, # step (a corewise tangent at frame = (U, G, G, G)) ) -> t3.TuckerTensorTrain: # additive retraction: cores += p
Additive retraction: add the variation cores to the point’s cores (
cores += p).Recovers the point
(U, G)fromp.frame(whichframe()built as(U, G, G, G)) and adds the variations.pmust be a corewise tangent (a frame fromframe()).- Parameters:
p (T3Tangent)
- Return type: