oineus.IndicesValues

class oineus.IndicesValues

Bases: object

indices_array

Zero-copy numpy view over the indices vector. The view is invalidated by any operation that mutates the underlying IndicesValues; copy via np.array(…) to detach.

values_array

Zero-copy numpy view over the values vector.