Skip to contents

Identical to apply_tensor() but also returns, for each response (reference) row, the in-window ground rows and their resolved window sizes. Powers the webtool Data View per-modality window-span hover. Kept as a separate export so apply_tensor()'s ABI (and tma's direct .Call to it) is unchanged.

Usage

apply_tensor_members(
  tensor,
  dims,
  dims_sender,
  dims_receiver,
  dims_mode,
  context_lookup,
  unit_rows,
  codes,
  times,
  ordered = TRUE
)

Value

List with connection_counts, row_connection_counts, row_window_members (list of 1-based ground-row index vectors, in unit_rows order) and row_window_wins (parallel resolved window sizes).