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
|
scipy.sparse.dia_matrix
=======================
.. currentmodule:: scipy.sparse
.. autoclass:: dia_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:
dia_matrix.asformat
dia_matrix.asfptype
dia_matrix.astype
dia_matrix.conj
dia_matrix.conjugate
dia_matrix.copy
dia_matrix.diagonal
dia_matrix.dot
dia_matrix.getH
dia_matrix.get_shape
dia_matrix.getcol
dia_matrix.getformat
dia_matrix.getmaxprint
dia_matrix.getnnz
dia_matrix.getrow
dia_matrix.mean
dia_matrix.multiply
dia_matrix.nonzero
dia_matrix.reshape
dia_matrix.set_shape
dia_matrix.setdiag
dia_matrix.sum
dia_matrix.toarray
dia_matrix.tobsr
dia_matrix.tocoo
dia_matrix.tocsc
dia_matrix.tocsr
dia_matrix.todense
dia_matrix.todia
dia_matrix.todok
dia_matrix.tolil
dia_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:
dia_matrix.dtype
dia_matrix.nnz
dia_matrix.shape
|