Skip to contents

aTransposeView is a zero-copy structural view representing the transpose of an adgeMatrix. It carries no independent dense host storage; the underlying data lives in source. The transposed matrix is materialized on demand via as.matrix() or amatrix_materialize_host().

Slots

source

The originating adgeMatrix; kept alive by this reference.

Dim

Integer vector of length 2 giving the transposed dimensions c(ncol_src, nrow_src).

Dimnames

List of length 2 with transposed dimnames.