Event Array Types

Event Array Types#

Base#

EventRepresentation(value)

Abstract base class for event-driven array representations.

Binary Events#

BinaryArray(value)

Array wrapper for binary (0/1) event vectors and matrices.

BitPackedBinary(arr)

Bit-packed binary event representation.

CompactBinary(packed, active_ids, n_active, ...)

Binary event representation with bitpack and stream compaction.

Bit Packing#

bitpack(arr, axis)

Pack a boolean array into uint32 words along the given axis.