|
linbox
1
|
#include <methods.h>
Inherits Specifier.
Public Member Functions | |
| SolverTraits (bool checkResult=true) | |
| SolverTraits (const Specifier &S) | |
Public Member Functions inherited from Specifier | |
| Preconditioner | preconditioner () const |
| void | preconditioner (Preconditioner p) |
Additional Inherited Members | |
Public Types inherited from Specifier | |
| enum | SingularState |
| enum | Preconditioner |
| enum | BlackboxShape |
| enum | |
| enum | |
| enum | |
| enum | PivotStrategy |
| typedef InheritEnum < BlackboxShape, Preconditioner > | Shape |
Solver traits
User-specified parameters for solving a linear system.
|
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 |
|
inline |
Constructor from a MethodTraits structure
| traits | MethodTraits structure from which to get defaults |
1.8.1