Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 925d05e241dbe3b9ea38e50d2b88728b > files > 30

m4ri-devel-20100817-1.fc15.i686.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>M4RI: echelonform.h Source File</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 -->
<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">M4RI&#160;<span id="projectnumber">1.0.1</span></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="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</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="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">echelonform.h</div>  </div>
</div>
<div class="contents">
<a href="echelonform_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00008"></a>00008 <span class="preprocessor">#ifndef ECHELONFORM_H</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define ECHELONFORM_H</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span>
<a name="l00011"></a>00011 <span class="comment">/*******************************************************************</span>
<a name="l00012"></a>00012 <span class="comment">*</span>
<a name="l00013"></a>00013 <span class="comment">*                M4RI: Linear Algebra over GF(2)</span>
<a name="l00014"></a>00014 <span class="comment">*</span>
<a name="l00015"></a>00015 <span class="comment">*    Copyright (C) 2010 Martin Albrecht &lt;M.R.Albrecht@rhul.ac.uk&gt;</span>
<a name="l00016"></a>00016 <span class="comment">*</span>
<a name="l00017"></a>00017 <span class="comment">*  Distributed under the terms of the GNU General Public License (GPL)</span>
<a name="l00018"></a>00018 <span class="comment">*  version 2 or higher.</span>
<a name="l00019"></a>00019 <span class="comment">*</span>
<a name="l00020"></a>00020 <span class="comment">*    This code is distributed in the hope that it will be useful,</span>
<a name="l00021"></a>00021 <span class="comment">*    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00022"></a>00022 <span class="comment">*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00023"></a>00023 <span class="comment">*    General Public License for more details.</span>
<a name="l00024"></a>00024 <span class="comment">*</span>
<a name="l00025"></a>00025 <span class="comment">*  The full text of the GPL is available at:</span>
<a name="l00026"></a>00026 <span class="comment">*</span>
<a name="l00027"></a>00027 <span class="comment">*                  http://www.gnu.org/licenses/</span>
<a name="l00028"></a>00028 <span class="comment">*</span>
<a name="l00029"></a>00029 <span class="comment">********************************************************************/</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="packedmatrix_8h.html" title="Dense matrices over GF(2) represented as a bit field.">packedmatrix.h</a>&quot;</span>
<a name="l00032"></a>00032 
<a name="l00037"></a><a class="code" href="echelonform_8h.html#ac5fa159de1259be4d93367cecc4f3b6e">00037</a> <span class="preprocessor">#define ECHELONFORM_CROSSOVER_DENSITY 0.15</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00052"></a>00052 <span class="keywordtype">size_t</span> mzd_echelonize(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <span class="keywordtype">int</span> full);
<a name="l00053"></a>00053 
<a name="l00067"></a>00067 <span class="keywordtype">size_t</span> mzd_echelonize_pluq(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <span class="keywordtype">int</span> full);
<a name="l00068"></a>00068 
<a name="l00085"></a>00085 <span class="keywordtype">size_t</span> mzd_echelonize_m4ri(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <span class="keywordtype">int</span> full, <span class="keywordtype">int</span> k);
<a name="l00086"></a>00086 
<a name="l00087"></a>00087 <span class="preprocessor">#endif //ECHELONFORM_H</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sat Apr 23 2011 for M4RI 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>