source: git/dyn_modules/python/Singular.html @ 6ce030f

fieker-DuValspielwiese
Last change on this file since 6ce030f was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 17.6 KB
Line 
1
2<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3<html><head><title>Python: module Singular</title>
4</head><body bgcolor="#f0f0f8">
5
6<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7<tr bgcolor="#7799ee">
8<td valign=bottom>&nbsp;<br>
9<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>Singular</strong></big></big></font></td
10><td align=right valign=bottom
11><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br>(built-in)</font></td></tr></table>
12    <p></p>
13<p>
14<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
15<tr bgcolor="#ee77aa">
16<td colspan=3 valign=bottom>&nbsp;<br>
17<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
18   
19<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
20<td width="100%"><dl>
21<dt><font face="helvetica, arial">Boost.Python.instance(<a href="__builtin__.html#object">__builtin__.object</a>)
22</font></dt><dd>
23<dl>
24<dt><font face="helvetica, arial"><a href="Singular.html#Ideal">Ideal</a>
25</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#IntVector">IntVector</a>
26</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#Number">Number</a>
27</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#Polynomial">Polynomial</a>
28</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#Ring">Ring</a>
29</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#Vector">Vector</a>
30</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#power_series">power_series</a>
31</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#vector_power_series">vector_power_series</a>
32</font></dt></dl>
33</dd>
34</dl>
35 <p>
36<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
37<tr bgcolor="#ffc8d8">
38<td colspan=3 valign=bottom>&nbsp;<br>
39<font color="#000000" face="helvetica, arial"><a name="Ideal">class <strong>Ideal</strong></a>(Boost.Python.instance)</font></td></tr>
40   
41<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
42<td colspan=2><tt>supports&nbsp;most&nbsp;operation&nbsp;a&nbsp;&nbsp;&nbsp;&nbsp;python&nbsp;list&nbsp;supports&nbsp;with&nbsp;the&nbsp;expception,&nbsp;that&nbsp;elements&nbsp;must&nbsp;&nbsp;&nbsp;&nbsp;be&nbsp;Polynomials<br>&nbsp;</tt></td></tr>
43<tr><td>&nbsp;</td>
44<td width="100%"><dl><dt>Method resolution order:</dt>
45<dd><a href="Singular.html#Ideal">Ideal</a></dd>
46<dd>Boost.Python.instance</dd>
47<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
48</dl>
49<hr>
50Methods defined here:<br>
51<dl><dt><a name="Ideal-__contains__"><strong>__contains__</strong></a>(...)</dt></dl>
52
53<dl><dt><a name="Ideal-__delitem__"><strong>__delitem__</strong></a>(...)</dt></dl>
54
55<dl><dt><a name="Ideal-__getitem__"><strong>__getitem__</strong></a>(...)</dt></dl>
56
57<dl><dt><a name="Ideal-__init__"><strong>__init__</strong></a>(...)</dt></dl>
58
59<dl><dt><a name="Ideal-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
60
61<dl><dt><a name="Ideal-__len__"><strong>__len__</strong></a>(...)</dt></dl>
62
63<dl><dt><a name="Ideal-__setitem__"><strong>__setitem__</strong></a>(...)</dt></dl>
64
65<dl><dt><a name="Ideal-__str__"><strong>__str__</strong></a>(...)</dt></dl>
66
67<dl><dt><a name="Ideal-append"><strong>append</strong></a>(...)</dt></dl>
68
69<dl><dt><a name="Ideal-extend"><strong>extend</strong></a>(...)</dt></dl>
70
71<dl><dt><a name="Ideal-ring"><strong>ring</strong></a>(...)</dt></dl>
72
73<hr>
74Data and other attributes defined here:<br>
75<dl><dt><strong>__instance_size__</strong> = 20</dl>
76
77<hr>
78Data and other attributes inherited from Boost.Python.instance:<br>
79<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
80
81<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#Ideal-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
82
83<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
84
85</td></tr></table> <p>
86<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
87<tr bgcolor="#ffc8d8">
88<td colspan=3 valign=bottom>&nbsp;<br>
89<font color="#000000" face="helvetica, arial"><a name="IntVector">class <strong>IntVector</strong></a>(Boost.Python.instance)</font></td></tr>
90   
91<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
92<td width="100%"><dl><dt>Method resolution order:</dt>
93<dd><a href="Singular.html#IntVector">IntVector</a></dd>
94<dd>Boost.Python.instance</dd>
95<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
96</dl>
97<hr>
98Methods defined here:<br>
99<dl><dt><a name="IntVector-__contains__"><strong>__contains__</strong></a>(...)</dt></dl>
100
101<dl><dt><a name="IntVector-__delitem__"><strong>__delitem__</strong></a>(...)</dt></dl>
102
103<dl><dt><a name="IntVector-__getitem__"><strong>__getitem__</strong></a>(...)</dt></dl>
104
105<dl><dt><a name="IntVector-__init__"><strong>__init__</strong></a>(...)</dt></dl>
106
107<dl><dt><a name="IntVector-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
108
109<dl><dt><a name="IntVector-__len__"><strong>__len__</strong></a>(...)</dt></dl>
110
111<dl><dt><a name="IntVector-__setitem__"><strong>__setitem__</strong></a>(...)</dt></dl>
112
113<dl><dt><a name="IntVector-__str__"><strong>__str__</strong></a>(...)</dt></dl>
114
115<dl><dt><a name="IntVector-append"><strong>append</strong></a>(...)</dt></dl>
116
117<dl><dt><a name="IntVector-extend"><strong>extend</strong></a>(...)</dt></dl>
118
119<hr>
120Data and other attributes defined here:<br>
121<dl><dt><strong>__instance_size__</strong> = 20</dl>
122
123<hr>
124Data and other attributes inherited from Boost.Python.instance:<br>
125<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
126
127<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#IntVector-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
128
129<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
130
131</td></tr></table> <p>
132<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
133<tr bgcolor="#ffc8d8">
134<td colspan=3 valign=bottom>&nbsp;<br>
135<font color="#000000" face="helvetica, arial"><a name="Number">class <strong>Number</strong></a>(Boost.Python.instance)</font></td></tr>
136   
137<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
138<td width="100%"><dl><dt>Method resolution order:</dt>
139<dd><a href="Singular.html#Number">Number</a></dd>
140<dd>Boost.Python.instance</dd>
141<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
142</dl>
143<hr>
144Methods defined here:<br>
145<dl><dt><a name="Number-__add__"><strong>__add__</strong></a>(...)</dt></dl>
146
147<dl><dt><a name="Number-__div__"><strong>__div__</strong></a>(...)</dt></dl>
148
149<dl><dt><a name="Number-__eq__"><strong>__eq__</strong></a>(...)</dt></dl>
150
151<dl><dt><a name="Number-__iadd__"><strong>__iadd__</strong></a>(...)</dt></dl>
152
153<dl><dt><a name="Number-__idiv__"><strong>__idiv__</strong></a>(...)</dt></dl>
154
155<dl><dt><a name="Number-__imul__"><strong>__imul__</strong></a>(...)</dt></dl>
156
157<dl><dt><a name="Number-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>creates&nbsp;a&nbsp;number&nbsp;in&nbsp;currRing&nbsp;by&nbsp;default,&nbsp;more&nbsp;complex&nbsp;constructs&nbsp;can&nbsp;be&nbsp;fetched&nbsp;from&nbsp;the&nbsp;interpreter</tt></dd></dl>
158
159<dl><dt><a name="Number-__isub__"><strong>__isub__</strong></a>(...)</dt></dl>
160
161<dl><dt><a name="Number-__mul__"><strong>__mul__</strong></a>(...)</dt></dl>
162
163<dl><dt><a name="Number-__neg__"><strong>__neg__</strong></a>(...)</dt></dl>
164
165<dl><dt><a name="Number-__radd__"><strong>__radd__</strong></a>(...)</dt></dl>
166
167<dl><dt><a name="Number-__rdiv__"><strong>__rdiv__</strong></a>(...)</dt></dl>
168
169<dl><dt><a name="Number-__rmul__"><strong>__rmul__</strong></a>(...)</dt></dl>
170
171<dl><dt><a name="Number-__rsub__"><strong>__rsub__</strong></a>(...)</dt></dl>
172
173<dl><dt><a name="Number-__str__"><strong>__str__</strong></a>(...)</dt></dl>
174
175<dl><dt><a name="Number-__sub__"><strong>__sub__</strong></a>(...)</dt></dl>
176
177<dl><dt><a name="Number-ring"><strong>ring</strong></a>(...)</dt></dl>
178
179<hr>
180Data and other attributes defined here:<br>
181<dl><dt><strong>__instance_size__</strong> = 16</dl>
182
183<hr>
184Data and other attributes inherited from Boost.Python.instance:<br>
185<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
186
187<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#Number-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
188
189<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
190
191</td></tr></table> <p>
192<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
193<tr bgcolor="#ffc8d8">
194<td colspan=3 valign=bottom>&nbsp;<br>
195<font color="#000000" face="helvetica, arial"><a name="Polynomial">class <strong>Polynomial</strong></a>(Boost.Python.instance)</font></td></tr>
196   
197<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
198<td colspan=2><tt>Wrapper&nbsp;for&nbsp;poly&nbsp;of&nbsp;Singular<br>&nbsp;</tt></td></tr>
199<tr><td>&nbsp;</td>
200<td width="100%"><dl><dt>Method resolution order:</dt>
201<dd><a href="Singular.html#Polynomial">Polynomial</a></dd>
202<dd>Boost.Python.instance</dd>
203<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
204</dl>
205<hr>
206Methods defined here:<br>
207<dl><dt><a name="Polynomial-__add__"><strong>__add__</strong></a>(...)</dt></dl>
208
209<dl><dt><a name="Polynomial-__iadd__"><strong>__iadd__</strong></a>(...)</dt></dl>
210
211<dl><dt><a name="Polynomial-__imul__"><strong>__imul__</strong></a>(...)</dt></dl>
212
213<dl><dt><a name="Polynomial-__init__"><strong>__init__</strong></a>(...)</dt></dl>
214
215<dl><dt><a name="Polynomial-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
216
217<dl><dt><a name="Polynomial-__mul__"><strong>__mul__</strong></a>(...)</dt></dl>
218
219<dl><dt><a name="Polynomial-__neg__"><strong>__neg__</strong></a>(...)</dt></dl>
220
221<dl><dt><a name="Polynomial-__rmul__"><strong>__rmul__</strong></a>(...)</dt></dl>
222
223<dl><dt><a name="Polynomial-__str__"><strong>__str__</strong></a>(...)</dt></dl>
224
225<dl><dt><a name="Polynomial-leadCoef"><strong>leadCoef</strong></a>(...)</dt></dl>
226
227<dl><dt><a name="Polynomial-leadExp"><strong>leadExp</strong></a>(...)</dt></dl>
228
229<dl><dt><a name="Polynomial-ring"><strong>ring</strong></a>(...)</dt></dl>
230
231<hr>
232Data and other attributes defined here:<br>
233<dl><dt><strong>__instance_size__</strong> = 20</dl>
234
235<hr>
236Data and other attributes inherited from Boost.Python.instance:<br>
237<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
238
239<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#Polynomial-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
240
241<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
242
243</td></tr></table> <p>
244<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
245<tr bgcolor="#ffc8d8">
246<td colspan=3 valign=bottom>&nbsp;<br>
247<font color="#000000" face="helvetica, arial"><a name="Ring">class <strong>Ring</strong></a>(Boost.Python.instance)</font></td></tr>
248   
249<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
250<td colspan=2><tt>reference&nbsp;to&nbsp;a&nbsp;Singular&nbsp;ring<br>&nbsp;</tt></td></tr>
251<tr><td>&nbsp;</td>
252<td width="100%"><dl><dt>Method resolution order:</dt>
253<dd><a href="Singular.html#Ring">Ring</a></dd>
254<dd>Boost.Python.instance</dd>
255<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
256</dl>
257<hr>
258Methods defined here:<br>
259<dl><dt><a name="Ring-__init__"><strong>__init__</strong></a>(...)</dt></dl>
260
261<dl><dt><a name="Ring-__str__"><strong>__str__</strong></a>(...)</dt></dl>
262
263<dl><dt><a name="Ring-set"><strong>set</strong></a>(...)</dt><dd><tt>equivalent&nbsp;to&nbsp;the&nbsp;singular&nbsp;command&nbsp;setring,&nbsp;which&nbsp;is&nbsp;not&nbsp;mapped&nbsp;as&nbsp;it&nbsp;is&nbsp;a&nbsp;command</tt></dd></dl>
264
265<hr>
266Data and other attributes defined here:<br>
267<dl><dt><strong>__instance_size__</strong> = 12</dl>
268
269<hr>
270Data and other attributes inherited from Boost.Python.instance:<br>
271<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
272
273<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#Ring-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
274
275<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
276
277</td></tr></table> <p>
278<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
279<tr bgcolor="#ffc8d8">
280<td colspan=3 valign=bottom>&nbsp;<br>
281<font color="#000000" face="helvetica, arial"><a name="Vector">class <strong>Vector</strong></a>(Boost.Python.instance)</font></td></tr>
282   
283<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
284<td width="100%"><dl><dt>Method resolution order:</dt>
285<dd><a href="Singular.html#Vector">Vector</a></dd>
286<dd>Boost.Python.instance</dd>
287<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
288</dl>
289<hr>
290Methods defined here:<br>
291<dl><dt><a name="Vector-__add__"><strong>__add__</strong></a>(...)</dt></dl>
292
293<dl><dt><a name="Vector-__iadd__"><strong>__iadd__</strong></a>(...)</dt></dl>
294
295<dl><dt><a name="Vector-__imul__"><strong>__imul__</strong></a>(...)</dt></dl>
296
297<dl><dt><a name="Vector-__init__"><strong>__init__</strong></a>(...)</dt></dl>
298
299<dl><dt><a name="Vector-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
300
301<dl><dt><a name="Vector-__neg__"><strong>__neg__</strong></a>(...)</dt></dl>
302
303<dl><dt><a name="Vector-__rmul__"><strong>__rmul__</strong></a>(...)</dt></dl>
304
305<dl><dt><a name="Vector-__str__"><strong>__str__</strong></a>(...)</dt></dl>
306
307<dl><dt><a name="Vector-ring"><strong>ring</strong></a>(...)</dt></dl>
308
309<hr>
310Data and other attributes defined here:<br>
311<dl><dt><strong>__instance_size__</strong> = 20</dl>
312
313<hr>
314Data and other attributes inherited from Boost.Python.instance:<br>
315<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
316
317<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#Vector-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
318
319<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
320
321</td></tr></table> <p>
322<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
323<tr bgcolor="#ffc8d8">
324<td colspan=3 valign=bottom>&nbsp;<br>
325<font color="#000000" face="helvetica, arial"><a name="power_series">class <strong>power_series</strong></a>(Boost.Python.instance)</font></td></tr>
326   
327<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
328<td width="100%"><dl><dt>Method resolution order:</dt>
329<dd><a href="Singular.html#power_series">power_series</a></dd>
330<dd>Boost.Python.instance</dd>
331<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
332</dl>
333<hr>
334Methods defined here:<br>
335<dl><dt><a name="power_series-__init__"><strong>__init__</strong></a>(...)</dt></dl>
336
337<dl><dt><a name="power_series-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
338
339<hr>
340Data and other attributes defined here:<br>
341<dl><dt><strong>__instance_size__</strong> = 32</dl>
342
343<hr>
344Data and other attributes inherited from Boost.Python.instance:<br>
345<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
346
347<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#power_series-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
348
349<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
350
351</td></tr></table> <p>
352<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
353<tr bgcolor="#ffc8d8">
354<td colspan=3 valign=bottom>&nbsp;<br>
355<font color="#000000" face="helvetica, arial"><a name="vector_power_series">class <strong>vector_power_series</strong></a>(Boost.Python.instance)</font></td></tr>
356   
357<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
358<td width="100%"><dl><dt>Method resolution order:</dt>
359<dd><a href="Singular.html#vector_power_series">vector_power_series</a></dd>
360<dd>Boost.Python.instance</dd>
361<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
362</dl>
363<hr>
364Methods defined here:<br>
365<dl><dt><a name="vector_power_series-__init__"><strong>__init__</strong></a>(...)</dt></dl>
366
367<dl><dt><a name="vector_power_series-__iter__"><strong>__iter__</strong></a>(...)</dt></dl>
368
369<hr>
370Data and other attributes defined here:<br>
371<dl><dt><strong>__instance_size__</strong> = 32</dl>
372
373<hr>
374Data and other attributes inherited from Boost.Python.instance:<br>
375<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
376
377<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#vector_power_series-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
378
379<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
380
381</td></tr></table></td></tr></table>
382</body></html>
Note: See TracBrowser for help on using the repository browser.