GF2++
Loading...
Searching...
No Matches
BitGauss.h

A Gaussian elimination solver for systems of linear equations over GF(2).
See the BitGauss page for more details. More...

Go to the source code of this file.

Classes

class  gf2::BitGauss< Word >
 The BitGauss class is a Gaussian elimination solver for systems of linear equations over GF(2).
It solves systems of the form \(A \cdot x = b\) where A is a square matrix, x is a vector of unknowns, and b is the known right-hand side vector. More...

Namespaces

namespace  gf2
 The namespace for the gf2 library.

Detailed Description

A Gaussian elimination solver for systems of linear equations over GF(2).
See the BitGauss page for more details.