Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 1.53 KB

sparse.COO.rst

File metadata and controls

88 lines (70 loc) · 1.53 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 COO.imag COO.real

Constructing COO objects <../construct>

COO.from_iter COO.from_numpy COO.from_scipy_sparse

Element-wise operations <operations-elemwise>

COO.astype COO.conj COO.clip COO.round

Reductions <operations-reductions>

COO.reduce

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

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.flatten COO.reshape COO.resize COO.transpose COO.swapaxes COO.nonzero

Utility functions

COO.broadcast_to COO.enable_caching COO.linear_loc