Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.61 KB

README.md

File metadata and controls

62 lines (47 loc) · 2.61 KB
/*--------------------------------------------------------------------------*\
 |                                                                          |
 |  Copyright (C) 2010-2012                                                 |
 |                                                                          |
 |         , __                 , __                                        |
 |        /|/  \               /|/  \                                       |
 |         | __/ _   ,_         | __/ _   ,_                                | 
 |         |   \|/  /  |  |   | |   \|/  /  |  |   |                        |
 |         |(__/|__/   |_/ \_/|/|(__/|__/   |_/ \_/|/                       |
 |                           /|                   /|                        |
 |                           \|                   \|                        |
 |                                                                          |
 |      Enrico Bertolazzi                                                   |
 |      Dipartimento di Ingegneria Industriale                              |
 |      Universita` degli Studi di Trento                                   |
 |      Via Mesiano 77, I-38050 Trento, Italy                               |
 |      email: [email protected]                                   |
 |                                                                          |
 |      version: 0.2                                                        |
 |                                                                          |
\*--------------------------------------------------------------------------*/

GF2 toolkit, a library for manipulation of (full) matrices and vector with entries in F2.

to compile the library you need

to compile library open makefile and edit if needed then

make

a number of test to check library is now compiled, run and enjoy.

The principal header to use is

GF2toolkit_LU.hh

which contains the description of the class LU. This class implement the factorrization described in

an example of usage is in

testRankComputation.cc

the code shuold be easy enough for a skilled developer to understand how to use.

m4ri is a submodules, follows instruction inside the submodules to compile m4ri.

Enrico Bertolazzi.