Changeset 0d52995 in git for modules/python


Ignore:
Timestamp:
Mar 24, 2006, 7:09:20 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
e20f5f2422790bea701f651cd0e02f937ec7b054
Parents:
3e440cd63c73dfad6a3fcc45223c24762d58bcfe
Message:
*bricken: new documentation generated


git-svn-id: file:///usr/local/Singular/svn/trunk@9039 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
modules/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/python/Singular.html

    r3e440c r0d52995  
    2828</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#Ring">Ring</a>
    2929</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#canonical_form">canonical_form</a>
    3130</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#power_series">power_series</a>
    32 </font></dt><dt><font face="helvetica, arial"><a href="Singular.html#variable">variable</a>
    3331</font></dt><dt><font face="helvetica, arial"><a href="Singular.html#vector_power_series">vector_power_series</a>
    3432</font></dt></dl>
     
    177175<dl><dt><a name="Number-__sub__"><strong>__sub__</strong></a>(...)</dt></dl>
    178176
    179 <hr>
    180 Data and other attributes defined here:<br>
    181 <dl><dt><strong>__instance_size__</strong> = 20</dl>
     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>
    182182
    183183<hr>
     
    305305<dl><dt><a name="Vector-__str__"><strong>__str__</strong></a>(...)</dt></dl>
    306306
     307<dl><dt><a name="Vector-ring"><strong>ring</strong></a>(...)</dt></dl>
     308
    307309<hr>
    308310Data and other attributes defined here:<br>
     
    321323<tr bgcolor="#ffc8d8">
    322324<td colspan=3 valign=bottom>&nbsp;<br>
    323 <font color="#000000" face="helvetica, arial"><a name="canonical_form">class <strong>canonical_form</strong></a>(Boost.Python.instance)</font></td></tr>
    324    
    325 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    326 <td width="100%"><dl><dt>Method resolution order:</dt>
    327 <dd><a href="Singular.html#canonical_form">canonical_form</a></dd>
    328 <dd>Boost.Python.instance</dd>
    329 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
    330 </dl>
    331 <hr>
    332 Methods defined here:<br>
    333 <dl><dt><a name="canonical_form-__add__"><strong>__add__</strong></a>(...)</dt></dl>
    334 
    335 <dl><dt><a name="canonical_form-__div__"><strong>__div__</strong></a>(...)</dt></dl>
    336 
    337 <dl><dt><a name="canonical_form-__eq__"><strong>__eq__</strong></a>(...)</dt></dl>
    338 
    339 <dl><dt><a name="canonical_form-__iadd__"><strong>__iadd__</strong></a>(...)</dt></dl>
    340 
    341 <dl><dt><a name="canonical_form-__idiv__"><strong>__idiv__</strong></a>(...)</dt></dl>
    342 
    343 <dl><dt><a name="canonical_form-__imul__"><strong>__imul__</strong></a>(...)</dt></dl>
    344 
    345 <dl><dt><a name="canonical_form-__init__"><strong>__init__</strong></a>(...)</dt></dl>
    346 
    347 <dl><dt><a name="canonical_form-__isub__"><strong>__isub__</strong></a>(...)</dt></dl>
    348 
    349 <dl><dt><a name="canonical_form-__mul__"><strong>__mul__</strong></a>(...)</dt></dl>
    350 
    351 <dl><dt><a name="canonical_form-__neg__"><strong>__neg__</strong></a>(...)</dt></dl>
    352 
    353 <dl><dt><a name="canonical_form-__radd__"><strong>__radd__</strong></a>(...)</dt></dl>
    354 
    355 <dl><dt><a name="canonical_form-__rdiv__"><strong>__rdiv__</strong></a>(...)</dt></dl>
    356 
    357 <dl><dt><a name="canonical_form-__rmul__"><strong>__rmul__</strong></a>(...)</dt></dl>
    358 
    359 <dl><dt><a name="canonical_form-__rsub__"><strong>__rsub__</strong></a>(...)</dt></dl>
    360 
    361 <dl><dt><a name="canonical_form-__sub__"><strong>__sub__</strong></a>(...)</dt></dl>
    362 
    363 <hr>
    364 Data and other attributes defined here:<br>
    365 <dl><dt><strong>__instance_size__</strong> = 12</dl>
    366 
    367 <hr>
    368 Data and other attributes inherited from Boost.Python.instance:<br>
    369 <dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
    370 
    371 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#canonical_form-__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>
    372 
    373 <dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
    374 
    375 </td></tr></table> <p>
    376 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
    377 <tr bgcolor="#ffc8d8">
    378 <td colspan=3 valign=bottom>&nbsp;<br>
    379325<font color="#000000" face="helvetica, arial"><a name="power_series">class <strong>power_series</strong></a>(Boost.Python.instance)</font></td></tr>
    380326   
     
    400346
    401347<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>
    402 
    403 <dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
    404 
    405 </td></tr></table> <p>
    406 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
    407 <tr bgcolor="#ffc8d8">
    408 <td colspan=3 valign=bottom>&nbsp;<br>
    409 <font color="#000000" face="helvetica, arial"><a name="variable">class <strong>variable</strong></a>(Boost.Python.instance)</font></td></tr>
    410    
    411 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    412 <td width="100%"><dl><dt>Method resolution order:</dt>
    413 <dd><a href="Singular.html#variable">variable</a></dd>
    414 <dd>Boost.Python.instance</dd>
    415 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
    416 </dl>
    417 <hr>
    418 Methods defined here:<br>
    419 <dl><dt><a name="variable-__init__"><strong>__init__</strong></a>(...)</dt></dl>
    420 
    421 <hr>
    422 Data and other attributes defined here:<br>
    423 <dl><dt><strong>__instance_size__</strong> = 12</dl>
    424 
    425 <hr>
    426 Data and other attributes inherited from Boost.Python.instance:<br>
    427 <dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dl>
    428 
    429 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of Boost.Python.class object&gt;<dd><tt>T.<a href="#variable-__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>
    430348
    431349<dl><dt><strong>__weakref__</strong> = &lt;member '__weakref__' of 'Boost.Python.instance' objects&gt;</dl>
  • modules/python/util.html

    r3e440c r0d52995  
    1212    <p></p>
    1313<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"><a href="__builtin__.html#object">__builtin__.object</a>
     22</font></dt><dd>
     23<dl>
     24<dt><font face="helvetica, arial"><a href="util.html#EquivalenceRelation">EquivalenceRelation</a>
     25</font></dt><dt><font face="helvetica, arial"><a href="util.html#chaintrans">chaintrans</a>
     26</font></dt></dl>
     27</dd>
     28</dl>
     29 <p>
     30<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
     31<tr bgcolor="#ffc8d8">
     32<td colspan=3 valign=bottom>&nbsp;<br>
     33<font color="#000000" face="helvetica, arial"><a name="EquivalenceRelation">class <strong>EquivalenceRelation</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
     34   
     35<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
     36<td colspan=2><tt>this&nbsp;class&nbsp;represents&nbsp;an&nbsp;equivalent&nbsp;relation,<br>
     37which&nbsp;is&nbsp;implemented&nbsp;by&nbsp;repeated&nbsp;evaluatation&nbsp;of&nbsp;a&nbsp;map<br>
     38c[n]=m&nbsp;means&nbsp;that&nbsp;n&nbsp;is&nbsp;equivalent&nbsp;to&nbsp;m<br>&nbsp;</tt></td></tr>
     39<tr><td>&nbsp;</td>
     40<td width="100%">Methods defined here:<br>
     41<dl><dt><a name="EquivalenceRelation-__getitem__"><strong>__getitem__</strong></a>(self, key)</dt></dl>
     42
     43<dl><dt><a name="EquivalenceRelation-__init__"><strong>__init__</strong></a>(self)</dt></dl>
     44
     45<dl><dt><a name="EquivalenceRelation-__setitem__"><strong>__setitem__</strong></a>(self, val, key)</dt></dl>
     46
     47<dl><dt><a name="EquivalenceRelation-all_rewritings"><strong>all_rewritings</strong></a>(self, var)</dt></dl>
     48
     49<dl><dt><a name="EquivalenceRelation-canonical"><strong>canonical</strong></a>(self, var)</dt></dl>
     50
     51<dl><dt><a name="EquivalenceRelation-isCanonical"><strong>isCanonical</strong></a>(self, var)</dt></dl>
     52
     53<dl><dt><a name="EquivalenceRelation-rewrite"><strong>rewrite</strong></a>(self, a, b)</dt></dl>
     54
     55<hr>
     56Data and other attributes defined here:<br>
     57<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dl>
     58
     59<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'EquivalenceRelation' objects&gt;<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;(if&nbsp;defined)</tt></dl>
     60
     61</td></tr></table> <p>
     62<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
     63<tr bgcolor="#ffc8d8">
     64<td colspan=3 valign=bottom>&nbsp;<br>
     65<font color="#000000" face="helvetica, arial"><a name="chaintrans">class <strong>chaintrans</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
     66   
     67<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
     68<td width="100%">Methods defined here:<br>
     69<dl><dt><a name="chaintrans-__getitem__"><strong>__getitem__</strong></a>(self, key)</dt></dl>
     70
     71<dl><dt><a name="chaintrans-__init__"><strong>__init__</strong></a>(self, chain, full)</dt></dl>
     72
     73<dl><dt><a name="chaintrans-__str__"><strong>__str__</strong></a>(self)</dt></dl>
     74
     75<dl><dt><a name="chaintrans-insert"><strong>insert</strong></a>(self, key)</dt></dl>
     76
     77<hr>
     78Data and other attributes defined here:<br>
     79<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dl>
     80
     81<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'chaintrans' objects&gt;<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;(if&nbsp;defined)</tt></dl>
     82
     83</td></tr></table></td></tr></table><p>
    1484<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
    1585<tr bgcolor="#eeaa77">
Note: See TracChangeset for help on using the changeset viewer.