linbox
1
|
#include <methods.h>
Inherits Specifier.
Public Member Functions | |
SolverTraits (bool checkResult=true) | |
SolverTraits (const Specifier &S) |
Solver traits
User-specified parameters for solving a linear system.
SolverTraits | ( | bool | checkResult = true | ) | [inline] |
Constructor
checkResult | True if and only if the solution should be checked for correctness after it is computed (very much recommended for the randomized algorithms Wiedemann and Lanczos); default is true |
SolverTraits | ( | const Specifier & | S | ) | [inline] |
Constructor from a MethodTraits structure
traits | MethodTraits structure from which to get defaults |