Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.4 KB

sparse.COO.rst

File metadata and controls

80 lines (62 loc) · 1.4 KB

COO

sparse

COO

Note

COO objects also support operators <operations-operators> and indexing <operations-indexing>

Attributes

COO.T COO.dtype COO.nbytes COO.ndim COO.nnz COO.size COO.density

Constructing COO objects <../construct>

COO.from_iter COO.from_numpy COO.from_scipy_sparse

Element-wise operations <operations-elemwise>

COO.astype COO.clip COO.round

Reductions <operations-reductions>

COO.reduce

COO.sum COO.mean COO.prod COO.min COO.max COO.any COO.all

Converting to other formats <converting>

COO.asformat COO.todense COO.maybe_densify COO.to_scipy_sparse COO.tocsc COO.tocsr

Other operations <operations-other>

COO.copy COO.dot COO.reshape COO.transpose COO.nonzero

Utility functions

COO.broadcast_to COO.enable_caching COO.linear_loc