File: scipy.sparse.bsr_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 (69 lines) | stat: -rw-r--r-- 1,790 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
59
60
61
62
63
64
65
66
67
68
69
scipy.sparse.bsr_matrix
=======================

.. currentmodule:: scipy.sparse

.. autoclass:: bsr_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:
      
         bsr_matrix.asformat
         bsr_matrix.asfptype
         bsr_matrix.astype
         bsr_matrix.check_format
         bsr_matrix.conj
         bsr_matrix.conjugate
         bsr_matrix.copy
         bsr_matrix.diagonal
         bsr_matrix.dot
         bsr_matrix.eliminate_zeros
         bsr_matrix.getH
         bsr_matrix.get_shape
         bsr_matrix.getcol
         bsr_matrix.getdata
         bsr_matrix.getformat
         bsr_matrix.getmaxprint
         bsr_matrix.getnnz
         bsr_matrix.getrow
         bsr_matrix.matmat
         bsr_matrix.matvec
         bsr_matrix.mean
         bsr_matrix.multiply
         bsr_matrix.nonzero
         bsr_matrix.prune
         bsr_matrix.reshape
         bsr_matrix.set_shape
         bsr_matrix.setdiag
         bsr_matrix.sort_indices
         bsr_matrix.sorted_indices
         bsr_matrix.sum
         bsr_matrix.sum_duplicates
         bsr_matrix.toarray
         bsr_matrix.tobsr
         bsr_matrix.tocoo
         bsr_matrix.tocsc
         bsr_matrix.tocsr
         bsr_matrix.todense
         bsr_matrix.todia
         bsr_matrix.todok
         bsr_matrix.tolil
         bsr_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:
      
         bsr_matrix.blocksize
         bsr_matrix.dtype
         bsr_matrix.has_sorted_indices
         bsr_matrix.nnz
         bsr_matrix.shape