|
linbox
|
#include <linbox/matrix/dense-matrix.h>#include <linbox/matrix/sparse-matrix.h>#include <linbox/solutions/methods.h>Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Functions | |
| template<class ResultVector, class Matrix, class Vector, class CategoryTag> | |
| ResultVector & | solve (ResultVector &x, const Matrix &A, const Vector &b, const CategoryTag &tag, const Method::Blackbox &m) |
| Solve specialisation for Blackbox. | |
| template<class ResultVector, class Matrix, class Vector, class CategoryTag> | |
| ResultVector & | solveInPlace (ResultVector &x, Matrix &A, const Vector &b, const CategoryTag &tag, const Method::Blackbox &m) |
| Solve in place specialisation for Blackbox. | |