M4RI
1.0.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
echelonform.h
Go to the documentation of this file.
1
8
#ifndef M4RI_ECHELONFORM_H
9
#define M4RI_ECHELONFORM_H
10
11
/*******************************************************************
12
*
13
* M4RI: Linear Algebra over GF(2)
14
*
15
* Copyright (C) 2010 Martin Albrecht <M.R.Albrecht@rhul.ac.uk>
16
*
17
* Distributed under the terms of the GNU General Public License (GPL)
18
* version 2 or higher.
19
*
20
* This code is distributed in the hope that it will be useful,
21
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23
* General Public License for more details.
24
*
25
* The full text of the GPL is available at:
26
*
27
* http://www.gnu.org/licenses/
28
*
29
********************************************************************/
30
31
#include "
mzd.h
"
32
37
#define __M4RI_ECHELONFORM_CROSSOVER_DENSITY 0.15
38
52
rci_t
mzd_echelonize(
mzd_t
*A,
int
full);
53
67
rci_t
mzd_echelonize_pluq(
mzd_t
*A,
int
full);
68
85
rci_t
mzd_echelonize_m4ri(
mzd_t
*A,
int
full,
int
k);
86
87
#endif // M4RI_ECHELONFORM_H
Generated on Fri Jul 27 2012 07:29:44 for M4RI by
1.8.1.1