File: slepc4py.SLEPc.DS.rst

package info (click to toggle)
slepc4py 3.24.0-1exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,384 kB
  • sloc: python: 6,364; makefile: 126; ansic: 98; sh: 46
file content (141 lines) | stat: -rw-r--r-- 4,188 bytes parent folder | download | duplicates (3)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
slepc4py.SLEPc.DS
=================

.. autoclass:: slepc4py.SLEPc.DS
   :show-inheritance:

   
   .. rubric:: Enumerations
   .. autosummary::
      :toctree:
   
      ~slepc4py.SLEPc.DS.MatType
      ~slepc4py.SLEPc.DS.ParallelType
      ~slepc4py.SLEPc.DS.StateType
      ~slepc4py.SLEPc.DS.Type

   
   .. rubric:: Methods Summary
   .. autosummary::
   
      ~slepc4py.SLEPc.DS.allocate
      ~slepc4py.SLEPc.DS.appendOptionsPrefix
      ~slepc4py.SLEPc.DS.cond
      ~slepc4py.SLEPc.DS.create
      ~slepc4py.SLEPc.DS.destroy
      ~slepc4py.SLEPc.DS.duplicate
      ~slepc4py.SLEPc.DS.getBlockSize
      ~slepc4py.SLEPc.DS.getCompact
      ~slepc4py.SLEPc.DS.getDimensions
      ~slepc4py.SLEPc.DS.getExtraRow
      ~slepc4py.SLEPc.DS.getGSVDDimensions
      ~slepc4py.SLEPc.DS.getHSVDDimensions
      ~slepc4py.SLEPc.DS.getLeadingDimension
      ~slepc4py.SLEPc.DS.getMat
      ~slepc4py.SLEPc.DS.getMethod
      ~slepc4py.SLEPc.DS.getOptionsPrefix
      ~slepc4py.SLEPc.DS.getPEPCoefficients
      ~slepc4py.SLEPc.DS.getPEPDegree
      ~slepc4py.SLEPc.DS.getParallel
      ~slepc4py.SLEPc.DS.getRefined
      ~slepc4py.SLEPc.DS.getSVDDimensions
      ~slepc4py.SLEPc.DS.getState
      ~slepc4py.SLEPc.DS.getType
      ~slepc4py.SLEPc.DS.reset
      ~slepc4py.SLEPc.DS.restoreMat
      ~slepc4py.SLEPc.DS.setBlockSize
      ~slepc4py.SLEPc.DS.setCompact
      ~slepc4py.SLEPc.DS.setDimensions
      ~slepc4py.SLEPc.DS.setExtraRow
      ~slepc4py.SLEPc.DS.setFromOptions
      ~slepc4py.SLEPc.DS.setGSVDDimensions
      ~slepc4py.SLEPc.DS.setHSVDDimensions
      ~slepc4py.SLEPc.DS.setIdentity
      ~slepc4py.SLEPc.DS.setMethod
      ~slepc4py.SLEPc.DS.setOptionsPrefix
      ~slepc4py.SLEPc.DS.setPEPCoefficients
      ~slepc4py.SLEPc.DS.setPEPDegree
      ~slepc4py.SLEPc.DS.setParallel
      ~slepc4py.SLEPc.DS.setRefined
      ~slepc4py.SLEPc.DS.setSVDDimensions
      ~slepc4py.SLEPc.DS.setState
      ~slepc4py.SLEPc.DS.setType
      ~slepc4py.SLEPc.DS.solve
      ~slepc4py.SLEPc.DS.truncate
      ~slepc4py.SLEPc.DS.updateExtraRow
      ~slepc4py.SLEPc.DS.vectors
      ~slepc4py.SLEPc.DS.view

   
   .. rubric:: Attributes Summary
   .. autosummary::
   
      ~slepc4py.SLEPc.DS.block_size
      ~slepc4py.SLEPc.DS.compact
      ~slepc4py.SLEPc.DS.extra_row
      ~slepc4py.SLEPc.DS.method
      ~slepc4py.SLEPc.DS.parallel
      ~slepc4py.SLEPc.DS.refined
      ~slepc4py.SLEPc.DS.state

   
   .. rubric:: Methods Documentation
   
   .. automethod:: allocate
   .. automethod:: appendOptionsPrefix
   .. automethod:: cond
   .. automethod:: create
   .. automethod:: destroy
   .. automethod:: duplicate
   .. automethod:: getBlockSize
   .. automethod:: getCompact
   .. automethod:: getDimensions
   .. automethod:: getExtraRow
   .. automethod:: getGSVDDimensions
   .. automethod:: getHSVDDimensions
   .. automethod:: getLeadingDimension
   .. automethod:: getMat
   .. automethod:: getMethod
   .. automethod:: getOptionsPrefix
   .. automethod:: getPEPCoefficients
   .. automethod:: getPEPDegree
   .. automethod:: getParallel
   .. automethod:: getRefined
   .. automethod:: getSVDDimensions
   .. automethod:: getState
   .. automethod:: getType
   .. automethod:: reset
   .. automethod:: restoreMat
   .. automethod:: setBlockSize
   .. automethod:: setCompact
   .. automethod:: setDimensions
   .. automethod:: setExtraRow
   .. automethod:: setFromOptions
   .. automethod:: setGSVDDimensions
   .. automethod:: setHSVDDimensions
   .. automethod:: setIdentity
   .. automethod:: setMethod
   .. automethod:: setOptionsPrefix
   .. automethod:: setPEPCoefficients
   .. automethod:: setPEPDegree
   .. automethod:: setParallel
   .. automethod:: setRefined
   .. automethod:: setSVDDimensions
   .. automethod:: setState
   .. automethod:: setType
   .. automethod:: solve
   .. automethod:: truncate
   .. automethod:: updateExtraRow
   .. automethod:: vectors
   .. automethod:: view

   
   .. rubric:: Attributes Documentation
   
   .. autoattribute:: block_size
   .. autoattribute:: compact
   .. autoattribute:: extra_row
   .. autoattribute:: method
   .. autoattribute:: parallel
   .. autoattribute:: refined
   .. autoattribute:: state