Sophie

Sophie

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

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: Integers</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><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>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#groups">Modules</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<div class="title">Integers</div>  </div>
<div class="ingroups"><a class="el" href="group__ring.html">ring</a></div></div>
<div class="contents">

<p><a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a> integer representation and operations.  
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lin_box_1_1_p_i_d__double.html">PID_double</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">NO DOC.  <a href="class_lin_box_1_1_p_i_d__double.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lin_box_1_1_p_i_d__integer.html">PID_integer</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Domain for integer operations.  <a href="class_lin_box_1_1_p_i_d__integer.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lin_box_1_1_field_a_x_p_y_3_01_unparametric_field_3_01integer_01_4_01_4.html">FieldAXPY&lt; UnparametricField&lt; integer &gt; &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">NO DOc.  <a href="class_lin_box_1_1_field_a_x_p_y_3_01_unparametric_field_3_01integer_01_4_01_4.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lin_box_1_1_random_integer_iterator.html">RandomIntegerIterator&lt; _Unsigned &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Random Prime Generator.  <a href="class_lin_box_1_1_random_integer_iterator.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lin_box_1_1_random_integer_iter.html">RandomIntegerIter&lt; _Unsigned &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Random Integer Iterator.  <a href="class_lin_box_1_1_random_integer_iter.html#details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="groups"></a>
Modules</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__primes.html">Primes</a></td></tr>

<p><tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><p>NO DOC. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef ::Givaro::Integer&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__integers.html#gad62eceb96963b157a2357aba991f6d6e">integer</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Integers in <a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a>.  <a href="#gad62eceb96963b157a2357aba991f6d6e"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p><a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a> integer representation and operations. </p>
<p><a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a> integers come from Givaro which uses GMP. This ensures fastest operations.</p>
<p><a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a> provides :</p>
<ul>
<li>LinBox::Integer is the Givaro representation of an integer (Givaro::Integer).</li>
<li><a class="el" href="group__integers.html#gad62eceb96963b157a2357aba991f6d6e" title="Integers in LinBox.">LinBox::integer</a> is a synonym</li>
<li><a class="el" href="class_lin_box_1_1_p_i_d__integer.html" title="Domain for integer operations.">LinBox::PID_integer</a> is a domain (ref ???) to perform integers operation on.</li>
<li>Others ?</li>
</ul>
<p>other use of integers ?</p>
<dl class="warning"><dt><b>Warning:</b></dt><dd>due to the construction of Givaro, you should always prefer to group operations as in the example : <div class="fragment"><pre class="fragment"> Integer a=1,b=1,c=1;
 c += a * b ;    <span class="comment">// slow</span>
 axpyin(c,a,b) ; <span class="comment">// faster</span>
</pre></div> </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a href="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/">Givaro</a> for documentation. </dd></dl>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="gad62eceb96963b157a2357aba991f6d6e"></a><!-- doxytag: member="LinBox::integer" ref="gad62eceb96963b157a2357aba991f6d6e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef ::Givaro::Integer integer</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Integers in <a class="el" href="namespace_lin_box.html" title="Namespace in which all linbox code resides.">LinBox</a>. </p>
<p>Integer representation from <a href="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/">Givaro</a>. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="examples_2smithvalence_8_c-example.html#a0">examples/smithvalence.C</a>.</dd>
</dl>
</div>
</div>
</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>