File: scipy.sparse.dia_matrix.rst

package info (click to toggle)
python-scipy 0.10.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 42,232 kB
  • sloc: cpp: 224,773; ansic: 103,496; python: 85,210; fortran: 79,130; makefile: 272; sh: 43
file content (58 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download
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