Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 3573

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>IndexedVariableTable</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_indices.html">next</a> | <a href="___Indexed__Variable_sp_us_sp__Ring.html">previous</a> | <a href="_indices.html">forward</a> | <a href="___Indexed__Variable_sp_us_sp__Ring.html">backward</a> | up | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>IndexedVariableTable</h1>
<div class="single"><h2>Description</h2>
<div>This class is used as part of the implementation of indexed variables.  Objects of this class contain the values of the indexed variables that share the same base.<table class="examples"><tr><td><pre>i1 : p_1 = a

o1 = a

o1 : Symbol</pre>
</td></tr>
<tr><td><pre>i2 : p_2 = b

o2 = b

o2 : Symbol</pre>
</td></tr>
<tr><td><pre>i3 : p

o3 = p

o3 : IndexedVariableTable</pre>
</td></tr>
<tr><td><pre>i4 : peek p

o4 = IndexedVariableTable{1 => a      }
                          2 => b
                          symbol$ => p</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Indexed__Variable.html" title="the class of all indexed variables">IndexedVariable</a> -- the class of all indexed variables</span></li>
</ul>
</div>
<div class="waystouse"><h2>Types of indexed variable table :</h2>
<ul><li><span><a href="../../SchurRings/html/___Schur__Ring__Indexed__Variable__Table.html" title="">SchurRingIndexedVariableTable</a></span></li>
</ul>
<h2>Methods that use an indexed variable table :</h2>
<ul><li><span>baseName(IndexedVariableTable), see <span><a href="_base__Name.html" title="the base name of a generator">baseName</a> -- the base name of a generator</span></span></li>
<li>IndexedVariableTable _ Thing</li>
<li>IndexedVariableTable _ Thing = Thing</li>
<li><span><tt>IndexedVariableTable .. IndexedVariableTable</tt> (missing documentation<!-- tag: (..,IndexedVariableTable,IndexedVariableTable) -->)</span></li>
<li><span><tt>IndexedVariableTable .. Thing</tt> (missing documentation<!-- tag: (..,IndexedVariableTable,Thing) -->)</span></li>
<li><span><tt>IndexedVariableTable ..&lt; IndexedVariableTable</tt> (missing documentation<!-- tag: (..<,IndexedVariableTable,IndexedVariableTable) -->)</span></li>
<li><span><tt>IndexedVariableTable ..&lt; Thing</tt> (missing documentation<!-- tag: (..<,IndexedVariableTable,Thing) -->)</span></li>
<li><span><tt>Thing .. IndexedVariableTable</tt> (missing documentation<!-- tag: (..,Thing,IndexedVariableTable) -->)</span></li>
<li><span><tt>Thing ..&lt; IndexedVariableTable</tt> (missing documentation<!-- tag: (..<,Thing,IndexedVariableTable) -->)</span></li>
</ul>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="___Indexed__Variable__Table.html" title="">IndexedVariableTable</a> is <span>a <a href="___Type.html">type</a></span>, with ancestor classes <a href="___Mutable__Hash__Table.html" title="the class of all mutable hash tables">MutableHashTable</a> &lt; <a href="___Hash__Table.html" title="the class of all hash tables">HashTable</a> &lt; <a href="___Thing.html" title="the class of all things">Thing</a>.</p>
</div>
</div>
</body>
</html>