|
linbox
|
#include "linbox/vector/vector-domain.h"Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Functions | |
| template<class _Matrix, class Vector1, class Vector2> | |
| Vector1 & | upperTriangularSolve (Vector1 &x, const _Matrix &U, const Vector2 &b) |
| template<class _Matrix, class Vector1, class Vector2> | |
| Vector1 & | upperTriangularSparseSolve (Vector1 &x, size_t rank, const _Matrix &U, const Vector2 &b) |
| template<class _Matrix, class Vector1, class Vector2> | |
| Vector1 & | lowerTriangularUnitarySolve (Vector1 &x, const _Matrix &L, const Vector2 &b) |