Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c5653a35bb94fee65ffe21230992c863 > files > 136

linbox-doc-1.2.1-1.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>linbox: FieldInterface Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">linbox</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespace_lin_box.html">LinBox</a>      </li>
      <li class="navelem"><a class="el" href="class_lin_box_1_1_field_interface.html">FieldInterface</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">FieldInterface Class Reference<div class="ingroups"><a class="el" href="group__field.html">field</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="LinBox::FieldInterface" -->
<p>This field base class exists solely to aid documentation organization.  
 <a href="class_lin_box_1_1_field_interface.html#details">More...</a></p>

<p><code>#include &lt;field-interface.h&gt;</code></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for FieldInterface:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="class_lin_box_1_1_field_interface.png" usemap="#FieldInterface_map" alt=""/>
  <map id="FieldInterface_map" name="FieldInterface_map">
<area href="class_lin_box_1_1_givaro_zpz.html" alt="GivaroZpz&lt; ::Givaro::Std16 &gt;" shape="rect" coords="195,56,380,80"/>
<area href="class_lin_box_1_1_givaro_zpz.html" alt="GivaroZpz&lt; ::Givaro::Std32 &gt;" shape="rect" coords="195,112,380,136"/>
<area href="class_lin_box_1_1_block_ring.html" title="Elements are wrapped BlasMatrix objects." alt="BlockRing&lt; _Field &gt;" shape="rect" coords="195,168,380,192"/>
<area href="class_lin_box_1_1_field_archetype.html" title="field specification and archetypical instance." alt="FieldArchetype" shape="rect" coords="195,224,380,248"/>
<area href="class_lin_box_1_1_givaro_extension.html" title="This template class is defined to be in phase with the LinBox archetype." alt="GivaroExtension&lt; BaseField &gt;" shape="rect" coords="195,280,380,304"/>
<area href="class_lin_box_1_1_givaro_extension_3_01_givaro_gfq_01_4.html" title="This template class is define just to be in phase with the LinBox archetype." alt="GivaroExtension&lt; GivaroGfq &gt;" shape="rect" coords="195,336,380,360"/>
<area href="class_lin_box_1_1_givaro_gfq.html" title="Wrapper of Givaro&#39;s GFqDom&lt;int32_t&gt; class." alt="GivaroGfq" shape="rect" coords="195,392,380,416"/>
<area href="class_lin_box_1_1_givaro_montg.html" title="wrapper of Givaro&#39;s ::Givaro::Montgomery&lt; ::Givaro::Std32&gt;." alt="GivaroMontg" shape="rect" coords="195,448,380,472"/>
<area href="class_lin_box_1_1_givaro_zpz.html" title="wrapper of Givaro&#39;s ZpzDom." alt="GivaroZpz&lt; TAG &gt;" shape="rect" coords="195,504,380,528"/>
<area href="class_lin_box_1_1_lidia_gfq.html" title="defines the Galois Field GF(pk)." alt="LidiaGfq" shape="rect" coords="195,560,380,584"/>
<area href="class_lin_box_1_1_modular_3_01double_01_4.html" title="Standard representation of ." alt="Modular&lt; double &gt;" shape="rect" coords="195,616,380,640"/>
<area href="class_lin_box_1_1_modular_3_01int16__t_01_4.html" title="Specialization of Modular to short element type with efficient dot product." alt="Modular&lt; int16_t &gt;" shape="rect" coords="195,672,380,696"/>
<area href="class_lin_box_1_1_modular_3_01int32__t_01_4.html" title="Specialization of Modular to int32_t element type with efficient dot product." alt="Modular&lt; int32_t &gt;" shape="rect" coords="195,728,380,752"/>
<area href="class_lin_box_1_1_modular_3_01int64__t_01_4.html" title="Specialization of Modular to int64_t element type with efficient dot product." alt="Modular&lt; int64_t &gt;" shape="rect" coords="195,784,380,808"/>
<area href="class_lin_box_1_1_modular_3_01int8__t_01_4.html" title="Specialization of Modular to signed 8 bit element type with efficient dot product." alt="Modular&lt; int8_t &gt;" shape="rect" coords="195,840,380,864"/>
<area href="class_lin_box_1_1_modular_3_01uint16__t_01_4.html" title="Specialization of class Modular for uint16_t element type." alt="Modular&lt; uint16_t &gt;" shape="rect" coords="195,896,380,920"/>
<area href="class_lin_box_1_1_modular_3_01uint32__t_01_4.html" title="Specialization of class Modular for uint32_t element type." alt="Modular&lt; uint32_t &gt;" shape="rect" coords="195,952,380,976"/>
<area href="class_lin_box_1_1_modular_3_01uint8__t_01_4.html" title="Allows compact storage when the modulus is less than 2^8." alt="Modular&lt; uint8_t &gt;" shape="rect" coords="195,1008,380,1032"/>
<area href="class_lin_box_1_1_modular_balanced_3_01double_01_4.html" title="Centered representation of ." alt="ModularBalanced&lt; double &gt;" shape="rect" coords="195,1064,380,1088"/>
<area href="class_lin_box_1_1_param_fuzzy.html" title="Abstract parameterized field of &quot;fuzzy&quot; doubles." alt="ParamFuzzy" shape="rect" coords="195,1120,380,1144"/>
</map>
 </div></div>
<table class="memberdecls">
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This field base class exists solely to aid documentation organization. </p>
<p>For the general field member function documentation consult the <a class="el" href="class_lin_box_1_1_field_archetype.html">FieldArchetype</a>. For specific properties of individual representations consult the specific field classes. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>field-interface.h</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Aug 30 2011 for linbox by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>