T3Tangent.entries_transpose#
- static t3toolbox.manifold.T3Tangent.entries_transpose(c, index, frame, sum_over_probes=False)#
def entries_transpose( c: NDArray, # residual, shape=W+C index: NDArray, # int, shape=(d,)+W frame: bvf.T3Frame, sum_over_probes: bool = False, # True: sum the apply stack W (Gauss-Newton entries^T c) ) -> 'T3Tangent':
Apply the transpose
entries^Tofentries(): scattercatindexinto a tangent.The adjoint of
entries()– identical toapply_transpose()with the up-indexξ̂from fiber slicing and unit apply-vectorse_{index}.sum_over_probesas inapply_transpose()(see Batching & stacking §11).See also