Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 668 Bytes

container_index.rst

File metadata and controls

20 lines (14 loc) · 668 Bytes

Containers and views

Containers are in-memory expressions that share a common implementation of most of the methods of the xexpression API. The final container classes (xarray, xtensor) mainly implement constructors and value semantic, most of the xexpression API is actually implemented in xstrided_container and xcontainer.

xcontainer xstrided_view xbroadcast xindex_view xfunctor_view