ManifoldGeometry.transport#
- t3toolbox.manifold.ManifoldGeometry.transport(v, new_frame)#
def transport( self, v: T3Tangent, new_frame: bvf.T3Frame, ) -> T3Tangent: # v transported to the tangent space at new_frame
Projective vector transport of
vto the tangent space atnew_frame.Re-projects
v(as an ambient tensor viaT3Tangent.to_t3()) orthogonally onto the tangent space atnew_frame. The cheap, standard choice for fixed-rank Riemannian optimization – not parallel transport.Inherits
project_ambient()’s safe-mode ORTH precondition onnew_frame(raises if non-orthogonal; skipped undersafety.unsafe()/ a jax trace).