1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
scipy.sparse.csr_matrix
=======================
.. currentmodule:: scipy.sparse
.. autoclass:: csr_matrix
.. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
.. autosummary::
:toctree:
csr_matrix.asformat
csr_matrix.asfptype
csr_matrix.astype
csr_matrix.check_format
csr_matrix.conj
csr_matrix.conjugate
csr_matrix.copy
csr_matrix.diagonal
csr_matrix.dot
csr_matrix.eliminate_zeros
csr_matrix.getH
csr_matrix.get_shape
csr_matrix.getcol
csr_matrix.getformat
csr_matrix.getmaxprint
csr_matrix.getnnz
csr_matrix.getrow
csr_matrix.mean
csr_matrix.multiply
csr_matrix.nonzero
csr_matrix.prune
csr_matrix.reshape
csr_matrix.set_shape
csr_matrix.setdiag
csr_matrix.sort_indices
csr_matrix.sorted_indices
csr_matrix.sum
csr_matrix.sum_duplicates
csr_matrix.toarray
csr_matrix.tobsr
csr_matrix.tocoo
csr_matrix.tocsc
csr_matrix.tocsr
csr_matrix.todense
csr_matrix.todia
csr_matrix.todok
csr_matrix.tolil
csr_matrix.transpose
.. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
.. autosummary::
:toctree:
csr_matrix.dtype
csr_matrix.has_sorted_indices
csr_matrix.nnz
csr_matrix.shape
|