linbox
triangular-solve-gf2.h File Reference

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

template<class _Matrix, class Vector1, class Vector2>
Vector1 & upperTriangularSolveBinary (Vector1 &x, const _Matrix &U, const Vector2 &b)
 
template<class _Matrix, class Vector1, class Vector2>
Vector1 & lowerTriangularUnitarySolveBinary (Vector1 &x, const _Matrix &L, const Vector2 &b)