linbox
|
NO DOC. More...
#include <string>
Data Structures | |
struct | HybridSpecifier |
HybridSpecifier. More... | |
struct | BlackboxSpecifier |
BlackboxSpecifier. More... | |
struct | EliminationSpecifier |
EliminationSpecifier. More... | |
struct | CRASpecifier |
CRASpecifier. More... | |
struct | BlockWiedemannTraits |
To select algorithms that use Giorgi' algorithms/block-massey-domain.h. More... | |
struct | CoppersmithTraits |
To select algorithms that use Yuhasz' algorithms/coppersmith.h. More... | |
struct | IMLTraits |
IML wrapper. More... | |
struct | Method |
Method specifiers for controlling algorithm choice. More... | |
struct | CRATraits |
Solve using CRA (iterations uses SolveMethod) More... | |
class | BlasMatrix< _Field, _Storage > |
Dense matrix representation. More... | |
struct | SolverTraits |
Solver traits. More... | |
class | SolveFailed |
Exception thrown when the computed solution vector is not a true solution to the system, but none of the problems cited below exist. More... | |
class | InconsistentSystem< Vector > |
Exception thrown when the system to be solved is inconsistent. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
NO DOC.