Sophie

Sophie

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

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: pls_mmpf.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">pls_mmpf.h</div>  </div>
</div>
<div class="contents">
<a href="pls__mmpf_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef LQUP_MMPF_H</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define LQUP_MMPF_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span> <span class="comment">/*******************************************************************</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> *                 M4RI:  Linear Algebra over GF(2)</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> *    Copyright (C) 2008-2010 Martin Albrecht &lt;M.R.Albrecht@rhul.ac.uk&gt;</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> *  Distributed under the terms of the GNU General Public License (GPL)</span>
<a name="l00019"></a>00019 <span class="comment"> *  version 2 or higher.</span>
<a name="l00020"></a>00020 <span class="comment"> *</span>
<a name="l00021"></a>00021 <span class="comment"> *    This code is distributed in the hope that it will be useful,</span>
<a name="l00022"></a>00022 <span class="comment"> *    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00023"></a>00023 <span class="comment"> *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00024"></a>00024 <span class="comment"> *    General Public License for more details.</span>
<a name="l00025"></a>00025 <span class="comment"> *</span>
<a name="l00026"></a>00026 <span class="comment"> *  The full text of the GPL is available at:</span>
<a name="l00027"></a>00027 <span class="comment"> *</span>
<a name="l00028"></a>00028 <span class="comment"> *                  http://www.gnu.org/licenses/</span>
<a name="l00029"></a>00029 <span class="comment"> *</span>
<a name="l00030"></a>00030 <span class="comment"> ********************************************************************/</span>
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <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="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="permutation_8h.html" title="Permutation matrices.">permutation.h</a>&quot;</span>
<a name="l00034"></a>00034 
<a name="l00055"></a>00055 <span class="keywordtype">size_t</span> _mzd_pls_mmpf(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> * P, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> * Q, <span class="keywordtype">int</span> k);
<a name="l00056"></a>00056 
<a name="l00074"></a>00074 <span class="keywordtype">size_t</span> _mzd_pluq_mmpf(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> * P, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> * Q, <span class="keywordtype">int</span> k);
<a name="l00075"></a>00075 
<a name="l00076"></a>00076 
<a name="l00097"></a>00097 <span class="keywordtype">size_t</span> _mzd_pls_submatrix(<a class="code" href="structmzd__t.html" title="Dense matrices over GF(2).">mzd_t</a> *A, <span class="keywordtype">size_t</span> start_row, <span class="keywordtype">size_t</span> stop_row, <span class="keywordtype">size_t</span> start_col, <span class="keywordtype">int</span> k, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> *P, <a class="code" href="structmzp__t.html" title="Permutations.">mzp_t</a> *Q, <span class="keywordtype">size_t</span> *done, <span class="keywordtype">size_t</span> *done_row);
<a name="l00098"></a>00098 
<a name="l00099"></a>00099 <span class="preprocessor">#endif //LQUP_MMPF_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>